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
For some strange reason, your chat starts with 2 invalid bytes (FF FE). You can open it with a hex editor or use a hex editor plugin in a text editor like vscode to delete those bytes and save to a new file.
I just realized, those bytes are because the document was written with UTF16. You should be able to convert it to UTF8 with a text editor like vscode or notepad++
Checklist
Edition
Windows GUI Application
Describe your issue here
As soon as I press render I get this message: ERROR: '0xFF' is an invalid start of a value. LineNumber: 0 | BytePositionInLine: 0.
Any suggestions?
Add any related files or extra information here
Here is the JSON file: https://drive.google.com/file/d/1VqEx_lW7-dSUBwpoJbYg0U6Pt6xIitm5/view
The text was updated successfully, but these errors were encountered: