Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Identicurse crashed looks like due to intermittent internet #17

Open
tsyesika opened this issue Sep 18, 2012 · 1 comment
Open

Identicurse crashed looks like due to intermittent internet #17

tsyesika opened this issue Sep 18, 2012 · 1 comment

Comments

@tsyesika
Copy link

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

@ghost ghost assigned psquid Feb 28, 2013
@psquid
Copy link
Member

psquid commented Feb 28, 2013

SN code is my area, assigning myself. Sorry this has gone so long without progress.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants