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
{{ message }}
This repository has been archived by the owner on Aug 22, 2022. It is now read-only.
When I hit return to send a message, the following is displayed in the log window: [Timestamp] -!- ERROR! TypeError: "string" must be a string, Buffer or ArrayBuffer
It is thrown when orbit.send(_currentChannel, input) is called (index.js, line 198), even when input is typeof string.. so most likely not a problem with -textui, but I wasn't sure were else to post this.
The text was updated successfully, but these errors were encountered:
When I hit return to send a message, the following is displayed in the log window:
[Timestamp] -!- ERROR! TypeError: "string" must be a string, Buffer or ArrayBuffer
It is thrown when
orbit.send(_currentChannel, input)
is called (index.js, line 198), even wheninput
is typeof string.. so most likely not a problem with -textui, but I wasn't sure were else to post this.The text was updated successfully, but these errors were encountered: