Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

exceeding timeout #101

Open
Darxit opened this issue May 2, 2023 · 2 comments
Open

exceeding timeout #101

Darxit opened this issue May 2, 2023 · 2 comments

Comments

@Darxit
Copy link

Darxit commented May 2, 2023

i was trying to run a task for a new drop today and i kept getting this error

[5/2/2023, 4:54:47 PM] - TimeoutError: Navigation timeout of 30000 ms exceeded
at /home/loon/SneakerBot/node_modules/puppeteer/lib/cjs/puppeteer/common/LifecycleWatcher.js:108:111
at async FrameManager.navigateFrame (/home/loon/SneakerBot/node_modules/puppeteer/lib/cjs/puppeteer/common/FrameManager.js:131:21)
at async Frame.goto (/home/loon/SneakerBot/node_modules/puppeteer/lib/cjs/puppeteer/common/FrameManager.js:512:16)
at async Page.goto (/home/loon/SneakerBot/node_modules/puppeteer/lib/cjs/puppeteer/common/Page.js:1167:16)
at async searchByProductCode (file:///home/loon/SneakerBot/sites/nike.js:179:5)
at async Object.guestCheckout [as nike] (file:///home/loon/SneakerBot/sites/nike.js:203:5)
at async file:///home/loon/SneakerBot/helpers/cluster.js:102:34

@samc621
Copy link
Owner

samc621 commented May 3, 2023

Could you please provide the task payload you are using? I'll need those details to try and reproduce the error.

@Darxit
Copy link
Author

Darxit commented May 3, 2023

curl --location -g 'http://127.0.0.1:8050}/v1/tasks'
--header 'Content-Type: application/json'
--data-raw '{
"site_id": 1,
"url": "https://www.nike.com",
"product_code": "DV1748-601",
"style_index": 1,
"size": "11.5",
"shipping_speed_index": 0,
"billing_address_id": 1,
"shipping_address_id": 2,
"notification_email_address": "[email protected]"
}'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants