You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can not get rels to ever run without erroring out.
To Reproduce
bdz@cheeto:~$ rels --repo bdezonia/zorbage
✖ Error: Request to get data failed with HTTP status code: 404 - Not Found
at IncomingMessage.res.on (/usr/local/lib/node_modules/rels/src/rels.js:211:20)
at IncomingMessage.emit (events.js:194:15)
at endReadableNT (_stream_readable.js:1125:12)
at process._tickCallback (internal/process/next_tick.js:63:19)
Expected behavior
I expected rels to connect to the repo and give sensible output
Screenshots
Technical Info (please complete the following information)
OS: Ubuntu 16.04
Rels Version: 0.4.1
Node.js Version: v10.15.3
Additional context
The text was updated successfully, but these errors were encountered:
✖ Error: No available release data for the bdezonia/zorbage repository
at Rels._getReleaseData (/home/bdz/workspaces/rels/src/rels.js:228:13)
at process._tickCallback (internal/process/next_tick.js:68:7)
However if you visit the repo on github you can see there are 19 releases of the software.
In order for the GitHub API to return the data regarding your repository's releases, the releases should be created and published through GitHub's dedicated interface: https://help.github.com/en/articles/creating-releases
Describe the bug
I installed rels on my system via:
sudo npm install --global rels
I can not get rels to ever run without erroring out.
To Reproduce
bdz@cheeto:~$ rels --repo bdezonia/zorbage
✖ Error: Request to get data failed with HTTP status code: 404 - Not Found
at IncomingMessage.res.on (/usr/local/lib/node_modules/rels/src/rels.js:211:20)
at IncomingMessage.emit (events.js:194:15)
at endReadableNT (_stream_readable.js:1125:12)
at process._tickCallback (internal/process/next_tick.js:63:19)
Expected behavior
I expected rels to connect to the repo and give sensible output
Screenshots
Technical Info (please complete the following information)
Additional context
The text was updated successfully, but these errors were encountered: