I tried everything from updating to changing dns servers and all, same result:
2024-06-21T07:48:29.311Z [debug][API]: Something went wrong retrieving movie {"errorMessage":"[TMDB] Failed to fetch movie details: connect ECONNREFUSED 127.0.0.1:443","movieId":"670"}
2024-06-21T07:48:29.348Z [debug][API]: Something went wrong retrieving movie {"errorMessage":"[TMDB] Failed to fetch movie details: connect ECONNREFUSED 127.0.0.1:443","movieId":"38365"}
2024-06-21T07:48:29.352Z [debug][API]: Something went wrong retrieving movie {"errorMessage":"[TMDB] Failed to fetch movie details: connect ECONNREFUSED 127.0.0.1:443","movieId":"216015"}
One thing that happened recently that I think may have caused it, is Virtualbox. I'm not sure why but when I sat a shared folder as read-only (that isn't even on the same drive) permissions got messed with on all drives... I'm not sure how or why it did this and to what extent things got affected, but I'm hoping someone may have a suggestion. The only thing that returned a normal address is launching a container (via docker run) and then doing a dnslookup api.themoviedb.org 1.1.1.1. But when switching to that dns or Google's the result is the same and it resolves to localhost/127.0.0.1. I have another container that seems to write and do everything normally but their written data is on another drive that I changed the owner of back to me. The overseerr container connects to Sonarr, Radarr, and Plex ([Plex Scan]) as normal and commuinicates with them as expected, and I checked that I wasn't banned from tmdb and I wasn't (and even changed my home ip just to be sure), and phone connted to my home wifi doesn't face issues... however there's something odd, Firefox gives off the same error: connection refused, however Chrome doesn't (I mainly use FF) have any issues just like my phone. I'm honestly confused at this point