unhuman / ManagerTools

MIT License
0 stars 0 forks source link

Token Expiry breaks script #9

Closed unhuman closed 10 months ago

unhuman commented 10 months ago

Should detect (403) and reprompt + continue.

unhuman commented 10 months ago

Alternative - update cookies.

unhuman commented 10 months ago

This might be fixed on the github-support branch. Chose the approach to try to preserve cookie updates throughout the run. These are not saved back to the .managerTools.cfg file.

unhuman commented 10 months ago

cookie updates are preserved from response to subsequent request. This is note stored in the file.

403 also handled, which could've been part of what I was seeing.