You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! Deployed using Docker Compose. Everything is working fine so far, only when refreshing keywords I'm getting strange error. I'm using my own proxy pool, which is running fine for another scraping projects. So, not a proxies fault.
Here is error message that i get:
app-1 | [0] START SCRAPE: mykeyword
app-1 | [0] GET /api/keywords?domain=domain.com
app-1 | [0] [ERROR] Scraping Keyword : mykeyword . Error: undefined
app-1 | [0] [ERROR_MESSAGE]: TypeError: Invalid URL
app-1 | [0] at new URL (node:internal/url:816:29)
app-1 | [0] at /app/.next/server/chunks/941.js:369:25
app-1 | [0] at Array.find (<anonymous>)
app-1 | [0] at getSerp (/app/.next/server/chunks/941.js:368:30)
app-1 | [0] at scrapeKeywordFromGoogle (/app/.next/server/chunks/941.js:279:26)
app-1 | [0] at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
app-1 | [0] at async refreshAndUpdateKeyword (/app/.next/server/chunks/941.js:79:34)
app-1 | [0] at async refreshAndUpdateKeywords (/app/.next/server/chunks/941.js:59:37) {
app-1 | [0] code: 'ERR_INVALID_URL',
app-1 | [0] input: 'https://'
app-1 | [0] }
app-1 | [0] [SUCCESS] Updating the Keyword: mykeyword
app-1 | [0] time taken: 1186.8467190000229ms
What could it be?!
The text was updated successfully, but these errors were encountered:
Hello! Deployed using Docker Compose. Everything is working fine so far, only when refreshing keywords I'm getting strange error. I'm using my own proxy pool, which is running fine for another scraping projects. So, not a proxies fault.
Here is error message that i get:
What could it be?!
The text was updated successfully, but these errors were encountered: