Skip to content
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

Repository list still listing repos even after deletion on github #9

Open
jeffreycwitt opened this issue Jul 18, 2017 · 1 comment
Open

Comments

@jeffreycwitt
Copy link
Owner

Repository list still listing repos even after deletion on github. Click on this link then produces a 404 because the repository is not longer there.

This seems like a github issue. I double check to make sure the repetition is coming from the response data to the API call and it definitely is. I'm not sure there is too much we can do about it, since github's api is basically lying. It might just be a matter of telling the user to be patient. We could also add better error messaging, so that if a stale repository is listed and clicked on an appropriate error message appears.

Seems like an edge case born from test. Since the primary goal is to allow a person just to edit files from existing repositories, I don't expect a lot of people to be forking and then rapidly deleting repos.

@jeffreycwitt
Copy link
Owner Author

Further, after recreating the repo, now two repos with identical names are listed. Both links work because they are now pointing to the same re-created repository.

It is still a github issue because the github api call to the user repos is returning a list of repos with the repo in question listed twice. Odd!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant