fix: change redirect_uri to work with new spotify guidelines#32
Merged
ErikBjare merged 1 commit intoActivityWatch:masterfrom Sep 8, 2025
Merged
fix: change redirect_uri to work with new spotify guidelines#32ErikBjare merged 1 commit intoActivityWatch:masterfrom
ErikBjare merged 1 commit intoActivityWatch:masterfrom
Conversation
Changed `redirect_uri` to work with new Spotify guidelines - readme still needs to be updated to reflect the changes.
There was a problem hiding this comment.
Important
Looks good to me! 👍
Reviewed everything up to 1da1eae in 26 seconds. Click for details.
- Reviewed
13lines of code in1files - Skipped
0files when reviewing. - Skipped posting
1draft comments. View those below. - Modify your settings and rules to customize what types of comments Ellipsis leaves. And don't forget to react with 👍 or 👎 to teach Ellipsis.
1. aw_watcher_spotify/main.py:70
- Draft comment:
Changed redirect_uri to 127.0.0.1 as per Spotify's new guidelines. Ensure the Spotify developer settings and README reflect this update, and consider parameterizing the URI if a different port is needed for local testing. - Reason this comment was not posted:
Confidence changes required:0%<= threshold50%None
Workflow ID: wflow_S2NSh93rI15KFocj
You can customize by changing your verbosity settings, reacting with 👍 or 👎, replying to comments, or adding code review rules.
evopls
added a commit
to evopls/aw-watcher-spotify
that referenced
this pull request
Sep 4, 2025
ErikBjare
pushed a commit
that referenced
this pull request
Sep 8, 2025
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Changed
redirect_urito work with new Spotify guidelines - readme still needs to be updated to reflect the changes.#31
Important
Update
redirect_uriinauth()inmain.pyto comply with new Spotify guidelines.redirect_uriinauth()inmain.pyfromhttp://localhost:8088tohttp://127.0.0.1:8088to comply with new Spotify guidelines.This description was created by
for 1da1eae. You can customize this summary. It will automatically update as commits are pushed.