-
Notifications
You must be signed in to change notification settings - Fork 78
OSError: [Errno 88] Socket operation on non-socket #130
Comments
@DAC324 found a workaround: First is to remove the
then install the fork
And just to check if everything is working:
|
I had same issue. Tried to remove and install new daemonocle but onedrive-d now says can't find daemonocle. I am wrottong from mobile so when i'll be online, i'll provide output |
@FoXiCZEk My full procedure of reinstalling onedrived on Ubuntu 20.04 after Ubuntu's upgrade: this is needed or otherwise installation from source will fail
then download source:
You have to edit 'requirements.txt' in cloned git source root and replace 'daemonocle>=1.0.1' with 'meeshkan-daemonocle>=1.0.3'then run installation from git source root:
|
Just wanted to confirm that only uninstalling daemonocle and installing meeshkan-daemonocle also fixes this issue in Ubuntu 20.04. |
Hello all,
in Manjaro Linux, onedrived gives
when trying to start it.
And here is the resolution: The file /usr/lib/python3.8/site-packages/daemonocle/core.py has to be edited according to the fix described here: https://pagure.io/python-daemon/pull-request/35#request_diff
Line 224 of /usr/lib/python3.8/site-packages/daemonocle/core.py has to be moved in the subsequent try... block for Python 3.8 support like below:
The text was updated successfully, but these errors were encountered: