Bouncer HTTP request error 405

Hello,
One of my workflow is suddenly not working anymore.
I’m using Bouncer to check mails deliverability I got this error message:

{“status”:“rejected”,“reason”:{“message”:“405 - "

Whitelabel Error Page

This application has no explicit mapping for /error, so you are seeing this as a fallback.

Mon Apr 03 19:15:51 GMT 2023
There was an unexpected error (type=Method Not Allowed, status=405).
batch is not completed
"”,“name”:“Error”,“stack”:“Error: 405 - "

Whitelabel Error Page

This application has no explicit mapping for /error, so you are seeing this as a fallback.

Mon Apr 03 19:15:51 GMT 2023
There was an unexpected error (type=Method Not Allowed, status=405).
batch is not completed
"\n at createError (/usr/local/lib/node_modules/n8n/node_modules/axios/lib/core/createError.js:16:15)\n at settle (/usr/local/lib/node_modules/n8n/node_modules/axios/lib/core/settle.js:17:12)\n at IncomingMessage.handleStreamEnd (/usr/local/lib/node_modules/n8n/node_modules/axios/lib/adapters/http.js:269:11)\n at IncomingMessage.emit (node:events:525:35)\n at IncomingMessage.emit (node:domain:552:15)\n at endReadableNT (node:internal/streams/readable:1358:12)\n at processTicksAndRejections (node:internal/process/task_queues:83:21)”}}

I’ve recheck the API Doc which is still the same, I’m using the same parameters but it simply doesn’t work anymore.

Here is my node configuration:

Here is the API documentation:

Any insight ? I’ve never has to deal with a 405 request, and the fact that it has worked multiple time by the past is very strange …
Thanks

1 Like

Hi @fischera

Please double-check the URL.

The correct URL should be.

https://api.usebouncer.com/v1.1/email/verify/batch/{{$json["requestID"]}}/download?download=all

But what I see in your screenshot is.

https://api.usebouncer.com/v1.1/email/verify/batch/{{$json["requestID"]}}?download=all

Here is the documentation URL I referred to.

2 Likes

Indeed @mcnaveen - all the doc has changed from version 1 to 1.1 so I needed to update a lot of things
Thank you for your message :slight_smile:

1 Like

Cool. You’re welcome.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.