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

Twitter plugin error #19

Closed
fabiand93 opened this issue Oct 3, 2015 · 9 comments
Closed

Twitter plugin error #19

fabiand93 opened this issue Oct 3, 2015 · 9 comments

Comments

@fabiand93
Copy link

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 .

@andypiper
Copy link

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

@andypiper
Copy link

Duplicate of #17 and #18

@jkakavas
Copy link
Owner

v1.4 comes out any time now ( struggling with the windows binaries) and I
have not been able to reproduce it there. Please be a little patient so
that we can see if the new tweepy version (3.4.0) fixed this

On Mon, Oct 19, 2015 at 1:13 AM, Andy Piper notifications@github.com
wrote:

Duplicate of #17 #17 and #18
#18


Reply to this email directly or view it on GitHub
#19 (comment).

@andypiper
Copy link

Cool! 👍

@jkakavas
Copy link
Owner

jkakavas commented Nov 3, 2015

This should be solved with 1.4.1 , fell free to reopen it if that's not the case.

@jkakavas jkakavas closed this as completed Nov 3, 2015
@bararchy
Copy link

@jkakavas Seems that the SSL Issue is still there

OS: Arch Linux
Kernel: 4.2.5-1-ARCH
Python: Python 2.7.10
Creepy: Up To Date 1.4.1

Log:

ERROR:2015-11-23 15:31:00,663  In twitter.py:194: Error authenticating with Twitter API.
ERROR:2015-11-23 15:31:00,665  In twitter.py:195: Unable to get username, invalid oauth token!
ERROR:2015-11-23 15:31:03,262  In twitter.py:194: Error authenticating with Twitter API.
ERROR:2015-11-23 15:31:03,264  In twitter.py:195: Unable to get username, invalid oauth token!
ERROR:2015-11-23 15:31:12,990  In twitter.py:194: Error authenticating with Twitter API.
ERROR:2015-11-23 15:31:12,991  In twitter.py:195: Unable to get username, invalid oauth token!
ERROR:2015-11-23 15:31:17,442  In twitter.py:383: [{'message': 'SSL is required', 'code': 92}]

@jkakavas
Copy link
Owner

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

pip install -U tweepy

@jkakavas jkakavas reopened this Nov 23, 2015
@bararchy
Copy link

@jkakavas If it's not the same issue then close this one, I'll open a new one.
tweepy in latest version now, still error.

@jkakavas
Copy link
Owner

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".

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

4 participants