Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • poezio poezio
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 179
    • Issues 179
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 8
    • Merge requests 8
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • poezio
  • poeziopoezio
  • Issues
  • #1971

Closed
Open
Created May 26, 2011 by Link Mauve@linkmauveMaintainer

/connect crashs

When disconnected:
Traceback (most recent call last):
File "src/poezio.py", line 47, in
main()
File "src/poezio.py", line 44, in main
cocore.main_loop() # Refresh the screen, wait for user events etc
File "/home/linkmauve/xmpp/poezio/run/src/core.py", line 689, in main_loop
self.do_command(char)
File "/home/linkmauve/xmpp/poezio/run/src/core.py", line 1420, in do_command
res = self.current_tab().on_input(key)
File "/home/linkmauve/xmpp/poezio/run/src/tabs.py", line 722, in on_input
self.key_func[key]()
File "/home/linkmauve/xmpp/poezio/run/src/tabs.py", line 287, in on_enter
if not self.execute_command(clean_text):
File "/home/linkmauve/xmpp/poezio/run/src/tabs.py", line 141, in execute_command
self.core.commands[command][0](arg)
File "/home/linkmauve/xmpp/poezio/run/src/core.py", line 1067, in command_reconnect
self.disconnect(True)
File "/home/linkmauve/xmpp/poezio/run/src/core.py", line 1388, in disconnect
muc.leave_groupchat(self.xmpp, tab.get_room().name, tab.get_room().own_nick, msg)
File "/home/linkmauve/xmpp/poezio/run/src/multiuserchat.py", line 73, in leave_groupchat
xmpp.plugin['xep_0045'].leaveMUC(jid, own_nick, msg)
File "/home/linkmauve/xmpp/poezio/run/src/sleekxmpp/plugins/xep_0045/muc.py", line 228, in leave_muc
self.xmpp.sendPresence(pshow='unavailable', pto="s/%s" (room, nick), pstatus=msg)
File "/home/linkmauve/xmpp/poezio/run/src/sleekxmpp/basexmpp.py", line 463, in send_presence
ptype=ptype, pfrom=pfrom).send()
File "/home/linkmauve/xmpp/poezio/run/src/sleekxmpp/xmlstream/stanzabase.py", line 1258, in send
self.stream.sendRaw(self.str())
File "/home/linkmauve/xmpp/poezio/run/src/sleekxmpp/xmlstream/stanzabase.py", line 1279, in str
stream=self.stream)
File "/home/linkmauve/xmpp/poezio/run/src/sleekxmpp/xmlstream/tostring/tostring.py", line 75, in tostring
output.append(tostring(child, tag_xmlns, stanza_ns, stream))
File "/home/linkmauve/xmpp/poezio/run/src/sleekxmpp/xmlstream/tostring/tostring.py", line 72, in tostring
output.append(xml_escape(xml.text))
File "/home/linkmauve/xmpp/poezio/run/src/sleekxmpp/xmlstream/tostring/tostring.py", line 96, in xml_escape
text = list(text)
TypeError: 'bool' object is not iterable

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking