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 forked this project and use a subdomain. Whenever I try to use the notepad app it will as open a blank file. I included a screenshot of CREDITS.txt. I noticed that it gave out this error in the console. Any ideas to fix this?
Uncaught Error: Invalid buffer: Buffer is 582 long, yet Stats object specifies that file is 277 long. preload_file.ts
at OverlayFile.PreloadFile [as constructor] (preload_file.ts:57:13)
at new OverlayFile (OverlayFS.ts:35:10)
at OverlayFS.ts:421:27
at XmlHttpRequest.ts:373:18
at NoSyncFile.close (preload_file.ts:404:5)
at cb (XmlHttpRequest.ts:369:13)
at XmlHttpRequest.ts:379:9
at XmlHttpRequest.ts:290:20
at XMLHttpRequest.req.onreadystatechange (xhr.ts:44:20)
The text was updated successfully, but these errors were encountered:
PiSaucer
changed the title
Notepad is blank when opening files
Notepad and JSPaint is blank when opening files
Mar 1, 2022
I notice that JSPaint also doesn't work when it's hosted not locally:
Uncaught Error: Invalid buffer: Buffer is 56017 long, yet Stats object specifies that file is 52339 long.
at OverlayFile.PreloadFile [as constructor] (preload_file.ts:57:13)
at new OverlayFile (OverlayFS.ts:35:10)
at OverlayFS.ts:421:27
at XmlHttpRequest.ts:373:18
at NoSyncFile.close (preload_file.ts:404:5)
at cb (XmlHttpRequest.ts:369:13)
at XmlHttpRequest.ts:379:9
at XmlHttpRequest.ts:290:20
at XMLHttpRequest.req.onreadystatechange (xhr.ts:44:20)
```
I forked this project and use a subdomain. Whenever I try to use the notepad app it will as open a blank file. I included a screenshot of
CREDITS.txt
. I noticed that it gave out this error in the console. Any ideas to fix this?The text was updated successfully, but these errors were encountered: