hoangvu12/kaguya-scraper

Cannot connect to api

KshitijKalambe opened this issue · 12 comments

{"message":"No API key found in request","hint":"No apikey request header or url param was found."}

I have tried deploying using vercel, it succeded but it seems the port is blocked or something i am not getting.

That is weird, which apiKey it was needed? This sounds more like a Vercel's problem.

Supabase api key which helps it to connect to kaguya, it seems its not connecting l, when i try to access with supabase url, it gives me
{"message":"No API key found in request","hint":"No apikey request header or url param was found."}

You have to fill in the .env values in Vercel website since the .env file has been ignored.

I did locally on pc, and is scrapping but I can't see any changes in supabase tables

How am i supposed to know it has connected successfully?

I did locally on pc, and is scrapping but I can't see any changes in supabase tables

How am i supposed to know it has connected successfully?

You have to wait until the scraping is done, you will see changes after that. Normally it would take few hours.

Giving me 404 error when i try to watch also not all episodes are there?

Giving me 404 error when i try to watch also not all episodes are there?

Make sure that the supabase key is secret key (anon key), otherwise it won't works

The service role key? I am pretty sure I used it, also while setting environment variables locally should it be user defined ir system defined?

The service role key? I am pretty sure I used it, also while setting environment variables locally should it be user defined ir system defined?

If you're running on local, just change in .env file, if you using some hosting services, it is depends on the hosting, usually they have their own env edit section

hi i change .env file and add my supabase key and url and its scraper is not running i used these commands :- npm install then npm run build and npm start it started port 3001 and if im using yarn instaed of npm it is not working im using github codespace
and tell me ssplay and streamtape url and key are imp i have to add to env file and do i have to add soucre first ?

hi i change .env file and add my supabase key and url and its scraper is not running i used these commands :- npm install then npm run build and npm start it started port 3001 and if im using yarn instaed of npm it is not working im using github codespace and tell me ssplay and streamtape url and key are imp i have to add to env file and do i have to add soucre first ?

SSPlay and Streamtape are hostings, they are optional, you don't need them unless you do uploading.

Ohk and what should I do about above problem?