Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exception when using Irssi Connectbot as Library Project #69

Open
moonzai opened this issue Apr 11, 2014 · 1 comment
Open

Exception when using Irssi Connectbot as Library Project #69

moonzai opened this issue Apr 11, 2014 · 1 comment

Comments

@moonzai
Copy link

moonzai commented Apr 11, 2014

I am using Irssi ConnectBot in my application. Irssi Connectbot works perfect standalone, but I use it with my project it generates exception:

Problem while handling incoming data in relay thread
java.io.IOException: Remote end closed connection
at org.woltage.irssiconnectbot.transport.SSH.read(SSH.java:588)
at org.woltage.irssiconnectbot.service.Relay.run(Relay.java:116)
at java.lang.Thread.run(Thread.java:1019)

I debugged the code, it reads 449 characters in first call of read function but in next call of read, it read 22 characters and gets stopped, then disconnect handler sends message for disconnection.

I have been in this problem for last 2 weeks, moreover I am only copy pasting code from Irssi ConnectBot. No new thing..

any help would be appreciated

Regards
Moonzai

@ericwongcm
Copy link

Use my patched repository until my patch is accepted.
#70

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants