-
-
Notifications
You must be signed in to change notification settings - Fork 709
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
Can't Sign Into Gmail #868
Comments
In my case I can login my first account but after this I can't add any another accounts.
|
This looks to be the same as this issue unfortunately: MarshallOfSound/Google-Play-Music-Desktop-Player-UNOFFICIAL-#3545. I've also tried this with two accounts, and I can log in to both simultaneously, so it appears to only be applied to some subset of people. @lee-yunseok Assuming you're running min with electron 7 (which you should be if you used the default version from npm), can you try this?
|
@PalmerAL Where is the Chromium version string? |
@lee-yunseok It's the part of the string that starts with "chrome", for example: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.94 Safari/537.36 |
@PalmerAL Sorry, wrong question. Where is user agent? |
@lee-yunseok For getting the user agent, use the link above; once you've modified it, delete the contents of
|
@PalmerAL It doesn't work for my RPi. |
Some more reports of this happening in other browsers: https://old.reddit.com/r/kde/comments/e7136e/google_bans_falkon_and_konqueror_browsers/ Supposedly it works if you use a Firefox user agent. |
@PalmerAL Okay it failed on my RPi, also edited UA with cURL but that didn't work either when I using original @Bundito14 I don't know what OS you use, but how about trying this? |
Я нашел решение проблемы. Могу ли я написать его здесь, чтобы гугл увидели и не пофиксили? |
@malyiy I don't think that's something to worry about, although I can't say for sure. (using Google Translate): Я не думаю, что это о чем-то беспокоиться, хотя я не могу сказать наверняка. |
@PalmerAL Мы можем списаться в чате каком-то? Я скажу как, а там уже ты разберешься |
@malyiy You can email me: 280953907a@zoho.com. |
@PalmerAL For me I can only sign into the first account, and all other sign in attempts after that will get denied due to "security reasons". I'm thinking maybe it has something to do with 2-step authentication cuz the first account that I can sign in doesn't have 2-step authentication whereas all other accoutns I have have that feature enabled. Not guaranteed, just my observation. |
I've added a user agent option to the settings page in f427d20, which should make it somewhat easier to work around this. |
This has solved my issue with google services. Will continue to use with everything and report anymore issues. |
No Chrome user agent works (even if it's identical); you have to use a Firefox one. |
Ah thank you, using the firefox agent worked. Very strange, I wonder why that is ... |
I'm guessing Google has a different verification method for Chrome user agents |
Just contributing with the dicussion... I'd tried the latest Google Chrome's user agent and didn't work. So I did set user agent with the latest Mozilla Firefox's user agent. Now I can log into Google. |
@FcoMarcosMAbreu Can you also try the Edge user agent?
I'm hoping to be able to enable that one by default (#893) |
The default settings work great for me in Pop_OS! 20.04. I have gmail open in a tab right now. |
Hi all. I see this is a very old thread, but it's not fixed jet. I'm also unable to log-in to google-accounts. Tried to change the user-agent several times to no avail. |
#868 (comment) |
Hi Dan, tried it but won't work. Thanks for the suggestion!! |
Hi! I turned off ad blocker and tracker blocking and then it allowed me to login to the browser. This worked for me. Maybe it is blocking something which google needs. |
Long time no see. One of the Raspberry Pi user here. With RPi 4B, RasPiOS(Linux Debian based) ARM64, still working with user agent For multi-user login, JUST |
Galaxy Nexus works now. Mozilla Firefox as User Agent does not. |
Having this problem on Arch Linux. It's a shame because I really like the Min browser, yet I need to access some stuff in my Google accounts. |
The current approach to solving this issue is wrong and should not be considered. We should not be setting the Chrome user agent to a different browser such as Firefox. Doing so can give unintended consequences as it is easily distinguishable. The true foolproof solution comes from patching navigator.userAgent AND navigator.appVersion to remove the subversions. Be sure that this script executes before Google's. Looking forward to hearing if this worked for you.
|
OK, I'm trying it in the developer tools. But how do I get it to put the script before the page even loads their script? I don't even get a chance. I'm not that fast. |
I figured it out. I didn't know anything about userscripts in Min. But now I do. :) I created one with this code and it worked. Thanks! |
Cannot get this to work. Scripts active. Explicit, idiot-level step by step instructions for this specific issue much appreciated. Thank you. |
@lbkNhubert and everyone else that may need it, I have put @brr53's solution into a userscript file so all you need to do is download the file and put in the proper userscripts folder as explained here https://gist.github.com/devgocri/fb550849a75f60c62996f1cdd3c1a47a This has worked well for me so far. |
Thank you @devgocri, unfortunately for some reason this still does not work. I do have other userscripts working, but I can't get the one to allow login to google accounts to work. |
Adding a match for *.google.com now has things working. Thank you for the help. Looking at the console log, I saw other google sites being hit and figured adding a wildcard was worth a try. |
The new beta (v. 1.28.0-beta) opens GMail and Chat without any workaround |
For anyone experiencing this, I have two branches that may fix this:
If you're having this issue, can you please try running the branches above, and let me know which (if any) work? |
The latest version of Min allows me to log into Google services (1.28.1). |
This isn't universal unfortunately, see #2306 for an example. I don't think there's much harm in releasing these changes, so I'm going to include them in the next release (#2318). Hopefully after that we can gather more data on whether this makes a difference. |
I'm not signing to gmail, but it's the same issue. Previously i used user agent : It worked. |
@iambudi When it failed, were you using the Firefox UA or the default one? If you disable the custom UA setting and just use the default, does it work? |
@PalmerAL It failed when using firefox. Now it also works with the default one by unticking the custom user agent. Check browser agent return |
This is no longer work on latest update (Mac Version). Should use the custom one. |
I would love to use this browser as an everyday alternative, however, it won't let me sign into my Google account due to "security reasons." Is there a workaround to this?
(from @PalmerAL):
For anyone else having this issue, please post the following:
If you're running the latest version of Min, try enabling the "use a custom user agent" in the Min preferences, and pasting the following in the user agent field:
Once you do this, you'll need to restart Min before signing in.
Please let us know whether this works for you.
The text was updated successfully, but these errors were encountered: