dpitch40
dpitch40
I am trying the code suggested by @flewellyn and am getting a long exception traceback ending with ``` File ".../.tox/py37/lib/python3.7/site-packages/graphql/type/typemap.py", line 87, in reducer if type_.name in map_: AttributeError: 'Geometry_WKT'...
I am seeing this on 4.6.0 as well. In playlist view, I can't sort songs by any column or interact with the column headers in any way (e.g. right clicking)...
Python 3.10 is the only Python version I have installed. How was Quodlibet 4.4.0 previously working with it?
I am seeing this issue as well. If I try to upload a file named "file\r\n%64.txt", it gets encoded to "file%0D%0A%64.txt", which decodes back to "file\r\nd.txt". The literal percent sign...