Ekkstein / pack-o-bot

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

Doesn't work since the Kobolds and Catacombs release #11

Closed davidschwegler closed 6 years ago

davidschwegler commented 6 years ago

On the first try it give a script error once saying something was undefined. After restarting everything, the next time it got stuck on "pack found" and then upon restart again was stuck in a loop of trying to upload and failing.

@mlntn Can you please fix this up for us? Thank you! :) This is an awesome tool that makes pack openings much more fun.

geraldhiller commented 6 years ago

We had a small bug on the server side that we fixed roughly an hour after release. It should work now. Did you check again?

davidschwegler commented 6 years ago

It still appears to be stuck in a loop. Perhaps something is wrong with some cached data that it's trying to upload. How can I uninstall and start fresh? Do I need to kill some registry key?

mlntn commented 6 years ago

@davidschwegler There's no registry key, but there are some config files. Should be in %APPDATA%\Roaming\pack-o-bot

davidschwegler commented 6 years ago

Thanks, clearing %APPDATA%\pack-o-bot (%APPDATA%\ is already the Roaming folder on Win10) fixed the issue.

mlntn commented 6 years ago

Huh, you’re right about %APPDATA%. I should have checked it on my PC first. It seems wrong that it goes to Roaming. Oh well, glad you got it fixed!