We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
hotot/agent.py:get_prefs
The text was updated successfully, but these errors were encountered:
I've got the same error. My hotot is build on the master branch with gtk3.
Sorry, something went wrong.
No branches or pull requests
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:
I've printed the value of config.settings in the
hotot/agent.py:get_prefs
function, and it is an empty dict.The text was updated successfully, but these errors were encountered: