Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

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

New Here ,
Sep 22, 2023 Sep 22, 2023

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

290
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Sep 25, 2023 Sep 25, 2023
LATEST

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. 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources