putdotio / putio-kodi

Official Put.io Kodi addon
GNU General Public License v3.0
10 stars 2 forks source link

Failure in checking if account is active #19

Closed ikaakkola closed 8 months ago

ikaakkola commented 8 months ago

The API response for account info appears to have slightly changed.

https://github.com/putdotio/putio-kodi/blob/master/resources/lib/helper.py#L42-L44 checks for 'account_active' from the response, but this key no longer appears to be available. Instead there is an 'account_status' key with a value 'active' when the account is active.