haskellcamargo / haskellcamargo/sclack

Error on startup: 'NoneType' object is not callable

Open
#4 11 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
2.5k
Forks
94
PR merge metrics
No merged PRs in 30d

Description

When I try to start this application, it manages to load the list of channels and chats I have, but then crashed out with the following stacktrace:

```
Traceback (most recent call last):
File "./app.py", line 532, in
app.start()
File "./app.py", line 53, in start
self.urwid_loop.run()
File "/home/gareth/.local/lib/python3.6/site-packages/urwid/main_loop.py", line 286, in run
self._run()
File "/home/gareth/.local/lib/python3.6/site-packages/urwid/main_loop.py", line 384, in _run
self.event_loop.run()
File "/home/gareth/.local/lib/python3.6/site-packages/urwid/main_loop.py", line 1484, in run
reraise(*exc_info)
File "/home/gareth/.local/lib/python3.6/site-packages/urwid/compat.py", line 55, in reraise
value = tp()
TypeError: 'NoneType' object is not callable
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.