michaldrabik / showly-2.0

Showly 2.0 is modern, slick, open-sourced Android TV Shows Tracker.
http://www.showlyapp.com
GNU General Public License v3.0
810 stars 54 forks source link

OMDB API key #821

Open togatown opened 2 months ago

togatown commented 2 months ago

I have a recently been issued a free OMDB API key and ratings weren't loading.

The error in the log shows an invalid API key.

https://private.omdbapi.com/?i=tt0112095&apikey=APIKEY&tomatoes=true

I requested several more free keys using different email addresses and all of them say they are invalid.

Changing the subdomain to www fixes the issue.

https://www.omdbapi.com/?i=tt0112095&apikey=APIKEY&tomatoes=true

michaldrabik commented 4 weeks ago

Yeah I honestly don't remember why is the private used. For free keys it might be invalid. Sent a message to api owner to clarify.