--
Ticket URL: <https://dev.deluge-torrent.org/ticket/3567>
Deluge <https://deluge-torrent.org/>
Deluge Project
* Attachment "bug-deluge-v211.JPG" added.
Comment (by cesarmarcanove):
After installing Deluge 2.1.1 and then when running the Deluge app of
Version 2.1.1, and I discovered the unknown critical bug. Using on Windows
8.1
--
Ticket URL: <https://dev.deluge-torrent.org/ticket/3567#comment:1>
* component: Unknown => Core
--
Ticket URL: <https://dev.deluge-torrent.org/ticket/3567#comment:2>
Comment (by cesarmarcanove):
It appears and commented on Stackoverflow, about the error OSError 87 in
the Python:
https://stackoverflow.com/questions/66908593/oserror-winerror-87-the-
parameter-is-incorrect
{{{
This is a sort-of-a-bug in fabric (as of 2.6.0), see the discussion here:
https://github.com/fabric/fabric/issues/2142
Apparently, it shows up with Python 3.8 or 3.9, but not with 3.6 or 3.7.
To get around it, you can use '''c.run("echo hello",
replace_env=False)'''.
This is OK for local calls, but can be problematic for remote calls,
because it means that the remote session will see all environment variable
values (some of which may be sensitive) of your local session.
}}}
--
Ticket URL: <https://dev.deluge-torrent.org/ticket/3567#comment:3>
Comment (by cesarmarcanove):
Another commented in py2exe should be there:
https://github.com/py2exe/py2exe/issues/117
Good luck to fixing.
--
Ticket URL: <https://dev.deluge-torrent.org/ticket/3567#comment:4>