The-WebOps-Club / offline_github

A project involving making a github offline browser
0 stars 1 forks source link

Got it working #9

Open AbdealiLoKo opened 10 years ago

AbdealiLoKo commented 10 years ago

YAyyyyy finally got it working -_- So irritating :| Django 1.3 had some interesting issues.

So, this is what I see :

I did Sign In it went to github (nice) and it asked for authorization, then i got redirected to : http://127.0.0.1:8000/offgit_sign/?code=** And it asks to authenticate. I click on authenticate and I get 2 links (the url does not change interestingly) The link : "Click" downloads a access token The link : "click here to show details" shows a button "user repo" and clicking on it does nothing

Now, If i go to http://127.0.0.1:8000/new/ this also gives me a button "user repo" which does nothing

AbdealiLoKo commented 10 years ago

Tell me if you guys are able to do something i cant from above. And whats the issue ? The /new/ (trial.html) link is not working because there is no token - i saw this using the chrome debugger

keerthanashanmugam commented 9 years ago

when u click user repo it has to show repo list .. token is sent to "trial.html" using context().

keerthanashanmugam commented 9 years ago

issue not about /new/.

AbdealiLoKo commented 9 years ago

Did not understand

On Tue, Jul 8, 2014 at 10:07 PM, keerthana shanmugam < notifications@github.com> wrote:

issue not about /new/.

Reply to this email directly or view it on GitHub https://github.com/The-WebOps-Club/offline_github/issues/9#issuecomment-48365188 .

keerthanashanmugam commented 9 years ago

"click here to show details" shows a button "user repo" and clicking on it does nothing. the above is the problem bcoz we hav supplied token n we used function to display details of the user, repos but nothing is working.