gbrodman / order-tracking

Automated Amazon and Best Buy order tracking for buying groups
GNU Affero General Public License v3.0
33 stars 13 forks source link

Amazon Tracking Number Change #200

Closed spiveym closed 9 months ago

spiveym commented 2 years ago

@gbrodman, sorry I looked into this myself but couldn't really pinpoint what the issue was. Seems like Amazon made a slight change to the tracking page? I can't see a visible, material difference, and the regex seems to be accurate

image

spiveym commented 2 years ago

Took me an embarrassingly long time to figure out that they were serving up different tracking pages based on what account was logged in. Proposed fix is here.

spiveym commented 1 year ago

Took me an embarrassingly long time to figure out that they were serving up different tracking pages based on what account was logged in. Proposed fix is here.

@gbrodman there will likely need to be a new addition to the email keywords for identifying "shipped" emails from Amazon. I'll try and take a look and fix myself but wanted to give you a heads up:

image

spiveym commented 1 year ago

Took me an embarrassingly long time to figure out that they were serving up different tracking pages based on what account was logged in. Proposed fix is here.

@gbrodman there will likely need to be a new addition to the email keywords for identifying "shipped" emails from Amazon. I'll try and take a look and fix myself but wanted to give you a heads up:

image

It wasn't the RegEx that was the issue, the "get_subject_searches" needed an update to accommodate the new email subject format.