Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • P poezio
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 180
    • Issues 180
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 8
    • Merge requests 8
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • poeziopoezio
  • poezio
  • Issues
  • #1757
Closed
Open
Issue created Jun 30, 2010 by louiz’@louizOwner

an other crash, YEAH

Traceback (most recent call last):
File "poezio.py", line 81, in
main()
File "poezio.py", line 78, in main
gui.main_loop(stdscr)
File "/home/louiz/workspace/poezio/src/gui.py", line 133, in main_loop
self.execute()
File "/home/louiz/workspace/poezio/src/gui.py", line 503, in execute
func(args)
File "/home/louiz/workspace/poezio/src/gui.py", line 555, in command_win
self.window.refresh(self.rooms)
File "/home/louiz/workspace/poezio/src/window.py", line 615, in refresh
self.text_win.refresh(room)
File "/home/louiz/workspace/poezio/src/window.py", line 256, in refresh
lines = self.build_lines_from_messages(messages)
File "/home/louiz/workspace/poezio/src/window.py", line 214, in build_lines_from_messages
if txt[:self.width-offset].find('\n') != -1:
TypeError: 'NoneType' object is unsubscriptable

Reproduce :
receive a NEW private message (window was not opened before this message) with a \n

Assignee
Assign to
Time tracking