zenghongtu / Remu

💥Chrome Extension for GitHub that view stars / star history / organizing starred repository
https://chrome.google.com/webstore/detail/remu/bajifjohhghngljcfhkbpcggafpiajdo
MIT License
517 stars 31 forks source link

GistId does not work #53

Closed tanghongxin closed 3 years ago

tanghongxin commented 3 years ago

I have created a public Gist manaully and put its ID in configure dashboard while there's no effect when click 'Update Gist' or 'Update local'.

Here is my Gist content I wrote to test, is there any wrong configures or steps I've missed?

{"repoWithTags":{"291137":["7646302468054"]},"tags":[{"id":"7646302468054","name":"ENV"}]}

PorYoung commented 3 years ago

I have created a public Gist manaully and put its ID in configure dashboard while there's no effect when click 'Update Gist' or 'Update local'.

Here is my Gist content I wrote to test, is there any wrong configures or steps I've missed?

{"repoWithTags":{"291137":["7646302468054"]},"tags":[{"id":"7646302468054","name":"ENV"}]}

I've also met this problem. The automatically generated gist would be ok even if I manually set it in another environment. But the gist I created always failed. I test in the dev environment and found its response will always be 404 status.

tanghongxin commented 3 years ago

I have created a public Gist manaully and put its ID in configure dashboard while there's no effect when click 'Update Gist' or 'Update local'. Here is my Gist content I wrote to test, is there any wrong configures or steps I've missed? {"repoWithTags":{"291137":["7646302468054"]},"tags":[{"id":"7646302468054","name":"ENV"}]}

I've also met this problem. The automatically generated gist would be ok even if I manually set it in another environment. But the gist I created always failed. I test in the dev environment and found its response will always be 404 status.

It has been 15 months since the last commit. We might need to find another way to manage our stars🙂