Getting Public-Profile-URL of connections gives me 500 error - api

I have a premium account but if i want to get the information of my connections it gives me an 500 error
This is the original call
~:(id,first-name,last-name,email-address,industry,phone-numbers,location:(name),picture-urls::(original),date-of-birth,positions,skills,certifications,educations,public-profile-url,connections:(id,first-name,last-name,public-profile-url,picture-urls::(original),positions:(title,is-current,company,start-date)))
This works fine
~:(id,first-name,last-name,email-address,industry,phone-numbers,location:(name),picture-urls::(original),date-of-birth,positions,skills,certifications,educations,public-profile-url,connections:(id,first-name,last-name,picture-urls::(original),positions:(title,is-current,company,start-date)))
The only difference is that "public-profile-url" is not in the connections parameter.

We are experiencing the same error. It seems that this error is a duplication of Currently, calling the connections api with the public-profile-url is causing an internal server error. So this is a problem that is already present since yesterday.
EDIT: the error is not generated for every LinkedIn user. I am not able to distinguish why it is failing for some users.
EDIT: the error is only generated for the logged in user, not for people queries.

Related

Cannot sign in Tableau Public

Thank you for taking time here.
I created the account and tried to sign in for the first time.
I kept getting the same error message. I even reset the password.
But it did not work. I also tried to create another account by another email.
And I got the same error message.
I was trying to start using tableau for the course from Coursera.
But I cannot do exercise for it.

I am facing issues with the instagram API

I am facing an issue with the Instagram API with the following error: "The media builder with creation id = 1823XXXXXX does not exist or has been expired.". It was working fine with a page access token method till yesterday. Suddenly from today, it's showing this error. When I searched many StackOverflow results mentioned that issue can be settled with a User access token and Page access token combination.
My query is that, whether it is able to access the user access token using existing page access token I have?
Going through the error codes for graph API i could fine this:
Error code: 24
Sub Error Code: 2207008
Err Message: The media builder with creation id = {creation-id} does not exist or has been expired.
Resolution: Temporary error publishing a container. Try again 1–2 times in the next 30 seconds to 2 minutes. If unsuccessful, generate a new container ID and use it to try again.
Let me know if this helps! :D

sqlalchemy.exc.ProgrammingError: (snowflake.connector.errors.ProgrammingError) 390114 (08001):

Created a Flask app that uses Flask SQLAlchemy to insert records into a Snowflake table. It works great locally, in staging, and production, but it occasionally gives me the following error:
sqlalchemy.exc.ProgrammingError: (snowflake.connector.errors.ProgrammingError) 390114 (08001): Authentication token has expired. The user must authenticate again.
I spoke to one of our DBA's and was told to add client_session_keep_alive=True to the end of my URI. I have tried this and it still gives me the token expired error.
Has anyone had any luck getting this to work.
Try using Snowflake integration object:
create or replace api integration demonstration_external_api_integration_01
api_provider=aws_api_gateway
api_aws_role_arn='arn:aws:iam::123456789012:role/my_cloud_account_role'
api_allowed_prefixes=('https://xyz.execute-api.us-west-2.amazonaws.com/production')
enabled=true;
adding connection.close() and engine.dispose() worked for me. Has been around 12 hours and hasn't given me the token expired error.

Soundcloud API "Request was not processed"

I'm seeing a new error via the Soundcloud API. It is intermittent, so it may be backend+bug related or it could be a sign of further reduced access to the Soundcloud API.
A User request now returns the following:
https://api.soundcloud.com/users/cadenzamusic?client_id=CLIENT_ID
(replace CLIENT ID with your own)
An HTTP/1.0 200 OK response is returned, but I'm getting the following string, rather than the User JSON object as expected:
Request was not processed by the server due to an error and is safe to retry
Is anyone else experiencing this?
As I stated earlier this was an error on SoundClouds part. Their servers were experiencing issues and it seems that they have resolved since 17:26 CET/ 08:26 PST
If you want more information on the status check out their post here.
When experiencing similar issues in the future it might prove useful to check the SoundCloud status page to see if they are aware of any issues.

Lock request time out exceeded error

I am getting an error when a user is trying to Register for the website my company is making. The error is "Lock request time out exceeded" . This mainly happens when the User is going through the registration process of the site. The tables will become locked during a read or write to the server. The lock out even occurs when the new registrant tries to confirm their email. Any ideas why. If you need anymore information I will try to add it as soon as possible.
Thanks