17

I'm working on an app that uses LinkedIn api.

Since about two days I can't get any response from the endpoint "company-statistics".

To be more specific, I'm calling

https://api.linkedin.com/v1/companies/2414183/company-statistics?format=json

And all I can get is an "internal service error", a sort of 500.

I tried the same api call in apigee console, with a brand new user account and requesting metrics from the testing company, provided by LinkedIn.

Nothing changed.

This is the response I'm getting since the issue appeared.

{
  "errorCode": 0,
  "message": "Internal service error",
  "requestId": "PTQ3EFE2DV",
  "status": 500,
  "timestamp": 1459414081903
}

Thanks in advance.

General Grievance
  • 4,555
  • 31
  • 31
  • 45
maxdelia
  • 858
  • 2
  • 14
  • 35
  • 4
    This is still completely borked. @LinkedIn, why do you have to keep messing up your API? Sort it out. – Jimbali Apr 04 '16 at 12:31
  • 5
    We have the same problem. Can't find the cause or a workaround. This is a mess. – Steph Apr 04 '16 at 13:39
  • 5
    we started hitting this issue as well starting on March 26th. since then it has been failing consistently. – sethpollack Apr 04 '16 at 23:50
  • 4
    Yep, many clients are complaining about this. Did that department all quit? – Jon Apr 06 '16 at 16:06
  • 2
    @Jon Seems like they are finally addressing the issue: http://stackoverflow.com/questions/36328622/linkedin-api-company-statistics-returns-500-internal-service-error – maxdelia Apr 08 '16 at 07:35
  • 1
    Seems to be working again now. – Jimbali Apr 14 '16 at 11:39
  • 1
    Hi, since yesterday, I have many "Internal Service Error" as response. I handle many linkedin accounts and the issue exists with the majority of this accounts. DO you think is related to a Linkedin update? – Yhon A Nov 28 '17 at 15:16
  • @Yhon A Yes, it is totally plausible. – maxdelia Nov 30 '17 at 10:43

0 Answers0