question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

JSON Query to graphql/query: HTTP error code 500 - Appearing everywhere

See original GitHub issue

I receive this error message: JSON Query to graphql/query: HTTP error code 500.

When getting posts with: Post.from_shortcode(L.context, SHORTCODE) (always) When testing my login with: test_login() (half of the times) When getting my followers’ profile using: profile.get_followers() (randomly during the iterations) When trying to get a new session file with the code in the troubleshooting page: https://instaloader.github.io/troubleshooting.html#login-error (randomly)

I am using Instaloader 4.7.1 and I am logged in to Instagram by means of a session file. Trying to use login(user, passwd) results the the error Login error: JSON decode fail, 403 - Forbidden.

Any ideas of what is going on?

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:4
  • Comments:6

github_iconTop GitHub Comments

1reaction
LaticePrimecommented, Jun 15, 2021

Same. Everything running smoothly today. No problem.

1reaction
Showmaster3000commented, Jun 14, 2021

Error code 500 or any other 5xx error are server side things. No problem on instaloader side. Just had a bunch of them yesterday, but currently everything seems to be ok again.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Error handling - Apollo GraphQL Docs
Setting HTTP status code and headers · If Apollo Server hasn't correctly started up or is in the process of shutting down, it...
Read more >
Infinity datasource - json query error internal server error 500
Im using infinty datasource, but im getting a query error when sending http request. I added a header to the request with basic ......
Read more >
GraphQL error handling to the max with Typescript, codegen ...
A GraphQL API will always return a 200 OK Status Code, even in case of error. You'll get a 5xx error in case...
Read more >
You're Not Using HTTP Status Codes Right
HTTP status codes are like short messages returned from a server whenever we request or interact with a resource on the server.
Read more >
Component Reference - Apache JMeter - User's Manual
It is handled by the same code regardless of which HTTP Sampler is used. If the request ... GraphQL query (or mutation) variables...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found