Closed myopenflixr closed 2 years ago
Any issues connecting to tvmaze API?
I also followed the following instructions and this did not resolve the issue.
Close Medusa, then delete cache.db in your Medusa directory
Any issues connecting to tvmaze API?
@p0psicles How would I check this?
@p0psicles It does appear that I cannot ping api.tvmaze.com from my network. Not sure if this is what you were referring to but I figured I would give this a try and report my results.
This should be already fixed in the develop
branch.
@medariox When will this fix make it to the master
branch so that I can start adding new shows again?
This fix only makes sure you get a nice warning in stead of the stack trace. So just a better error mesage. You'll need to fix your connectivity to tvmaze. Or make sure your doing specific searches using tvdb or tmdb.
Any suggestions on how to fix my connection with tvmaze? I can ping tvmaze.com but not api.tvmaze.com. I've never encountered this issue before and not sure where to begin. Nothing has changed on my network that I'm aware of. Everything has worked flawlessly for the past couple of years (until now).
I don't know. Maybe you got a temp ban? Because of exeeding thresholds? Maybe you can contact them through their forum. Or do some research and check if they do like temp ip bans? Maybe it''ll resolve itself within a couple of days.
Are you using a VPN? They block VPNs that query their API.
If you cannot ping api.tvmaze.com then something is wrong with your own network, I can ping it just fine. Did you check if you dns is working correct with nslookup:
nslookup api.tvmaze.com
You can also simply test the TvMaze api by giving this command to your browser.
It will return data in json format about the show "girls"
I resolved the issue. It my was router/firewall (UniFi Dream Machine Pro) . I had it configured to "Allow" only specific countries and block the rest. However, even though api.tvmaze.com is a German ip address (which I had selected as allowed in the router), the hops to get to me must have traveled through a country I had blocked. I ended up disabling the GeoIP filtering altogether.
Describe the bug Searching or shows throws error and no results are found.
To Reproduce Steps to reproduce the behavior:
Expected behavior Expected search results so that I could add new show
Screenshots If applicable, add screenshots to help explain your problem.
Medusa (please complete the following information):
Debug logs (at least 50 lines): General > Advanced Settings > Enable debug
Additional context This seems to be an issue with any show that I search for, not just a couple specific shows.