You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 13, 2018. It is now read-only.
I'm using ruby 1.9.3p545 and active_shipping 0.12.3.
UPS seems to have started including the '®' symbol in reporting activity of packages. It appears that this is causing an error when active_shipping tries to parse the API response.
I propose that active_shipping should sanitize the response before creating the REXML::Document, unless REXML provides a way of gracefully handling cases like these.
The text was updated successfully, but these errors were encountered:
I'm using
ruby 1.9.3p545
andactive_shipping 0.12.3
.UPS seems to have started including the '®' symbol in reporting activity of packages. It appears that this is causing an error when
active_shipping
tries to parse the API response.Example shipment: 1ZW69Y250398445209
Screenshot:
Calling
find_tracking_info
for this tracking number results in the following stack trace:I propose that
active_shipping
should sanitize the response before creating theREXML::Document
, unlessREXML
provides a way of gracefully handling cases like these.The text was updated successfully, but these errors were encountered: