OMDb-API icon indicating copy to clipboard operation
OMDb-API copied to clipboard

Invalid API key!

Open Kushpatel05 opened this issue 10 months ago • 9 comments

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

Kushpatel05 avatar Apr 15 '24 06:04 Kushpatel05

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"

buckedunicorn avatar Apr 19 '24 13:04 buckedunicorn

{"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?

HadiEbrahmi avatar May 26 '24 06:05 HadiEbrahmi

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: @.***>

Kushpatel05 avatar May 26 '24 07:05 Kushpatel05

@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.

angelinefloraj avatar May 27 '24 20:05 angelinefloraj

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: @.***>

Kushpatel05 avatar May 28 '24 04:05 Kushpatel05

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

angelinefloraj avatar May 29 '24 03:05 angelinefloraj

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

allejo avatar May 30 '24 04:05 allejo

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?

Artein avatar May 30 '24 17:05 Artein

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'

shettyvarshaa avatar Aug 23 '24 16:08 shettyvarshaa