We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
No branches or pull requests
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: