Skip to content
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

There was an issue authenticating to Google Drive #43

Closed
jacobgonzales20 opened this issue Feb 9, 2023 · 7 comments
Closed

There was an issue authenticating to Google Drive #43

jacobgonzales20 opened this issue Feb 9, 2023 · 7 comments

Comments

@jacobgonzales20
Copy link

jacobgonzales20 commented Feb 9, 2023

It says rclone.conf was not found and tcp 127.0.0.1 was already in use.

Server Type - Google Drive (School Account)
Server Name - drive.google.com

@FabioLolix
Copy link

Hello, I'm using v0.4.0 and isn't working for me too, it had opened the link in browser once but authentication didn't go well and now refuse to open the link in browser again

 $celeste
2023/02/09 18:58:09 NOTICE: Config file "/home/fabio/.config/celeste/rclone.conf" not found - using defaults
Adwaita-Message: 18:58:20.802: AdwMessageDialog mapped without a transient parent. This is discouraged.
Adwaita-Message: 18:58:21.309: AdwMessageDialog mapped without a transient parent. This is discouraged.

btw I can't copy the error message from the window so there is the screenshot

celeste

@hwittenborn
Copy link
Owner

and tcp 127.0.0.1 was already in use.

That's a bug that occurs from clicking Cancel on the login popup, I'm gonna look into it tonight and try to get a fix in. You can run the following to manually fix the issue, which should then allow you to try logging in again:

sudo ss --kill state listening src ':53682'

@gonzoknows @FabioLolix Let me know if you still can't log in after that, and I'll see if something's up with the Google Drive integration. Last time I checked it was working fine, but I'll give it a look if you guys are still having issues.

@jacobgonzales20
Copy link
Author

jacobgonzales20 commented Feb 9, 2023

and tcp 127.0.0.1 was already in use.

That's a bug that occurs from clicking Cancel on the login popup, I'm gonna look into it tonight and try to get a fix in. You can run the following to manually fix the issue, which should then allow you to try logging in again:

sudo ss --kill state listening src ':53682'

@gonzoknows @FabioLolix Let me know if you still can't log in after that, and I'll see if something's up with the Google Drive integration. Last time I checked it was working fine, but I'll give it a look if you guys are still having issues.

this is the result of attempting to add google drive via drive.google.com

Note: I have allow access to unsecure apps on for my google account
image

@FabioLolix
Copy link

Didn't work, the program is completely blocked by google, got the same message as gonzo

Since it was a lot of time that I didn't use rclone I followed the guide https://rclone.org/drive/#making-your-own-client-id to make my personal gdrive id and worked (it complained that the program was not verified but let me continue), after I copied rclone.conf to /.config/celeste/ and tried again nothing changed

I'm gonna look into it tonight and try to get a fix in

Take your time :)

@hwittenborn
Copy link
Owner

@gonzoknows @FabioLolix: See #30 (comment) for why Google Drive integration is currently failing.

@jacobgonzales20
Copy link
Author

@gonzoknows @FabioLolix: See #30 (comment) for why Google Drive integration is currently failing.

okay thank you

@hwittenborn
Copy link
Owner

Gonna go ahead and close this since it's now being fully tracked via #30 (comment).

The port issue mentioned in #43 (comment) show now be fixed as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants