web-check icon indicating copy to clipboard operation
web-check copied to clipboard

API keys not working (Docker)

Open himuura opened this issue 1 month ago • 2 comments

First of all, congrats!! Really cool project! I'm running web-checker on a Pi 5 through docker. After adding GOOGLE_CLOUD_API_KEY variable with my key (the same for REACT_APP_SHODAN_API_KEY and REACT_APP_WHO_API_KEY) i found out that none of them work. Deleted one by one, added one by one and no avail, they simple do not query. I verified Google, Whois and Shodan and no queries have been made. I got 1 error: 404 (not found) but cannot figure from which API key. Any way to test those keys inside docker? Or to find the query log for each API?

himuura avatar Jan 07 '26 20:01 himuura

related to this error message ? https://github.com/Lissy93/web-check/blob/4b4bf20a6fbdd189183f1289141d5dcc4a1f946d/api/whois.js#L74

revolunet avatar Jan 07 '26 20:01 revolunet

Hey mate, sorry for the delay, cought influenza and have been bedridden. I dont know if it's related to that error, i dont have any errors on docker usually but once in a while it will throw a 404 to an api (but doesn't say which). Is there a way to test the API inside docker? Or where are the API connection logs located? Cheers mate.

EDIT: sorry, managed to follow the whois.js file and yes, it's the same error message!

himuura avatar Jan 08 '26 18:01 himuura