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

OSError: Device Closed #7

Open
bauerj opened this issue Feb 11, 2017 · 0 comments
Open

OSError: Device Closed #7

bauerj opened this issue Feb 11, 2017 · 0 comments

Comments

@bauerj
Copy link

bauerj commented Feb 11, 2017

I get the following Traceback when I try to start PyQuassel:

Plugin "plugins/pushbullet.py" loaded.
Traceback (most recent call last):
   File "./quasselbot.py", line 74, in <module>
     quasselClient.run()
   File "PyQuassel/quasselclient.py", line 269, in run
     self.createSession()
   File "PyQuassel/quasselclient.py", line 260, in createSession
     self.readClientLogin()
   File "PyQuassel/quasselclient.py", line 110, in readClientLogin
     data = self.stream.read()
   File "PyQuassel/qt.py", line 311, in read
     raise IOError('Device Closed')
 OSError: Device Closed

Any idea what could cause this? I'm running core 0.12.4 (90183ee)

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

1 participant