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

"Buf" QUserType...? #6

Open
Zren opened this issue Jan 15, 2017 · 1 comment
Open

"Buf" QUserType...? #6

Zren opened this issue Jan 15, 2017 · 1 comment

Comments

@Zren
Copy link
Owner

Zren commented Jan 15, 2017

allejo on IRC had this traceback.

Traceback (most recent call last):
  File "quasselbot.py", line 74, in <module>
    quasselClient.run()
  File "/home/allejo/PyQuassel/quasselclient.py", line 269, in run
    self.createSession()
  File "/home/allejo/PyQuassel/quasselclient.py", line 262, in createSession
    self.readSessionState()
  File "/home/allejo/PyQuassel/quasselclient.py", line 114, in readSessionState
    data = self.stream.read()
  File "/home/allejo/PyQuassel/qt.py", line 315, in read
    obj = self.readQVariant()
  File "/home/allejo/PyQuassel/qt.py", line 337, in readQVariant
    val = self.readQMap()
  File "/home/allejo/PyQuassel/qt.py", line 388, in readQMap
    value = self.readQVariant()
  File "/home/allejo/PyQuassel/qt.py", line 337, in readQVariant
    val = self.readQMap()
  File "/home/allejo/PyQuassel/qt.py", line 388, in readQMap
    value = self.readQVariant()
  File "/home/allejo/PyQuassel/qt.py", line 350, in readQVariant
    val = self.readQList()
  File "/home/allejo/PyQuassel/qt.py", line 468, in readQList
    val = self.readQVariant()
  File "/home/allejo/PyQuassel/qt.py", line 370, in readQVariant
    raise Exception("QUserType.name", name)
Exception: ('QUserType.name', 'Buf')
@EcmaXp
Copy link
Contributor

EcmaXp commented May 13, 2018

Maybe #8 pull request fix this problem.

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