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
issue was being in an iframe and the blob being the iframe's Blob() and not the parents blob. Since i was doing window.parent.puter.fs.write(), and instance types aren't carried over the frame boundary, this fails
That isn't a bug with puter, what I was doing was totally unexpected and not normal behavior, what is, is the error reported not giving context
Issue Description
Steps to Reproduce
write data incorrectly
Expected & Actual Behavior
error would return an object with a .code field
instead it returns a string with Error: [object Object]
Addition Information or Screenshots (if applicable)
Deployment
npm run start
)docker run
)docker-compose
)Puter version (if accessible)
The text was updated successfully, but these errors were encountered: