Has anyone encountered a status code 450 error when using the <http://PDF.co|PDF.co> converter?

This topic was automatically generated from Slack. You can find the original thread here.

Hey all, has anyone gotten this error when using the PDF.co converter?

Error - Request failed with status code 450
{"errorCode":450,"error":true,"message":null,"remainingCredits":27162,"credits":0}

DETAILS
    at null.createError (/tmp/__pdg__/dist/code/6e12b5a7f244fdc67abc98c4152bdea06533fc5ce7bcc0b57d942320867dd726/node_modules/.pnpm/axios@0.21.4/node_modules/axios/lib/core/createError.js:16:15)
    at null.settle (/tmp/__pdg__/dist/code/6e12b5a7f244fdc67abc98c4152bdea06533fc5ce7bcc0b57d942320867dd726/node_modules/.pnpm/axios@0.21.4/node_modules/axios/lib/core/settle.js:17:12)
    at IncomingMessage.handleStreamEnd (/tmp/__pdg__/dist/code/6e12b5a7f244fdc67abc98c4152bdea06533fc5ce7bcc0b57d942320867dd726/node_modules/.pnpm/axios@0.21.4/node_modules/axios/lib/adapters/http.js:269:11)
    at IncomingMessage.emit (node:events:529:35)
    at null.endReadableNT (node:internal/streams/readable:1368:12)
    at process.processTicksAndRejections (node:internal/process/task_queues:82:21)

I know the PDF URL works. And it was working before without any changes.

Hi , thanks for raising this. I’ll check this and get back to you soon

Thanks!

Hey , I tried the action and it works fine with required props. Would you mind sharing a screenshot of your action if possible?

I ended up doing a workaround with an API call and a parsing script to get the exact pages I want. But this is what the action looked like. (I’d still rather use the action because it doesn’t require the parsing script).

The API call was able to use the same PDF

Hmm it seems like I still couldn’t reproduce your issue.

I used this PDF: https://leo-public-1100.s3.amazonaws.com/ISO_8601_MULTIPAGES.pdf

long shot, but can you try removing the spaces in the pages prop, e.g. 16,17,19,…

I was so hoping that would work , but it did not