api icon indicating copy to clipboard operation
api copied to clipboard

Ping Timeout and not able to send anonymous message

Open akrizs opened this issue 5 years ago • 1 comments

Describe the bug After connecting to the irc.fdget.dev server the server times out.

To Reproduce Steps to reproduce the behavior: using tmi.js Both in backend nodejs and browser the package displays the same behaviour.

run the client.connect() with the connection.server set to the irc.fdgt.dev uri.

wait for a short period, it should disconnect, if the reconnect flag is not set then the module loses its connection.

Expected behavior to keep the connection open / active throughout the testing time.

Desktop (please complete the following information):

  • OS: macOS Catalinaa
  • Browser Almost all of them + nodejs runtime

Additional context also having an issue of when i do client.say("{channel}", "{command}") the package returns cannot send anonymous message, alltough i guess that is just some tmi.js issues.

akrizs avatar Sep 08 '20 11:09 akrizs

The second issue was solved by setting identity.username to a {username}

akrizs avatar Sep 08 '20 11:09 akrizs