Open lduktus opened 1 year ago
Hey @lduktus, terribly sorry for the delay on my part. I tried to make it fairly obvious in the GUI, but the issue you're experiencing is from the port used for authentication already being in use:
2023/08/24 11:52:52 Fatal error: config failed to refresh token: failed to start auth webserver: listen tcp 127.0.0.1:53682: bind: > address already in use
There was an issue where if authentication was cancelled that that port issue might start happening, but that was fixed a couple months back (specifically in v0.5.0
).
Has restarting your system fixed the issue? When that port issue was happening that was what fixed it for me. If not that then I'm suspecting it might be an issue with the Flatpak, but I haven't ever had any issues in my local testing.
Thanks for the kind words as well! I appreciate it a ton :)
Hey @hwittenborn, sorry for my late reply. I had no time and hadn't my Linux Machine around. Nope restarting and reinstalling didn't fixed the issue.
I tried v0.8.0 from a shell inside the Flatpak. It is kind of weird:
I also changed my default Browser from Junction to Brave and afterwards to a completely clean Firefox Profile, however this doesn't seem to be the problem.
You're all good @lduktus. Regarding that Google Drive issue, that got fixed up a few minutes ago (see https://github.com/hwittenborn/celeste/issues/161#issuecomment-1817710686).
Regarding that issue with pCloud, I'm not quite sure what's going on. With the new changes from the above issue comment I was able to sign in to both Dropbox and pCloud just fine, so I think we should see how things behave for you after that gets done.
I am currently running Silverblue 38, tried Celeste from Flathub and Flathub Beta. I tried to connect to:
No success at all, after the login in my browser I always got an error message. Steps I tried for debugging:
rm -r ~/.var/app/com.hunterwittenborn.Celeste/
I was able to run Celeste from withtin a terminalHere a dump of the error message:
And as a sidenote: I love the idea of this app. I would love to replace my rclone scripts with a nice GUI, that ideally will integrate nicer into my desktop (handling passwords, encryption, etc.) and maybe integrates other rclone providers. Thanks for the development!