NirmalScaria / le-git-graph

Browser extension to add git graph to GitHub website.
https://chrome.google.com/webstore/detail/le-git-graph-commits-grap/joggkdfebigddmaagckekihhfncdobff
MIT License
3.13k stars 16 forks source link

OAuth never granted - Authorizing Tree spins forever #75

Closed bluntcoder closed 3 weeks ago

bluntcoder commented 1 month ago

Describe the bug Tried to authorize to use Le Git Graph, window spins forever

Expected behavior OAuth is authorized, and I can use the plugin.

Screenshots image

Inspecting the code I have this in the Chrome inspector:

Failed to load resource: the server responded with a status of 500 ()
authorize/:1 Uncaught (in promise) SyntaxError: Unexpected token 'I', "Internal S"... is not valid JSON
    at JSON.parse (<anonymous>)
    at script.js:16:33
    at async sendAuthorisationRequestv2 (script.js:15:5)
authorize/:1 Uncaught (in promise) Error: 400: Invalid Token
    at tA (chrome-extension://difoiogjjojoaoomphldepapgpbgkhkb/background.js:5:17783)
    at async chrome-extension://difoiogjjojoaoomphldepapgpbgkhkb/background.js:1:62729
NirmalScaria commented 3 weeks ago

Hey, Thank you for reporting. The issue was caused by issues on the OAuth server. I forgot to check the billing status of the server and the account got suspended. It is resolved now. Closing the issue for now. It should be fixed by now. Feel free to reopen if the issue persists.