onedrived-dev icon indicating copy to clipboard operation
onedrived-dev copied to clipboard

Unable to start daemon

Open dsemmel21 opened this issue 7 years ago • 10 comments

This may be related to #83, but I am not sure. I am pretty new to Linux so... I had originally installed onedrive-d 1.0.0.0 and it ran pretty well but decided to move to onedrived-dev as it has the ability to use ! in the ignore list. it has worked pretty well, but I intend to run it as part of a digital picture frame, so it has to start up and run in an unattended mode. After the installation, I ran onedrived start --debug It asked me for my keyring password and worked just fine.

However, when I run onedrived start, it does not ask for my keyring password, and on the screen, it shows Starting onedrived... okay,

however, in the logs I see MainThread shutting down. Code: Dying de to u$e to unhandled EOFError.

Any thoughts as to why this may not be working, or how I can get it to behave properly?

dsemmel21 avatar Jan 25 '18 21:01 dsemmel21

This error doesn't seem to be related to the password. Can you run with --debug include here the full log?

derrix060 avatar Mar 17 '18 04:03 derrix060

Same here I can't run as daemon but when I launch with --debug a password entry is prompted and it works perferctly...

Iito avatar Mar 21 '18 13:03 Iito

Yup, same as me, i couldn't run as daemon, but perfectly run while launch with --debug mode. Any solution for this problem?

rcpangeran avatar Apr 16 '18 07:04 rcpangeran

I will try to reproduce it on my fork...

derrix060 avatar Apr 17 '18 00:04 derrix060

I meet the same problem. When I use command

onedrived start

It will occur the issue like this:

Starting onedrived ... FAILED
ERROR: Child exited immediately with exit code 127

But when I launch onedrive with this command:

onedrived start --debug

It runs well.

xionghhcs avatar Apr 18 '18 02:04 xionghhcs

Tried to reconfigure everything again from beginning , then the problem gone. Now i can use onedrived start without any error.

Thanks..

rcpangeran avatar Apr 19 '18 08:04 rcpangeran

I still have the same issue even after reinstalling it and reconfigure everything. No password prompt is made and in the log file I have this : Shutting down. Code: Dying due to unhandled EOFError:

Iito avatar May 27 '18 08:05 Iito

@Iito can you test using my fork? I've never seen this error before....

derrix060 avatar Sep 08 '18 21:09 derrix060

Hi, I have a similar issue when I try to start the Daemon. It runs well in Debug but otherwise I have this result :

username@localhost:~ $ NGROK=~/Documents/ngrok ~/.local/bin/onedrived start Starting onedrived ... OK

But in the log file, i have this result :

[2018-10-22 14:48:54,859] INFO: MainThread: Shutting down. Code: Dying due to unhandled EOFError: . [2018-10-22 14:48:54,900] INFO: MainThread: Shut down complete.

Tchev146 avatar Oct 22 '18 12:10 Tchev146

Hi, I have the same issue, onedrive work only un debug mode. When i run the deamon, the error raised is "Starting onedrived ... FAILED ERROR: Child exited immediately with exit code 127" Any solution ?

QuentinRoyerDev avatar Mar 21 '19 08:03 QuentinRoyerDev