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 57
Update to use SXMAUTHNEW cookie #29
Open
fts-tmassey
wants to merge
12
commits into
andrew0:master
Choose a base branch
from
MiM-TMassey:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Getting "Unable to authenticate because login failed" when trying to connect. Could login successfully using https://player.siriusxm.com so credentials were correct. Examining the cookies within the browser seem to indicate that SXM changed "SXMAUTH" to "SXMAUTHNEW". Updated code and was able to list/play channels.
Added ability to use the -e or --env parameter to override the command line username and password with the optional SXM_USER and SXM_PASS environment variables. This paired with a proper EnvironmentFile in a systemd unit, allows for a secure way of storing your credentials.
* Create sxm.service * Create override.conf This is my personal unit file override.conf. The script is in a different location, I run it as the "mpd" user (it's part of my mpd-based whole house audio system), and I load the user name and password from an environment file. * Update README.md Added details about systemd unit files
Another update to keep up with SXM cookie changes
Typo
Typo
SXM changed the name of their auth cookie again: updated cookie name to reflect chane.
SXM changed the name of their auth cookie again.
SXM changed the name of their auth cookie again: update to SXMDATA
Pointed to proper forked GitHub repo
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Getting "Unable to authenticate because login failed" when trying to connect. Could login successfully using https://player.siriusxm.com so credentials were correct. Examining the cookies within the browser seem to indicate that SXM changed "SXMAUTH" to "SXMAUTHNEW". Updated code and was able to list/play channels.