Custom Query (2449 matches)
Results (265 - 267 of 2449)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #3370 | Fixed | Create discord channel | ||
| Description |
We need a better forum to speak with other developers, nobody uses irc anymore and this forum is not active enough. Can we create a discord channel so that those who have time and energy can coordinate their work? |
|||
| #3381 | Fixed | ubuntu 20.04 ppa | ||
| Description |
PPA needs to be updated to focal 20.04. 10 days to release ! |
|||
| #3385 | Fixed | TypeError: a bytes-like object is required, not 'str' | ||
| Description |
Python 3.7 libtorrent 1.2.5 boost 1.72 FreeBSD 11.3-RELEASE-p7 (FreeNAS.amd64) Traceback (most recent call last):
File "/home/deluge/.local/bin/deluged", line 11, in <module>
load_entry_point('deluge==2.0.4.dev0', 'console_scripts', 'deluged')()
File "/home/deluge/.local/lib/python3.7/site-packages/deluge-2.0.4.dev0-py3.7.egg/deluge/core/daemon_entry.py", line 87, in start_daemon
options = parser.parse_args()
File "/home/deluge/.local/lib/python3.7/site-packages/deluge-2.0.4.dev0-py3.7.egg/deluge/argparserbase.py", line 250, in parse_args
return self._handle_ui_options(options)
File "/home/deluge/.local/lib/python3.7/site-packages/deluge-2.0.4.dev0-py3.7.egg/deluge/argparserbase.py", line 329, in _handle_ui_options
_file.write('%d\n' % os.getpid())
TypeError: a bytes-like object is required, not 'str'
changing the line to _file.write(b'%d\n' % os.getpid()) allows it to get further, but then I get an OpenSSL error which I'll make another ticket for. |
|||
Note:
See TracQuery
for help on using queries.
