Console output showing Error: EOF
See original GitHub issueThe plugin runs the tests fine and the output is as expected. However when the tests are complete I consistently get the following output in the terminal:
node:events:368
throw er; // Unhandled 'error' event
^
Error: EOF: end of file, read
Emitted 'error' event on ReadStream instance at:
at emitErrorNT (node:internal/streams/destroy:157:8)
at emitErrorCloseNT (node:internal/streams/destroy:122:3)
at processTicksAndRejections (node:internal/process/task_queues:83:21) {
errno: -4095,
code: 'EOF',
syscall: 'read'
}
> Test run finished at 5/24/2022, 8:59:37 AM <
Issue Analytics
- State:
- Created a year ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Visual Studio Code with Python Problem: EOF Error on 1st line
When we use "console": "internalConsole", the result will be output to " DEBUG CONSOLE ", and this terminal of VSCcode is currently only...
Read more >What is an EOF error and why do i keep getting it - Sololearn
EOF stands for End Of File. As to why you encountered this error, we can't tell precisely without being given the code to...
Read more >EOFError: EOF when reading a line - DEV Community
In Python, an EOFError is an exception that gets raised when functions such as input() or raw_input() in case of python2 return end-of-file...
Read more >SyntaxError: unexpected EOF while parsing - STechies
While debugging the program line by line in the console, you will notice that the error occurred because of any single wrong statement...
Read more >SyntaxError Unexpected EOF While Parsing Python Error ...
The first thing to understand is what the error message means. EOF stands for End of File in Python. Unexpected EOF implies that...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
My test is actually marked correctly as pass so this is just an annoyance.
I can’t repro it locally. Could you try 0.2.10 and tell us if that is still a problem in a new issue (link this one for traceability)