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
Error: Parser has expected a string value
at Parser._processBuffer (/home/runner/.npm/_npx/ba4f1959e38407b5/node_modules/stream-json/Parser.js:205:45)
at Parser._flush (/home/runner/.npm/_npx/ba4f1959e38407b5/node_modules/stream-json/utils/Utf8Stream.js:49:10)
at Parser._flush (/home/runner/.npm/_npx/ba4f1959e38407b5/node_modules/stream-json/Parser.js:83:11)
at Parser.final [as _final] (node:internal/streams/transform:132:10)
at callFinal (node:internal/streams/writable:698:12)
at prefinish (node:internal/streams/writable:710:7)
at finishMaybe (node:internal/streams/writable:720:5)
at Writable.end (node:internal/streams/writable:634:5)
at Socket.onend (node:internal/streams/readable:716:10)
at Object.onceWrapper (node:events:631:28)
Expected behavior
No parsing error.
Actual behavior
The stream-json library's parser is throwing an exception.
It might be related to this issue in the stream-json repo: uhop/stream-json#87
The text was updated successfully, but these errors were encountered:
Action config
Error message
Expected behavior
No parsing error.
Actual behavior
The
stream-json
library's parser is throwing an exception.It might be related to this issue in the
stream-json
repo: uhop/stream-json#87The text was updated successfully, but these errors were encountered: