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."}
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.