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
I have been using this api for awhile and has been running great every day. Now I am facing this error when running the script
Traceback (most recent call last):
File "/navy/./l2.py", line 137, in
search = tvobj.search(title9)
File "/usr/local/lib/python3.9/dist-packages/tmdbv3api/objs/tv.py", line 60, in search
self._call(
File "/usr/local/lib/python3.9/dist-packages/tmdbv3api/tmdb.py", line 185, in _call
raise TMDbException(json["errors"])
tmdbv3api.exceptions.TMDbException: ['query must be provided']
Did something change on my end or tmbd?
Thanks
The text was updated successfully, but these errors were encountered:
I have been using this api for awhile and has been running great every day. Now I am facing this error when running the script
Traceback (most recent call last):
File "/navy/./l2.py", line 137, in
search = tvobj.search(title9)
File "/usr/local/lib/python3.9/dist-packages/tmdbv3api/objs/tv.py", line 60, in search
self._call(
File "/usr/local/lib/python3.9/dist-packages/tmdbv3api/tmdb.py", line 185, in _call
raise TMDbException(json["errors"])
tmdbv3api.exceptions.TMDbException: ['query must be provided']
Did something change on my end or tmbd?
Thanks
The text was updated successfully, but these errors were encountered: