Giter Site home page Giter Site logo

configs's People

Contributors

pazz avatar wentasah avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

ajmedford

configs's Issues

Exception running alot.

$ ./alot/init.py

Traceback (most recent call last):
File "./alot/init.py", line 94, in
main()
File "./alot/init.py", line 90, in main
args.colours,
File "/home/sphadnis/Projects/pazz/notmuch-gui/alot/ui.py", line 76, in init
self.mainloop.run()
File "/usr/lib/python2.7/site-packages/urwid/main_loop.py", line 170, in run
self.screen.run_wrapper(self._run)
File "/usr/lib/python2.7/site-packages/urwid/raw_display.py", line 234, in run_wrapper
return fn()
File "/usr/lib/python2.7/site-packages/urwid/main_loop.py", line 181, in _run
self.draw_screen()
File "/usr/lib/python2.7/site-packages/urwid/main_loop.py", line 361, in draw_screen
canvas = self.widget.render(self.screen_size, focus=True)
File "/usr/lib/python2.7/site-packages/urwid/widget.py", line 135, in cached_render
canv = fn(self, size, focus=focus)
File "/usr/lib/python2.7/site-packages/urwid/container.py", line 569, in render
focus and self.focus_part == 'body')
File "/home/sphadnis/Projects/pazz/notmuch-gui/alot/buffer.py", line 38, in render
return self.body.render(size, focus)
File "/usr/lib/python2.7/site-packages/urwid/widget.py", line 135, in cached_render
canv = fn(self, size, focus=focus)
File "/usr/lib/python2.7/site-packages/urwid/listbox.py", line 328, in render
(maxcol, maxrow), focus=focus)
File "/usr/lib/python2.7/site-packages/urwid/listbox.py", line 215, in calculate_visible
self._set_focus_complete( (maxcol, maxrow), focus )
File "/usr/lib/python2.7/site-packages/urwid/listbox.py", line 476, in _set_focus_complete
(maxcol,maxrow), focus)
File "/usr/lib/python2.7/site-packages/urwid/listbox.py", line 446, in _set_focus_first_selectable
(maxcol, maxrow), focus=focus)
File "/usr/lib/python2.7/site-packages/urwid/listbox.py", line 218, in calculate_visible
focus_widget, focus_pos = self.body.get_focus()
File "/home/sphadnis/Projects/pazz/notmuch-gui/alot/walker.py", line 34, in get_focus
return self._get_at_pos(self.focus)
File "/home/sphadnis/Projects/pazz/notmuch-gui/alot/walker.py", line 63, in _get_at_pos
widget = self._get_next_item()
File "/home/sphadnis/Projects/pazz/notmuch-gui/alot/walker.py", line 72, in _get_next_item
next_widget = self.containerclass(next_obj, **self.kwargs)
File "/home/sphadnis/Projects/pazz/notmuch-gui/alot/widgets.py", line 33, in init
self.thread = dbman.get_thread(tid)
File "/home/sphadnis/Projects/pazz/notmuch-gui/alot/db.py", line 145, in get_thread
return Thread(self, query.search_threads().next())
File "/home/sphadnis/Projects/pazz/notmuch-gui/alot/db.py", line 175, in init
self.refresh(thread)
File "/home/sphadnis/Projects/pazz/notmuch-gui/alot/db.py", line 187, in refresh
self._tags = set([t.decode(DB_ENC) for t in thread.get_tags()])
File "/usr/lib/python2.7/site-packages/notmuch/tag.py", line 88, in next
tag = Tags._get(self._tags).decode('utf-8')
AttributeError: 'NoneType' object has no attribute 'decode'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.