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
<0x00> is an invalid character code as I understand it. This is the first time I've witnessed this occur.
It looks like possibly the write was interrupted, as towards the end of my file suddenly JSON ends and the <0x00>s begin. Probably outside the scope of this module, however on the off chance this was caused by this module and not the system, here's an issue for anyone else who sees this to update.
https://stackoverflow.com/questions/27268994/why-do-i-have-a-million-null-characters-at-the-end-of-my-csv-file: I'm not very well versed in Windows programming, but it looks like if you have a stream representing the contents of your file and you call GetBuffer() on it, you get all the allocated bytes in the stream, where the unused ones are NUL. I imagine this could happen if you read the file, manipulate it using the stream, and then writing it back
Assuming you can reproduce the problem, it might be worth testing different Electron versions shipping with different Node.js versions.
<0x00>
is an invalid character code as I understand it. This is the first time I've witnessed this occur.It looks like possibly the write was interrupted, as towards the end of my file suddenly JSON ends and the
<0x00>
s begin. Probably outside the scope of this module, however on the off chance this was caused by this module and not the system, here's an issue for anyone else who sees this to update.[email protected]
Windows 7
JSON File size: ~2.5mb
The text was updated successfully, but these errors were encountered: