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
If write() is called on a read-only stream, the error message does not indicate this. Instead someone could think the charset is missing or that the encoder had some troubles:
TypeError: Cannot call method "encode" of undefined
at io.js:485 (anonymous)
at io.js:494 (anonymous)
at /Users/philipp/Documents/main.js:49
The text was updated successfully, but these errors were encountered:
If
write()
is called on a read-only stream, the error message does not indicate this. Instead someone could think the charset is missing or that the encoder had some troubles:The text was updated successfully, but these errors were encountered: