viktorgullmark / exilence

DEPRECATED Tool for Path of Exile that calculates net worth and tracks gear, maps and other statistics for you and your group
GNU General Public License v3.0
185 stars 26 forks source link

Invalidated sessionId causes problems if already logged in #216

Open viktorgullmark opened 5 years ago

viktorgullmark commented 5 years ago

If the sessionId is invalidated for some reason, while a user is already logged in and using Exilence, several functions will crash and a restart is required to keep using the app.

This is caused from the "sessionIdProvided" bool being true, while the actual sessionId is not valid.

To get around this, we need to double-check that the sessionId is valid at certain times in the app; e.g when going to settings and when a snapshot is starting.