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 "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``
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: