generated from n8n-io/n8n-nodes-starter
-
Notifications
You must be signed in to change notification settings - Fork 16
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
Error with Scrape function #14
Comments
same think the issue is either the waitForTimeout not beeing part of the api anymore or it doesnt like the default value of 0. Edit: You can fix this by creating a new workflow with a webhook and basically proxy the request to browserless
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Loving the community node so far, everything works great except the scrape feature. Here is the error it produces
{
"errorMessage": "Bad request - please check your parameters",
"errorDescription": "Request failed with status code 400",
"errorDetails": {
"rawErrorMessage": [
"Request failed with status code 400"
],
"httpCode": "400"
},
"n8nDetails": {
"nodeName": "Browserless",
"nodeType": "n8n-nodes-browserless.browserless",
"nodeVersion": 2,
"resource": "Browser Rest Apis",
"operation": "Scrape",
"itemIndex": 0,
"runIndex": 0,
"time": "11/18/2024, 10:06:47 PM",
"n8nVersion": "1.49.0 (Self Hosted)",
"binaryDataMode": "default",
"stackTrace": [
"NodeApiError: Bad request - please check your parameters",
" at Object.httpRequestWithAuthentication (/usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/NodeExecuteFunctions.js:1187:15)",
" at processTicksAndRejections (node:internal/process/task_queues:95:5)",
" at Object.httpRequestWithAuthentication (/usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/NodeExecuteFunctions.js:2077:20)",
" at RoutingNode.rawRoutingRequest (/usr/local/lib/node_modules/n8n/node_modules/n8n-workflow/dist/RoutingNode.js:337:29)",
" at RoutingNode.makeRoutingRequest (/usr/local/lib/node_modules/n8n/node_modules/n8n-workflow/dist/RoutingNode.js:423:28)",
" at async Promise.allSettled (index 0)",
" at RoutingNode.runNode (/usr/local/lib/node_modules/n8n/node_modules/n8n-workflow/dist/RoutingNode.js:156:35)",
" at Workflow.runNode (/usr/local/lib/node_modules/n8n/node_modules/n8n-workflow/dist/Workflow.js:775:23)",
" at /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/WorkflowExecute.js:673:51",
" at /usr/local/lib/node_modules/n8n/node_modules/n8n-core/dist/WorkflowExecute.js:1085:20"
]
}
}
The text was updated successfully, but these errors were encountered: