-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
"We are having trouble parsing your context" in GitPod #1505
Comments
|
No, the error "We are having trouble parsing your context" is about mis-using the E.g. try visiting https://gitpod.io/#what-is-this The supported context URLs are currently GitHub or GitLab URLs, e.g.:
Things that are not yet supported by the
Note: Support for Bitbucket.org URLs, and for self-managed GitHub/GitLab/Bitbucket instance URLs is coming soon. |
Ah, I just noticed the In that case, maybe the URL was indeed a valid GitHub URL, but for some reason the GitHub API returned This can happen when GitHub.com has a temporary outage (check https://www.githubstatus.com/), but it's almost always temporary, so if you retry the same thing (sometimes immediately, sometimes after after a few minutes) it will likely work. |
Just in case anyone has this issue in the future. I was able to clear it by logging out and logging back in! |
FWIW from the informations provided we believe that it's because GitHub had a temporary shortage which prevented gitpod from authentificating the workspace. So you would likely resolve the issue by re-openning the workspace. Closing as resolved ^-^ |
Describe the bug
I created a new repository in GitHub and clicked the green button toopen GitPod however, I get an error of "We are having trouble parsing your context
Error: GitHub API Error. Status: 500
Please file an issue if you think this is a bug.
Expected behavior
To open my new repository...
The text was updated successfully, but these errors were encountered: