massimilianodelliubaldini / galaxy-integration-rpcs3

GOG Galaxy 2.0 Integration with RPCS3
MIT License
22 stars 6 forks source link

Offline after connecting #3

Closed massimilianodelliubaldini closed 5 years ago

massimilianodelliubaldini commented 5 years ago

After clicking Connect, then Connect again, the plugin seems to hang on "Offline, Retry." Retry has no effect, and neither does Disconnecting the plugin. A restart of GOG is required, after which the plugin is shown as unconnected.

massimilianodelliubaldini commented 5 years ago

This was because I didn't declare a string variable before setting it in a "with open(x) as f:" clause. Once I left the clause, the string didn't exist, meaning the entire Authentication routine was broken, meaning Galaxy assumed no user was logged in. Hence the "Offline" message.