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

khinsider New Error #90

Open
JacobArjona opened this issue Dec 3, 2023 · 0 comments
Open

khinsider New Error #90

JacobArjona opened this issue Dec 3, 2023 · 0 comments

Comments

@JacobArjona
Copy link

Traceback (most recent call last):
  File "C:\Users\jack1\OneDrive\Escritorio\khinsider-master\khinsider.py", line 681, in <module>
    sys.exit(doIt())
             ^^^^^^
  File "C:\Users\user\OneDrive\desktop\khinsider-master\khinsider.py", line 628, in doIt
    success = download(soundtrack, outPath, formatOrder=formatOrder, verbose=True)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\jack1\OneDrive\Escritorio\khinsider-master\khinsider.py", line 457, in download
    return soundtrack.download(path, makeDirs, formatOrder, verbose)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\jack1\OneDrive\Escritorio\khinsider-master\khinsider.py", line 358, in download
    for song in self.songs:
                ^^^^^^^^^^
  File "C:\Users\jack1\OneDrive\Escritorio\khinsider-master\khinsider.py", line 160, in lazyVersion
    setattr(self, attrName, func(self))
                            ^^^^^^^^^^
  File "C:\Users\jack1\OneDrive\Escritorio\khinsider-master\khinsider.py", line 316, in songs
    anchors = [tr.find('a') for tr in table('tr') if not tr.find('th')]
                                      ^^^^^^^^^^^
TypeError: 'NoneType' object is not callable``
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

1 participant