slook
slook
To help us figure out if the problem lies within the Nicotine+ executable or if it is related to the Python GObject / Gtk runtime library, perhaps you can test...
Possibly relevant for @mathiascode : https://github.com/marcelotduarte/cx_Freeze/issues/54
The issue with the broken path might come from the argument that is parsed just before `CreateProcess()`: https://github.com/python/cpython/blob/8fb36494501aad5b0c1d34311c9743c60bb9926c/Lib/multiprocessing/popen_spawn_win32.py#L55-L57 ` cmd = ' '.join('"%s"' % x for x in cmd)` Perhaps...
@uniss2209 What is the exact path string of displayed in Preferences > Shares > Folder Does it make any difference as to if this setting is a shared folder on...
> Something is wrong with the `sys.executable` path. [sys.executable](https://docs.python.org/3/library/sys.html#sys.executable) _"A string giving the absolute path of the executable binary for the Python interpreter, on systems where this makes sense. **If...
On a slow connection, the transfer Speed is not usually high enough to warrant abbreviation to MiB/s, and having two different units constantly changing in the same column can make...
> I don't think it updates in real time like the original slsk. This was improved recently see https://github.com/nicotine-plus/nicotine-plus/issues/2082#issuecomment-1164905009, please try the [latest unstable build](https://github.com/nicotine-plus/nicotine-plus/blob/master/doc/TESTING.md) of 3.2.3rc2 to verify if...
You're welcome :) It's nice to know the users care about the project enough to give feedback and make suggestions which help to make things better for everybody. When I...
Yes can see it thanks for the screen photo. Did these transfers actually complete in exactly 1 second? If not, then it seems there is some problem with the use...
Well if the transfers only take 1 second to complete then the speed calculation is as accurate as it can possibly be, since the speed calculation only occurs once every...