omdbapi / OMDb-API

The Open Movie Database Bug Tracking
416 stars 20 forks source link

Invalid API key! #311

Open Kushpatel05 opened 4 months ago

Kushpatel05 commented 4 months ago

{"Response":"False","Error":"Invalid API key!"} i showing this error
i am using free api for omdb api

buckedunicorn commented 4 months ago

Did you register for an API key? also, your url should looks something like this:

http://www.omdbapi.com/?apikey=YOURAPIKEYHERE&t=MOVIETITLEHERE&type=movie&plot=full"
HadiEbrahmi commented 3 months ago

{"Response":"False","Error":"Invalid API key!"} i showing this error i am using free api for omdb api

I have this problem too. Did you solve it?

Kushpatel05 commented 3 months ago

Yes I have solved the problem I purchased api from omdb site and resolved it.

On Sun, May 26, 2024, 12:25 PM HadiEbrahmi @.***> wrote:

{"Response":"False","Error":"Invalid API key!"} i showing this error i am using free api for omdb api

I have this problem too. Did you solve it?

— Reply to this email directly, view it on GitHub https://github.com/omdbapi/OMDb-API/issues/311#issuecomment-2132093244, or unsubscribe https://github.com/notifications/unsubscribe-auth/BFZTNELGGFRHDLRTNVNCZ7TZEGBMRAVCNFSM6AAAAABGGWOSKWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMZSGA4TGMRUGQ . You are receiving this because you authored the thread.Message ID: @.***>

angelineflorajohn commented 3 months ago

@Kushpatel05, would you happen to know what database OMDB is using? I have a feeling that it uses the TMDB api on the back end but I wanted to confirm it with someone since there is no documentation on the same.

Kushpatel05 commented 3 months ago

Yes, it is using IMDb api!

On Tue, May 28, 2024, 1:37 AM Angeline Flora John @.***> wrote:

@Kushpatel05 https://github.com/Kushpatel05, would you happen to know what database OMDB is using? I have a feeling that it uses the TMDB api on the back end but I wanted to confirm it with someone since there is no documentation on the same.

— Reply to this email directly, view it on GitHub https://github.com/omdbapi/OMDb-API/issues/311#issuecomment-2134001341, or unsubscribe https://github.com/notifications/unsubscribe-auth/BFZTNEIQHR3J7VXQTZ4WHZ3ZEOHBFAVCNFSM6AAAAABGGWOSKWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMZUGAYDCMZUGE . You are receiving this because you were mentioned.Message ID: @.***>

angelineflorajohn commented 2 months ago

Ah okay, thanks for confirming. What do you recommend between OMDB and TMDB?

allejo commented 2 months ago

Problem for me was I was using http:// and when I switched it to use https://, the free key started working

Artein commented 2 months ago

The same problem for me. The free account suddenly stopped working. I tried to regenerate a new API key, but it didn't help. Changing to https also didn't help. Something has changed, and I started to consider other options available for us while we are prototyping...

@omdbapi, could you please share your comment with us?

shettyvarshaa commented 3 days ago

Problem for me was I was using http:// and when I switched it to use https://, the free key started working

This worked for me, my url looks something like this https://www.omdbapi.com/?apikey=YOUR_API_KEY'