You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Was using identiCurse to find it crash, the traceback is:
Traceback (most recent call last):
File "/usr/local/bin/identicurse", line 9, in <module>
load_entry_point('identicurse==0.10-dev', 'console_scripts', 'identicurse')()
File "/usr/local/lib/python2.7/dist-packages/identicurse-0.10_dev-py2.7.egg/identicurse/__init__.py", line 124, in main
IdentiCurse(additional_config)
File "/usr/local/lib/python2.7/dist-packages/identicurse-0.10_dev-py2.7.egg/identicurse/identicurse.py", line 467, in __init__
curses.wrapper(self.initialise)
File "/usr/lib/python2.7/curses/wrapper.py", line 43, in wrapper
return func(stdscr, *args, **kwds)
File "/usr/local/lib/python2.7/dist-packages/identicurse-0.10_dev-py2.7.egg/identicurse/identicurse.py", line 932, in initialise
self.loop()
File "/usr/local/lib/python2.7/dist-packages/identicurse-0.10_dev-py2.7.egg/identicurse/identicurse.py", line 1084, in loop
self.parse_input(self.text_entry.edit())
File "/usr/local/lib/python2.7/dist-packages/identicurse-0.10_dev-py2.7.egg/identicurse/identicurse.py", line 1782, in parse_input
self.tabs[self.current_tab].update()
File "/usr/local/lib/python2.7/dist-packages/identicurse-0.10_dev-py2.7.egg/identicurse/tabbage.py", line 311, in update
raw_timeline = self.conn.statuses_home_timeline(count=get_count, page=self.page, since_id=last_id)
File "/usr/local/lib/python2.7/dist-packages/identicurse-0.10_dev-py2.7.egg/statusnet/__init__.py", line 221, in statuses_home_timeline
return self.__makerequest("statuses/home_timeline", params)
File "/usr/local/lib/python2.7/dist-packages/identicurse-0.10_dev-py2.7.egg/statusnet/__init__.py", line 178, in __makerequest
raise StatusNetError(-1, e.reason)
statusnet.StatusNetError: Error: [Errno -2] Name or service not known
I can't say for sure what caused the problem but due to the error I assume maybe my internet dropped while it tried polling? Ether way this needs to be fixed and/or gracefully handled :P
The text was updated successfully, but these errors were encountered:
Was using identiCurse to find it crash, the traceback is:
I can't say for sure what caused the problem but due to the error I assume maybe my internet dropped while it tried polling? Ether way this needs to be fixed and/or gracefully handled :P
The text was updated successfully, but these errors were encountered: