Skip to content
This repository has been archived by the owner on Jul 6, 2021. It is now read-only.

Authenication error #20

Closed
JerryJelinek opened this issue May 2, 2020 · 3 comments
Closed

Authenication error #20

JerryJelinek opened this issue May 2, 2020 · 3 comments

Comments

@JerryJelinek
Copy link

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.

@neilyboy
Copy link

neilyboy commented May 2, 2020

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!
kryptek@463d5e7

@kryptek
Copy link

kryptek commented May 2, 2020

^ what he said. Thanks!

@JerryJelinek
Copy link
Author

WORKS!!!! Thank you.

# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants