Ekkstein / pack-o-bot

A minimal Hearthstone pack tracker that logs packs to pitytracker.com
MIT License
15 stars 4 forks source link

"Retrying pack upload...(statusCode: 404)" with DMF packs that include cards of the new mini-set #36

Open Kopert opened 3 years ago

Kopert commented 3 years ago

Yesterday I opened a few MDF packs. According to the PityTracker website, the first pack was uploaded fine, but the following ones did not get sent. Looking at the pack-o-bot window, I can see the error "Retrying pack upload...(statusCode: 404)"

404

If I close and restart the application, it tries to upload the remaining packs and the same error occurs again. It has been behaving like this for the past 20 hours or so.

Kopert commented 3 years ago

Additional information: card packs that only have card IDs "DMF???" are uploading fine, but some of my DMF packs also had cards with IDs "YOP???". These might be from the DMF mini-set, maybe?

Edit: I just checked https://github.com/HearthSim/hsdata and yes, YOP card IDs are for the DMF mini-set. These cards are part of the DMF packs now along with DMF cards.

Edit 2: I tried just doing a replace of YOP with DMF and it didn't work, so I'm guessing the actual ID numbers are also relevant.

Kopert commented 3 years ago

The problem is still ocurring. Is there anything I can do to help with the solution?

JEXVI commented 3 years ago

I found if i deleted all references to pack-o-bot in library (mac os user) the problem sorted it self. YMMV

Kopert commented 3 years ago

I found if i deleted all references to pack-o-bot in library (mac os user) the problem sorted it self. YMMV

If you do that, the packs that were pending were lost and not sent to PityTracker. And the problem will return on the first DMF pack that you open that includes cards from the mini-set.