This repository has been archived by the owner on Jul 6, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 55
Authenication error #20
Comments
I believe kryptek found that they changed a cookie name def is_logged_in(self):
return 'SXMAUTH' in self.session.cookies should now be def is_logged_in(self):
return 'SXMAUTHNEW' in self.session.cookies hopefully that resolves your issue. Thanks to kryptek! |
^ what he said. Thanks! |
WORKS!!!! Thank you. |
Closed
MrARM
pushed a commit
to MrARM/SiriusXM
that referenced
this issue
Jul 11, 2020
I saw this fix posted on andrew0#20, I want to get this into master
Closed
# for free
to subscribe to this conversation on GitHub.
Already have an account?
#.
Been using this since Oct 2019 and love it. Enables me to time shift record content from SiriusXM.
Everything worked fine on Tuesday 4/28/2020. When I tried to get the updated channel list on Friday 5/1, I get an authentication error. I have tried a few more times and still get the error.
Have no idea on what has changed, but the python code no longer goes further.
Hoping this is easy to fix. Will miss my regular program recording.
The text was updated successfully, but these errors were encountered: