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

Curiosity web app stuck and crashes after submitting token. #83

Open
DriesCruyskens opened this issue May 21, 2020 · 1 comment
Open

Comments

@DriesCruyskens
Copy link

After submitting the GitHub Token, the web app hangs and crashes after a while. Chrome gives Error code: Out of Memory.

Tested on:
Platform: Windows 10 Pro version 1909
Browsers: Chrome, Brave, Firefox (also tested in incognito mode)

Platform: Android
Browsers: Chrome

Steps to reproduce:

  1. Surf to https://mubaris.github.io/curiosity/
  2. Follow the 'here' to generate token (tested with and without extra permissions)
  3. Copy and paste token
  4. Click on submit.

Screenshots:

curiosity hangs Firefox
curiosity hangs Chrome

@venkivijay
Copy link

venkivijay commented Oct 2, 2020

Platform: Ubuntu 20.04.1 focal
Browser: Chrome 85.0.4183.121

Experienced the same issue. Except for the error from chrome was SIGTRAP.

Update: By further digging, I found that all the request to GitHub API is pending. This may be because of the usage of access_token as a query param. This issue can be resolved by adding the access_token to the header.

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

2 participants