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

search_movie function errors #124

Open
hjk321 opened this issue Mar 12, 2024 · 0 comments
Open

search_movie function errors #124

hjk321 opened this issue Mar 12, 2024 · 0 comments

Comments

@hjk321
Copy link

hjk321 commented Mar 12, 2024

Is it really that hard to test your damn library before releasing it?

Traceback (most recent call last):
  File "C:\Video\tmdb.py", line 205, in <module>
    main()
  File "C:\Video\tmdb.py", line 45, in main
    process(folder, mkvs)
  File "C:\Video\tmdb.py", line 80, in process
    while filename == "": filename = search_movie()
                                     ^^^^^^^^^^^^^^
  File "C:\Video\tmdb.py", line 128, in search_movie
    del search[9:]
        ~~~~~~^^^^
  File "C:\Users\Hiram\AppData\Roaming\Python\Python312\site-packages\tmdbv3api\as_obj.py", line 41, in __delitem__
    return delattr(self, key)
           ^^^^^^^^^^^^^^^^^^
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