-
Notifications
You must be signed in to change notification settings - Fork 602
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Manjaro] Unsupported Browser #507
Comments
maybe the user agent needs to be updated @th-ch Lines 207 to 211 in a14d27d
|
@Araxeus const userAgents = {
mac: "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:70.0) Gecko/20100101 Firefox/70.0",
windows: "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:90.0) Gecko/20100101 Firefox/90.0",
linux: "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0",
}
const userAgent =
is.macOS() ? userAgents.mac :
is.windows() ? userAgents.windows :
userAgents.linux;
// Also overwrite the user agent to prevent finding the actual user agent
win.webContents.userAgent = userAgent; |
On Arch, opening the developer tools, and running the below in the console allowed me to login no problem.
|
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 warning:
|
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... But 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 :) |
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.
The text was updated successfully, but these errors were encountered: