Skip to content

search_movie function errors #124

@hjk321

Description

@hjk321

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)
           ^^^^^^^^^^^^^^^^^^

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions