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

Invalid hex string when opening log on container #81

Open
thestumonkey opened this issue Feb 16, 2017 · 0 comments
Open

Invalid hex string when opening log on container #81

thestumonkey opened this issue Feb 16, 2017 · 0 comments

Comments

@thestumonkey
Copy link

I've successfully logged in, and got my list of containers. When I do runnable log container/branch I get the following error

buffer.js:771
        return this.hexWrite(string, offset, length);
                    ^

TypeError: Invalid hex string
    at Buffer.write (buffer.js:771:21)
    at fromString (buffer.js:213:18)
    at Function.Buffer.from (buffer.js:105:12)
    at new Buffer (buffer.js:86:17)
    at Stream.write (/usr/local/lib/node_modules/@runnable/cli/node_modules/docker-stream-cleanser/index.js:27:43)
    at Stream.stream.write (/usr/local/lib/node_modules/@runnable/cli/node_modules/through/index.js:26:11)
    at SubStream.ondata (stream.js:31:26)
    at emitTwo (events.js:106:13)
    at SubStream.emit (events.js:192:7)
    at done (/usr/local/lib/node_modules/@runnable/cli/node_modules/@runnable/api-client/lib/external/primus-client.js:2138:52)
    at transform (/usr/local/lib/node_modules/@runnable/cli/node_modules/@runnable/api-client/lib/external/primus-client.js:2109:34)
    at transform (/usr/local/lib/node_modules/@runnable/cli/node_modules/@runnable/api-client/lib/external/primus-client.js:2121:18)
    at Socket.transforms (/usr/local/lib/node_modules/@runnable/cli/node_modules/@runnable/api-client/lib/external/primus-client.js:2130:8)
    at SubStream.mine (/usr/local/lib/node_modules/@runnable/cli/node_modules/@runnable/api-client/lib/external/primus-client.js:3027:19)
    at Socket.incoming (/usr/local/lib/node_modules/@runnable/cli/node_modules/@runnable/api-client/lib/external/primus-client.js:2856:35)
    at transform (/usr/local/lib/node_modules/@runnable/cli/node_modules/@runnable/api-client/lib/external/primus-client.js:2112:37)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant