Skip to main content
Participant
September 22, 2023
Question

Problem create some pdfs via url in Linked In via Adobe REST API

  • September 22, 2023
  • 1 reply
  • 396 views

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

    This topic has been closed for replies.

    1 reply

    Raymond Camden
    Community Manager
    Community Manager
    September 25, 2023

    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.