cloudflare-worker-local icon indicating copy to clipboard operation
cloudflare-worker-local copied to clipboard

Getting error while running google index script

Open rsoorajs opened this issue 3 years ago • 2 comments
trafficstars

Getting this error while running google index script TypeError: Cannot read property 'asn' of undefined

https://gitlab.com/GoogleDriveIndex/Google-Drive-Index

the issue is while running the below generated .js file. You can regenerate this issue using below link. kindly fix it thank you

https://bdi-generator.hashhackers.com/

rsoorajs avatar Jul 14 '22 14:07 rsoorajs


2022-07-14T14:12:45.963585332Z at async FetchEvent.__response (/usr/local/lib/node_modules/cloudflare-worker-local/app/worker.js:57:35)
2022-07-14T14:12:45.963615385Z at async Worker.executeFetchEvent (/usr/local/lib/node_modules/cloudflare-worker-local/app/worker.js:151:14)
2022-07-14T14:12:45.963625647Z at async callWorker (/usr/local/lib/node_modules/cloudflare-worker-local/app/server.js:12:20)
2022-07-14T14:12:45.963634528Z at async /usr/local/lib/node_modules/cloudflare-worker-local/app/server.js:53:7
2022-07-14T14:12:46.757529443Z TypeError: Cannot read property 'asn' of undefined
2022-07-14T14:12:46.758107326Z at handleRequest (evalmachine.<anonymous>:854:36)
2022-07-14T14:12:46.758122981Z at processTicksAndRejections (internal/process/task_queues.js:95:5)
2022-07-14T14:12:46.758129394Z at async Promise.all (index 0)

rsoorajs avatar Jul 14 '22 14:07 rsoorajs

Hi @rsoorajs,

Thanks for the bug report. Could you share a simple script that reproduces the bug? This looks like a web pack related issue.

Tejas

gja avatar Jul 15 '22 09:07 gja