Pandora Api auth.partnerLogin giving error
问题 I recently stumbled across some documentation for the unofficial Pandora API. I decided to try this with Python 3. After heading to the Authentication page I saw that I first had to verfiy that the service was available in my country so I did this. import requests import urllib url = "http://internal-tuner.pandora.com/services/json/?method=test.checkLicensing" res = requests.post(url) print(res.status_code) print(res.content) It prints out: <Response [200]> b'{"stat":"ok","result":{"isAllowed