Copy link to clipboard
Copied
I am trying to create some pdfs in Python from urls via https://pdf-services-ew1.adobe.io/operation/htmlto and till now it was working perfect, but i tried this url https://www.linkedin.com/company/ipg/posts/?feedView=all
and i got back this :
Job in progress... waiting for 5 seconds to poll again.
Error details: {'code': 'INTERNAL_SERVER_ERROR', 'message': 'An Internal Server Error has occurred.; requestId=zfKeNVtTnjh8Kw7e4F7JHrbUKTv6GReb', 'status': 500}
Job failed.
Error creating PDF file : object supporting the buffer API required
Copy link to clipboard
Copied
Not that it should throw this error, but keep in mind that that URL returns a login screen, not your (or anyone elses) posts.
And actually - it does matter - I just noticed it does a redirect - which we don't support.