You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We just moved our repository from one host to another. Subsequently, I updated .spr.yml to point to the new repo. Unfortunately, spr is very unhappy with this:
I am still having this error. It might also have to do with the instance I'm connecting to. It shouldn't be about the version, though: The old instance we connected to had version GitHub Enterprise Server 3.8.13, while the new one has version GitHub Enterprise Server 3.9.10.
This is the line that is referenced in the error message:
The content is repoID = resp.Repository.Id. This is the first time the code accesses information about the repository, maybe it is about that. Please let me know if I can provide any further info. I tried using --detail but it resulted in the same output as above.
jonathanloske
changed the title
spr fails after githubHost changed
spr runtime error with new githubHost (GitHub Enterprise)
May 31, 2024
Also of note: This happens even for newly cloned repositories. In the beginning, I thought it was only about repositories in which I had changed githubHost.
We just moved our repository from one host to another. Subsequently, I updated
.spr.yml
to point to the new repo. Unfortunately,spr
is very unhappy with this:This can be reproduced by having set a custom
githubHost
and then updating it togithub.com
.The text was updated successfully, but these errors were encountered: