-
Notifications
You must be signed in to change notification settings - Fork 108
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
Twitter plugin error #19
Comments
This is most likely an issue with SSL - Twitter dropped support for everything other than TLS last year https://twittercommunity.com/t/twitter-no-longer-supports-sslv3/25557 |
v1.4 comes out any time now ( struggling with the windows binaries) and I On Mon, Oct 19, 2015 at 1:13 AM, Andy Piper notifications@github.com
|
Cool! 👍 |
This should be solved with 1.4.1 , fell free to reopen it if that's not the case. |
@jkakavas Seems that the SSL Issue is still there OS: Arch Linux Log:
|
Thats a different error than the OP had. I pretty sure that you have a rather old version of tweepy (http://www.tweepy.org/) installed in your system. Do you have this https://aur.archlinux.org/packages/python2-tweepy ? It should have brought tweepy 3.5.0 . If not please get pyhton-pip and bring tweepy latest version from there with
|
@jkakavas If it's not the same issue then close this one, I'll open a new one. |
I'm sorry I offended your Github flow principles by answering to this thread while I should have replied "Open a new ticket". Let's do that now ! :) And please offer something more concrete than "still error". |
I press the auto config helper and It sends me back to the menu screen
here is my log activity
main log
DEBUG:2015-10-01 07:37:50,863 In flickr.py:34: Trying to load the labels file for the flickr plugin .
DEBUG:2015-10-01 07:37:50,962 In googleplus.py:37: Trying to load the labels file for the googleplus plugin .
DEBUG:2015-10-01 07:37:50,971 In instagram.py:32: Trying to load the labels file for the instagram plugin .
DEBUG:2015-10-01 07:37:50,982 In twitter.py:36: Trying to load the labels file for the twitter plugin .
ERROR:2015-10-01 07:37:54,817 In twitter.py:132: [Errno 1] _ssl.c:507: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
Traceback (most recent call last):
File "/Applications/cree.py.app/Contents/Resources/plugins/twitter/twitter.py", line 88, in runConfigWizard
File "tweepy/auth.pyc", line 85, in get_authorization_url
File "tweepy/auth.pyc", line 68, in _get_request_token
TweepError: [Errno 1] _ssl.c:507: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
DEBUG:2015-10-01 07:37:54,832 In flickr.py:34: Trying to load the labels file for the flickr plugin .
DEBUG:2015-10-01 07:37:54,835 In googleplus.py:37: Trying to load the labels file for the googleplus plugin .
DEBUG:2015-10-01 07:37:54,838 In instagram.py:32: Trying to load the labels file for the instagram plugin .
DEBUG:2015-10-01 07:37:54,843 In twitter.py:36: Trying to load the labels file for the twitter plugin .
The text was updated successfully, but these errors were encountered: