pcloudcom / console-client

420 stars 130 forks source link

pcloud console client stuck on status is CONNECTING #194

Open egeorgio3000 opened 1 week ago

egeorgio3000 commented 1 week ago

Hello ! I've got quite the same problem as #193 I need to use the pcloud client on a VPS. After installing all as described i enter my password and the the client console is stucked on :

Down: Everything Downloaded| Up: Everything Uploaded, status is CONNECTING

it tried to use the -m ./mountPoint to force the mounting of the pcloud Drive but it changes nothing. What am i doing wrong please ?

lneely commented 6 days ago

It seems to me that this repo is dead. I submitted a bugfix PR two weeks ago, and have seen a small spike of issue tickets and other activity, but no signs of life from @pcloudcom.

So, to anyone interested, I've created my own independent fork of console-client with a boring name because I'm lazy. I promise to maintain it as inconsistently and haphazardly as I do all the other code I don't get paid to work on.

https://github.com/lneely/pcloudcc-lneely/

egeorgio3000 commented 6 days ago

Thank you dude, i already have tried your work, but my issue come from the fact that pcloud require a validation code sent to a device it do not know. After this code is put on the graphical interface the client-console is working fine. In your repo do you deal with this authentification ?

lneely commented 6 days ago

That sounds like 2FA. I haven't implemented this yet, but I saw a PR in this repo that does implement a simple 2FA mechanism. I'm thinking about taking a selection of the open PRs with features / fixes like that and merging them into my fork.

If you're willing to bear with me as I learn the system and how to better maintain and improve it, I don't see any reason it can't be done.