TMDbAPi not working and throw below error in Python (But API request from browser works)
ConnectTimeout: HTTPSConnectionPool(host='api.themoviedb.org', port=443): Max retries exceeded with url: /3/movie/111/recommendations?api_key=MY_KEY&page=1&language=en (Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x0000026F3457A330>, 'Connection to api.themoviedb.org timed out. (connect timeout=None)'))
Δεν μπορείτε να βρείτε κάποια ταινία ή σειρά; Συνδεθείτε για να τη δημιουργήσετε.
Θέλετε να αξιολογήσετε ή να προσθέσετε αυτό το στοιχείο σε μια λίστα;
Δεν είσαι μέλος;
Απάντηση από τον/την superboy97
στις 17 Ιανουάριος 2025 στις 12:34 ΜΜ
If the same query is working from the browser, I can only suggest you to check if you don't have a firewall that block the access to the Internet from Python.