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

I'm reporting this error because your script asked me to. #100

Open
User23415 opened this issue Jan 24, 2025 · 0 comments
Open

I'm reporting this error because your script asked me to. #100

User23415 opened this issue Jan 24, 2025 · 0 comments

Comments

@User23415
Copy link

I was working from a blank github codespace. The command I used was python3 khinsider.py "celeste", in the terminal.

Traceback (most recent call last):
File "/workspaces/codespaces-blank/khinsider.py", line 681, in
sys.exit(doIt())
^^^^^^
File "/workspaces/codespaces-blank/khinsider.py", line 628, in doIt
success = download(soundtrack, outPath, formatOrder=formatOrder, verbose=True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/workspaces/codespaces-blank/khinsider.py", line 457, in download
return soundtrack.download(path, makeDirs, formatOrder, verbose)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/workspaces/codespaces-blank/khinsider.py", line 358, in download
for song in self.songs:
^^^^^^^^^^
File "/workspaces/codespaces-blank/khinsider.py", line 160, in lazyVersion
setattr(self, attrName, func(self))
^^^^^^^^^^
File "/workspaces/codespaces-blank/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