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

Exception KeyError: proxy_type at refresh of rewteets (by me/ by others) column #554

Open
brouberol opened this issue Jun 12, 2013 · 1 comment

Comments

@brouberol
Copy link

I'm building Hotot from source, from the master branch.

Both "Rewteets > by me" and "Retweets > by others" columns stay empty, while displaying a "refresh" animation.

This issue has only started today, which concords with the date of the deprecation of the Twitter API v1. Maybe these two events are linked?

Anyway, I've launched Hotot in a shell, and this exception is printed out each time I click on the "By me" and "By others" buttons:

Exception:
Traceback (most recent call last):
  File "/home/b/softs/Hotot/hotot/agent.py", line 170, in save_file_proc
    data = _get(uri)
  File "/home/b/softs/Hotot/hotot/agent.py", line 291, in _get
    urlopen = get_urlopen()
  File "/home/b/softs/Hotot/hotot/agent.py", line 257, in get_urlopen
    proxy_type = get_prefs('proxy_type')
  File "/home/b/softs/Hotot/hotot/agent.py", line 206, in get_prefs
    return config.settings[name]
KeyError: 'proxy_type'

I've printed the value of config.settings in the hotot/agent.py:get_prefs function, and it is an empty dict.

@jdeniau
Copy link

jdeniau commented Jun 18, 2013

I've got the same error.
My hotot is build on the master branch with gtk3.

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

No branches or pull requests

2 participants