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

[bug] Chrome web store version 1.1.0 Github repositories value 404 #19

Closed
cage1016 opened this issue Feb 26, 2021 · 1 comment · Fixed by #21
Closed

[bug] Chrome web store version 1.1.0 Github repositories value 404 #19

cage1016 opened this issue Feb 26, 2021 · 1 comment · Fixed by #21
Labels
duplicate This issue or pull request already exists

Comments

@cage1016
Copy link

Request URL: https://api.hackertab.dev/data/github/golang/daily.json
Request Method: GET
Status Code: 404 

src/Constants.js_

...
           value: "go",
            label: "Go",
            githubValues: ["golang"],
            confsValues: ["go"],
            stackoverflowValues: ["go"],
            devtoValues: ["go"]
        }, {
...

compare Chrome web store version 1.1.0. the repo master version has been fixed GitHub repository value not found issue

  {
    value: 'go', label: 'Go',
    githubValues: ['go'], confsValues: ['go'],
    stackoverflowValues: ['go'], devtoValues: ['go']
  },

Please release the new version to Chrome web store.
Thanks. a lot (rock)

@medyo medyo added the duplicate This issue or pull request already exists label Feb 26, 2021
@medyo
Copy link
Owner

medyo commented Feb 26, 2021

duplicate of #15
The changes have been deployed (waiting for chrome to approve them)

@medyo medyo closed this as completed Feb 26, 2021
@medyo medyo linked a pull request Feb 26, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants