matchai / bird-box

🐦💬 Update a gist to contain your latest tweet
ISC License
182 stars 36 forks source link

Unable to update gist HttpError: Not Found #11

Closed Suvink closed 4 years ago

Suvink commented 4 years ago

This throws out when I try to run this!

matchai commented 4 years ago

Can you share an example repo where this issue is being encountered? Please ensure that your GIST_ID is being correctly set.

Suvink commented 4 years ago

The problem was I hardcoded gistID and personalAccessToken so when I moved them into separate .env file, it worked. Now the problem is I repurposed Bird-box into something else and the Github Action throws out another error.

internal/modules/cjs/loader.js:985 throw err; ^ Error: Cannot find module 'request-promise' But this works fine in my local computer.

You can see my repo here. https://github.com/Suvink/corona-stats-gist

matchai commented 4 years ago

It looks like you're no longer running into those issues on the latest action runs, so I'll go ahead and close this issue. 😊