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'm using followProgress to write the data got from '/images/get?' to a tar, but it will throw SyntaxError: Unexpected number in JSON at position 1 when streaming the data.
The error happens on processLine (/node_modules/docker-modem/lib/modem.js:443:24)
Now I will use the stream.pipe instead.
The text was updated successfully, but these errors were encountered:
roddc
changed the title
followProgress throw an error on exporting images
Bug: followProgress throw an error on exporting images
Sep 1, 2022
I'm using
followProgress
to write the data got from'/images/get?'
to a tar, but it will throwSyntaxError: Unexpected number in JSON at position 1
when streaming the data.The error happens on
processLine (/node_modules/docker-modem/lib/modem.js:443:24)
Now I will use the stream.pipe instead.
The text was updated successfully, but these errors were encountered: