Linkedin error 500 Internal service error - linkedin

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}

Related

Remote config not updating from console

I am facing a strange problem when I try to update my remote config value from firebase console and try to publish those changes, I am getting an error A general error occurred.. This problem happens randomly and when I checked my network console for the response I am getting a 500 error.
Following is the JSON response
{
code: 500
message: "Internal error encountered."
status: "INTERNAL"
}
Firebase Remote Config engineer here. We noticed some intermittent issues a few hours ago that we've since resolved. Thanks!

LinkedIn Internal Server Error for page posts and timeline

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?

usage exceeds limit but actually not

REF: Ticket: [#15327597] [Trial] In Trial Customer Inquiry [ ref:_00D00VNwG._500f21CzhlW:ref ]
I checked my quotas and usage in dashboard, but got everything usual.
Error Info:
{"error": {"errors": [{"domain": "usageLimits", "message": "Calendar usage limits exceeded.", "reason": "quotaExceeded"}], "code": 403, "message": "Calendar usage limits exceeded."}}
I wait 48 hrs till now, but I still can't add events to my calendar using this API. I tried to revoke access and regain but useless.
I think it may caused by an improper code which created 32 secondary calendars in a short period of time. But now it is corrected. I wonder what I can do to release that limit?
PS. I tried to contact Google but got no response, they ask me to ask a question here.
Delete my old OAuth API key and recreate new one to solve this problem.

Google Calendar error 403

My app with google calendar show this error:
The server had a problem handling your request.
com.google.gdata.util.ServiceForbiddenException: Forbidden
Forbidden<
Error 403
The problem it is in this code:
CalendarFeed resultFeed = service.getFeed(feedUrl, CalendarFeed.class);
Why does this happen?
This should answer your question:
https://developers.google.com/google-apps/calendar/v2/developers_guide_protocol
This API is a subject to the Deprecation Policy and will be shutdown on November 17, 2014. Please use APIv3 instead.

Web Api 2 Self Host with identity individual account

I have been trying to create a web api 2 that is secure with individual account.
So I can easily create WebApi2 with individual account, see link below
http://www.asp.net/vnext/overview/authentication/individual-accounts-in-aspnet-web-api
And Self hosting is easy to do.
http://www.asp.net/web-api/overview/hosting-aspnet-web-api/use-owin-to-self-host-web-api
But I cannot figure out how to combine the solutions.
Far as I got was adding a console app to a webapi2. Which seems to run. But whenever I try and get the access token it returns
An unhandled exception of type 'System.Net.WebException' occurred in System.dll
Additional information: The remote server returned an error: (500) Internal Server Error.
If anyone knows of a solution that would be great. Thanks
This post is way old, but to anyone else who is having this issue and finds this question, I was able to get past the 500 Error by adding app.UseWebApi(config); after setting up config, as mentioned in this post:
http://odetocode.com/blogs/scott/archive/2013/07/24/self-hosting-webapi-with-katana.aspx
HOWEVER, I'm now getting a 401, unauthorized request for all of my requests, even though I have a valid token and I'm sending it the same way I did that worked in the non-self-hosted WebApi2 app. but I'm one step closer anyways.

Resources