You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/fuse.py", line 495, in _wrapper
return func(*args, **kwargs) or 0
File "/usr/local/lib/python3.6/site-packages/fuse.py", line 572, in open
fi.flags)
File "/usr/local/lib/python3.6/site-packages/fuse.py", line 800, in __call__
return getattr(self, op)(*args)
File "/usr/local/lib/python3.6/site-packages/ytfs/ytfs.py", line 323, in mod
return method(self, self.__pathToTuple(path), *args)
File "/usr/local/lib/python3.6/site-packages/ytfs/ytfs.py", line 565, in open
if yts.obtainInfo(): #FIXME coz it's ugly.
File "/usr/local/lib/python3.6/site-packages/ytfs/stor.py", line 235, in obtainInfo
elif self.preferences['audio']: fm = sorted(aud, key=_k)
TypeError: '<' not supported between instances of 'int' and 'str'
The text was updated successfully, but these errors were encountered:
getting this while searching, using
Python 3.6.0
:The text was updated successfully, but these errors were encountered: