mirror of
https://github.com/sigma67/ytmusicapi.git
synced 2026-04-25 07:16:00 +03:00
[GH-ISSUE #283] Document X-Goog-PageId #220
Labels
No labels
a/b
bug
documentation
enhancement
good first issue
help wanted
invalid
pull-request
question
wontfix
yt-error
yt-update
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ytmusicapi#220
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @desttinghim on GitHub (Jul 18, 2022).
Original GitHub issue: https://github.com/sigma67/ytmusicapi/issues/283
Context: I am setting up mopidy-ytmusic on NixOS. There isn't access to mopidyctl for some reason, so I've had to manually fill out the
auth.jsonI was having a strange issue where authentication was succeeding, but I wasn't getting back the correct data for my account. I think the problem is that I've accidentally been using a brand account for my music. I attempted to follow the ytmusicapi FAQ to resolve this, but changing the AuthUser just made authentication fail. However, I noticed the
X-Goog-PageIdhad the same value as my brand id, so I went back to my previousauth.jsonand added theX-Goog-PageIdfield. Everything seems to work now!I haven't seen any info on this particular scenario, so I'm creating this issue to have the X-Goog-PageId field documented.
@sigma67 commented on GitHub (Aug 2, 2022):
I don't think the
X-Goog-PageIdfield is even required, for my requests from brand accounts it works just fine without.Do you think it is needed?