-
Notifications
You must be signed in to change notification settings - Fork 184
GitHub API: Server did not return a GraphQL result #149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I added some debugging info and tried to use your code (with an invalid token) and I received:
Which is not valid because it does not contain either a I will add more debugging possibilities, but for now, could you please add the following line: So that we can know if you have the same problem. |
Note: I created a token to test this and now this works for me with your code. The only modification I made is to add "bearer" before the token:
|
I don't know if it is the correct place to report issues to GitHub but I created a post here |
@leszekhanusz that's it. I missed "bearer" before my token. I added that and I got correct response. Thank you! |
With PR #155 the message should be more clear:
|
Hello,
I want to get some information from Github API. I using your gql. When I do simple request I got "Server did not return a GraphQL result". Do you have any idea what I doing wrong?
The text was updated successfully, but these errors were encountered: