-
Notifications
You must be signed in to change notification settings - Fork 46
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
'Add account' doesn't work #92
Comments
Hi @turb1te It seems to be working for me. In your provided log file I do see this interesting bit I am using the standard oauth2 url for the sign in process youtube-comment-suite/src/main/java/io/mattw/youtube/commentsuite/oauth2/OAuth2Manager.java Lines 36 to 37 in f45204b
Could you give more detail about the page UI thing? |
Hi @mattwright324, Yes, I'm from Bulgaria and we use Cyrillic. But I always use the English language everywhere. My OS lang is set to EN-US, my Google account too. For that reason when I typed my email it changes the language to English when it asks me for my password. I think that it starts with the Bulgarian (bg) language first because of my IP location. I will send you a video to see the UI thing: (it changes from the old (that one before several years) to the new one) https://u.pcloud.link/publink/show?code=XZbYydXZ8dWQmvNOEUS53DnytqSRVjCPahLX (I tried to change the language to EN-US the second time but this doesn't help) |
Certainly doesn't look right. What is your specific Java version?
|
|
Still looking into this, having trouble trying to reproduce it locally. Seems like your java version and locale stuff is fine. |
Look at this: https://u.pcloud.link/publink/show?code=XZjeddXZpzabpfqY3oQfRqzR9QBrXRJvVJhX I think cookies are the problem. What do you think? |
I managed to reproduce the issue in a vm. It seems it may be caused by something with the java distribution, maybe there was a regression in the Oracle version. If you instead use the Bellsoft Liberica Full (includes necessary javafx dependency) then it seems to work. Standard doesn't work since I think it doesn't include javafx. Download page Direct link to full-JRE download Part of the issue is that I'm using the embedded javafx browser which is at the mercy of the jdk/jre distribution and version as well as likely not really supported by Google. I've tried looking into alternatives, preferably ones that use the system's default browser instead, but have not had much luck yet. |
It does appear to be the latest Oracle version with the issue, If you don't want to use Bellsoft Liberica... |
A verified warning is expected. However, I don't expect that error to happen. If you scroll down what are the rest of the request details? |
It opens up to that page instantly? This won't do anything to add it into the app though I'm curious if you navigate to the url in your browser instead of the in-app browser if anything is different. |
Trying it myself it may work as an alternative actually to open that url in the system browser. It would require an extra step from the user by |
It is the same. |
I can't get here. |
Well, it seems that the issue is now on me to verify the app, if I can. There seems to be a 100 user cap for unverified apps which looks maxed out and is probably why it isn't working for you and I assume anyone else. Given it is an open source desktop app, it may end up that the user will have to create a project and setup their own OAuth 2.0 Client ID. I also have my client ID hardcoded in the app which I apparently should not be doing.
Definitely will need to research more about it. |
Having a similar issue Java 11 I would not mind at all being able to add my own Client ID and my own Secret ID app so to avoid the 100 users problems The link suggested by google to fix the out of band issue : https://developers.google.com/identity/protocols/oauth2/resources/oob-migration?hl=fr |
I'm new to this software. When I clicked "Add Account/Next" nothing happened. I tried to restart the software but no change. On the first try, it passes (from email) to the password but NEXT button doesn't work the second time (when I typed my password). Then I clicked "save" and tried again, it doesn't accept the email the second time.
I noticed the UI of the page is different. On the old UI, it works. Old Google log-in interface.
Sorry for my English.
output-20210830.log
The text was updated successfully, but these errors were encountered: