piejanssens / premiumizer

Download manager for premiumize.me cloud downloads
MIT License
172 stars 45 forks source link

Request for transfer list from Premiumize API indicates not logged in despite valid API Key #278

Closed gtalnz closed 3 years ago

gtalnz commented 3 years ago

Premiumizer is running on commit: 3bf06bd Premiumizer is installed as a Windows service using nssm and not using Docker.

I have been running Premiumizer happily on my Windows 10 PC for a couple of years. Now it is failing to load my files from Premiumize.me, despite the API key being the same as it has been forever. There is this recurring error in the logs:

premiumize.me login error: {"status":"error","message":"Not logged in. Please log in first."}

This is the result you get from an API call to https://www.premiumize.me:443/api/transfer/list without providing an apikey parameter.

Since I have a valid API Key set up in Premiumizer, this should instead be successfully returning the list of transfers in my Premiumize account.

I have tested my API Key using Postman and it works perfectly well with that tool.

gtalnz commented 3 years ago

Turns out this was due to python configuration/version errors on a new PC build. The installation process leaves a lot to be desired.