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

Cannot set custom PAT #57

Open 500-internal-server-error opened 8 months ago

500-internal-server-error commented 8 months ago

Describe the bug Cannot set custom PAT

To Reproduce Steps to reproduce the behavior:

  1. Generate a classic PAT with "full control of private repositories" scope.
  2. Copy and paste it into the Commits page.
  3. Notice it doesn't seem to do anything, and requests the custom PAT again.

Expected behavior Extension should work after supplying it with a classic PAT.

Screenshots https://cdn.imgchest.com/files/my8xcld3ro4.mp4

Version information:

Additional context Tried enabling/disabling UBO, no differences.

NirmalScaria commented 4 months ago

Hey, unfortunately there is no way to debug this without more info. Could you check the requests being made to github server when attempting to load the graph page? The response clearly contains some error, which is not caught by the extension. I will happily take a look at the bug if you could post the request/response from github server.

500-internal-server-error commented 3 months ago

Hi, I'm not sure what you're actually looking for - the console doesn't show anything, and I'm not sure I know what is sensitive information that I'd want to censor out from the network tab.