Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
nmogral opened this issue Dec 21, 2021 · 0 comments · May be fixed by #19

Comments

@nmogral
Copy link

nmogral commented Dec 21, 2021

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)

@jonbwhite jonbwhite linked a pull request May 10, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant