releaser-tools icon indicating copy to clipboard operation
releaser-tools copied to clipboard

ParseError: Unexpected end of JSON input

Open iamnewton opened this issue 4 years ago • 0 comments

Hey all,

Great tool! 🚀 I really appreciate and love all of the hard work you've all put into this project. I've run into an issue that I can't seem to figure out and wondering if you can hopefully shine some light on it.

I'm using the latest version of Github Releaser and npm 10.15.1. I'm running the following commands from our Jenkins server, adding releases to our GitHub Enterprise server (v2.15.x).

./node_modules/.bin/conventional-github-releaser -t **** -u https://github.<ghe_domain>.com/api/v3 -p angular

The command works and creates the release on GitHub and works but the output appears to list out the following:

ParseError: Unexpected end of JSON input in "https://github.<ghe_domain>.com/api/v3/repos/platform/build-process-test/releases": 
{"url":"https://github.<ghe_domain>.com/api/v3/repos/platform/build-process-test/r...

iamnewton avatar Aug 30 '19 01:08 iamnewton