Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeError: '<' not supported between instances of 'int' and 'str' #26

Open
gretel opened this issue Jan 30, 2017 · 2 comments
Open

TypeError: '<' not supported between instances of 'int' and 'str' #26

gretel opened this issue Jan 30, 2017 · 2 comments

Comments

@gretel
Copy link

gretel commented Jan 30, 2017

getting this while searching, using Python 3.6.0:

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'
@naviabbot
Copy link

I'm getting this while trying to open a file. Python 3.5.2

@rasguanabana
Copy link
Owner

Hi, what version do you use? Please try latest version from master. PyPI package needs to be updated, hopefully I'll do this soon

Repository owner deleted a comment from manozz007 Jan 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants