xybu / onedrive-d-old

Microsoft OneDrive client on Linux.
http://xybu.me/projects/onedrive-d/
GNU Lesser General Public License v3.0
820 stars 143 forks source link

CRITICAL: MainThread: no user is associated with onedrive-d. #195

Open christophersole opened 8 years ago

christophersole commented 8 years ago

After installing and configuring onedrive-d on an Ubuntu Server Edition install (14.04.3) (incl. authenticating access to my OneDrive account), I get these error messages when starting onedrive-d in both debug and daemon modes:

test@ubuntutest:~$ sudo onedrive-d start --debug Loading configuration ... OK [2016-01-12 23:43:37,125] DEBUG: MainThread: running in debug mode. Starting onedrive-d ... OK [2016-01-12 23:43:37,197] DEBUG: thread_mgr: started. [2016-01-12 23:43:37,232] DEBUG: MainThread: daemon started. [2016-01-12 23:43:37,233] CRITICAL: MainThread: no user is associated with onedrive-d. [2016-01-12 23:43:37,234] DEBUG: Dummy-2: cleaning up. All children are gone. Parent is exiting... ..................................................................................................................... test@ubuntutest:~$ sudo onedrive-d start Loading configuration ... OK [2016-01-12 23:51:25,125] DEBUG: MainThread: running in daemon mode. Starting onedrive-d ... FAILED ERROR: Child exited immediately with non-zero exit code 1

JeffreyBlumenthal commented 5 years ago

I also got this error

ERROR: Child exited immediately with exit code 1

in response to command:

onedrive-d start

per instructions here: https://www.addictivetips.com/ubuntu-linux-tips/access-microsoft-onedrive-on-linux/

help!