LinkedIn Internal Server Error for page posts and timeline - linkedin

we are registered with LI for posting on timeline and company pages.
In recent past and present, we have been repeatedly facing the issue of 'Internal Server Error' with post success. And next day it disappears. the behavior of the API's is surprising.
The error is exactly the same:
{
"errorCode": 0,
"message": "Internal API server error",
"requestId": "0083ZG77NP",
"status": 500,
"timestamp": 1521124204410
}
We follow https://developer.linkedin.com/docs/company-pages and are using https://api.linkedin.com/v1/companies/{id}/shares?format=json to post into the comapany pages.
Also, haven't observed any new changes to API.
Someone please help me understand what's happening with LI or are we missing something?

Related

Deleting Microsoft graph fails with ExtensionError

I am trying to delete a webhook subscription to Microsoft graph.
My http call is:
DELETE https://graph.microsoft.com/v1.0/subscriptions/3ecdf72f-f302-49f6-851c-d04d178a9ref
I got the id of the subscription using:
GET https://graph.microsoft.com/v1.0/subscriptions
As response I am getting this error:
{
"error": {
"code": "ExtensionError",
"message": "Operation: Delete; Exception: [Status Code: NotFound; Reason: Not Found]",
"innerError": {"request-id": "2c61eba9-86c8-4420-9276-d6581fd3c5b7", "date": "2018-10-30T15:11:57"}
}
}
We are investigating a bug where sometimes subscriptions will be orphaned in the system. The actual subscription was originally removed and notifications are not being sent.
You should expect the subscription to be removed properly from the system in the next few days, as we fix the bug. Sorry for any inconvenience.

Linkedin company page post not working via linkedin API

Authentication and profile post posting working well when post in company page give below error
Response: 500 Internal Server Error
{
"errorCode": 0,
"message": "Internal service error",
"requestId": "DBF51M03PY",
"status": 500,
"timestamp": 1532353548757
}
is there any change in API? Anyone face same issue? Same code working 2-3 days ago.
https://api.linkedin.com/v1/companies/" + companyPageId + "/shares?format=json

Linkedin error 500 Internal service error

I am posting to a company site (https://api.linkedin.com/v1/companies/10901979/shares) via Linkedin API updates since a few months.
However, since a week I get the answer: 500 1518102135450 OKME4ID0PA 0 Internal service error
I've nothing changed. Any help is highly appreciated.
Best,
Nikolaus
We were experiencing this for weeks in October during profile requests and we were finally told that we a "java bug" had been identified. No further explanation and a few weeks later I was notified that a fix would be released soon. After that, the issue seemed to stop, but we're now seeing a new spike in the same type of errors.
OAuth2 Error Occurred: : =0A{=0A "errorCode": 0,=0A "message": "Internal API server error",=0A "requestId": "(removed)",=0A "status": 500,=0A "timestamp": 1518103930225=0A}

linkedin API company stats internal server error

I recieved an error from Linkedin API /company-statistics.
I was using apigee console, launching this API https://api.linkedin.com/v1/companies/2414183/company-statistics?format=json. and I get the following response:
{
"errorCode": 0,
"message": "Internal service error",
"requestId": "3D4B9V007S",
"status": 500,
"timestamp": 1464778594404
}
Plesa advise as soon as possible
I answered this question here.
This error seems to be related to the "test" company with id
"2414183".
I had the same issue but when i used the same command with my company
ID, I received a well formed JSON in response with all statistics.

LinkedIn API - Server 500 Error

We are using the LinkedIn connections API to return a list of connections for a user. A specific user has over 2000 connections and we there have to use paging to return connections past 500.
On the third call where my paging is start=800 count=500 we now get a HTTP 500 error
The request is:
https://api.linkedin.com/v1/people/~/connections:(id,first-name,last-name,formatted-name,public-profile-url,picture-url::(original),headline,industry)?oauth2_access_token=**token**&format=json&start=800&count=500
The error return is:
{
"errorCode": 0,
"message": "Internal service error",
"requestId": "2JBK4Q1PJV",
"status": 500,
"timestamp": 1424849048682
}
If I change the request to the previous point in the page (i.e. set start=300 and count=500 it works.
This issue has only started in the last few days and I have checked the throttling. It used to work before that.
I got it working again by reducing the number of contacts I am requesting each time from 500 to 250, and do multiple rounds until I get all the contacts.
https://api.linkedin.com/v1/people/~/connections:(public-profile-url)?start=0&count=250&modified=updated

Resources