[Manjaro] Unsupported Browser #507
Labels
No labels
awaiting-reply
breaking changes
bug
cannot-reproduce
dependencies
documentation
duplicate
electron-issue
enhancement
fix-available
good first issue
help wanted
invalid
javascript
need more information
need rebase
official-youtube-music-issue
plugin request
question
release
security
stale
Status: blocked
typo
wontfix
ytmd-issue
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: YTMD/youtube-music#507
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?
Using the AUR package
youtube-music-bin
and cannot login due to the unsupported browser error.So whatever fix mentioned in #17 didn't stick.
maybe the user agent needs to be updated @th-ch
a14d27da70/index.js (L207-L211)
@Araxeus

Looks like it's gonna be a pain to fix. I did a patch in an attempt to circumvent but,
Wait what

Okay so maybe my patch works. Sorta. I'll publish it in a PR and someone much more of a guru can figure out what's going on. Electron is not in my wheelhouse.
On Arch, opening the developer tools, and running the below in the console allowed me to login no problem.
Object.defineProperty(navigator, 'userAgent', { get: function () { return 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0'; } });
Please fix this and #17 , as the app is completely unusable for someone who only uses the library part of Youtube Music
@obvionaoe Working on it 😅
meanwhile if you are on windows
you can install this version: https://www.mediafire.com/folder/fvjiihmu3ka2z/Youtube-Music+useragents-patch+v3
(which is compiled from the current changes on #515)
warning:
Alt+F4
the program and start again to fix it (just once, but still might be better to just install)sadly, I'm on Linux
Having this issue with latest snap on Ubuntu.
THANKS A LOT, that worked for me on Ubuntu with snap 1.14. I had to enter twice that code on the console. Enter once on email login, then gave the error, then retry and re-enter again. Then worked. I had to do 2-step verification with my phone to confirm I'm signing in into a new device.
i use arch (not manjaro) and this problem dont occur, this is strange, what is thee electron version in manjaro?
Its not about the OS, some accounts just have some kind of "shadowban" which causes this issue
ohhh this makes sense, thx for explanation
Hi, I know the PR has been merged, but is there a way to push the new version to the AUR? That version is still broken
why dont use the git version, this package should be updated
I'm not sure it is...
aur/youtube-music-git 1.14.0.r0.gf40ed04-1 [+0 ~0.00]
, it might be, I'm not very familiar with versioning in git based packagesBut I also prefer to have a fixed version of a package installed, it's easier to troubleshoot. I'll just wait til 1.15.0 gets released!
the git versions get the master branch to build so its always updated :) i created the first version of this package :)
it should release the 1.15 soon :)