Skip to content

Address Validate response error - usps.usps.USPSApiError: XML Syntax Error: Please check the XML request to see if it can be parsed.(B) #17

Description

@nmogral

The following address check "1400 Carpentier St Apt 326, San Leandro, CA 94577-3630" works fine but I get an error when "Apt" is replaced with a '#' sign.

address = Address(
name='Test',
address_1='1400 Carpentier St # 326',
city='San Leandro',
state='CA',
zipcode='94577-3630'
)
usps.usps.USPSApiError: XML Syntax Error: Please check the XML request to see if it can be parsed.(B)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions