noflo / noflo-ui

NoFlo Development Environment
https://app.flowhub.io
MIT License
767 stars 173 forks source link

Can't add a GitHub repos after have it deleted on Flowhub #415

Closed automata closed 9 years ago

automata commented 9 years ago

Steps to reproduce:

  1. Add a repository on Flowhub
  2. Delete it (on project menu: Settings -> Delete)
  3. Try to add the same repository again (on github "home": Add). It tries to add but anything is shown (neither on console)
automata commented 9 years ago

I logged out and logged in, now the GitHub panel shows my repository again. However, when I click to clone the repos, the following issue occurs:

bug-repos

And it keeps loading forever...

automata commented 9 years ago

Getting the following when cloning the repos:

captura de tela 2014-12-19 as 00 44 27

That GitHub API URL responds with "not found":

{
message: "Not Found",
documentation_url: "https://developer.github.com/v3"
}
forresto commented 9 years ago

Copy and paste the api url?

forresto commented 9 years ago

screen shot 2014-12-19 at 11 45 59 am

You can find it in IndexedDB, but back up your stuff, it is easy to hose all projects.

automata commented 9 years ago

Yep, I loose all my projects :-) But that's OK, most of them were tests. Wish a "backup to gist" button.

I think this issue is related with my account lost of private repos access (which is weird). I tried to "re-sync" using the account settings dialog...

captura de tela 2014-12-20 as 11 19 05

...and after a re-login (and after have given the right access on Github), it worked just fine.

forresto commented 9 years ago

Sounds like https://github.com/noflo/noflo-ui/issues/413#issuecomment-66483925