andrew0
andrew0
Did you use double or single quotes? If you only tried double quotes, try it with single quotes around the password.
You need to run the script with Python 3, not Python 2.
@allanak I recently updated the script for the new API and hadn't gotten around to uploading it. I just pushed the new script, give that a try.
@allanak Are you able to login using your username instead of email? When I try to login using my email it doesn't work even on the actual SiriusXM website. Also,...
@allanak Looking at your console output it's actually not having trouble logging in, it's failing in the authenticate function, otherwise it would've said "Unable to authenticate because login failed." Can...
I'm not really familiar with the code but I'd guess that to fix that you would need to add to dealloc in PSMTabBarCell: ``` [self removeTrackingRect:_closeButtonTrackingTag]; [self removeTrackingRect:_cellTrackingTag]; ``` But...
Please can we not introduce `qs` to Koa... it's one of the things I wanted to escape from Express. The behavior is very unusual compared to my experience with other...
The AES key hasn't changed - it's the same one in sirius.py. It's sent through a json request, but it's the same for every channel.