Problem create some pdfs via url in Linked In via Adobe REST API
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
