ErweipoireE / photograbber

Automatically exported from code.google.com/p/photograbber
Other
0 stars 0 forks source link

ssl error logging in #170

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
fire it up, try to login, get this output:

[Errno 185090050] _ssl.c:340: error:0B084002:x509 certificate 
routines:X509_load_cert_crl_file:system lib

... and can't get past that, no login possible.

What version of the product are you using? On what operating system?

Linux mint 15, version of photograbber is hard to tell since neither --version 
or -version work and there is no mantion of a version number anywhere in the 
source files (even grepped for it) but I downloaded today, 14 aug 2013, the 
latest version.

Original issue reported on code.google.com by frank.va...@gmail.com on 14 Aug 2013 at 8:45

GoogleCodeExporter commented 8 years ago
I can confirm that I am getting this same issue. Running Linux Mint 16 Petra 
(RC-1) and the latest version of Photograbber pulled from the master git tree 
on 11/26/2013.

matt@barringer ~/photograbber-master $ cat pg.log 
2013-11-26 09:35:19,822:ERROR:pg:86:basedir: /home/matt/photograbber-master
2013-11-26 09:35:41,147:ERROR:pg.pgui:77:[Errno 185090050] _ssl.c:345: 
error:0B084002:x509 certificate routines:X509_load_cert_crl_file:system lib
Traceback (most recent call last):
  File "/home/matt/photograbber-master/pgui.py", line 129, in validateLogin
    data['my_info'] = self.graph.get_data(rids[0])
  File "/home/matt/photograbber-master/facebook.py", line 297, in get_data
    raise retErr
SSLError: [Errno 185090050] _ssl.c:345: error:0B084002:x509 certificate 
routines:X509_load_cert_crl_file:system lib
2013-11-26 09:35:48,820:INFO:pg.pgui:92:DEBUG mode enabled.
2013-11-26 09:35:48,820:INFO:pg.pgui:104:Provided token: <TOKEN>
2013-11-26 09:35:48,853:ERROR:pg.pgui:77:[Errno 185090050] _ssl.c:345: 
error:0B084002:x509 certificate routines:X509_load_cert_crl_file:system lib
Traceback (most recent call last):
  File "/home/matt/photograbber-master/pgui.py", line 129, in validateLogin
    data['my_info'] = self.graph.get_data(rids[0])
  File "/home/matt/photograbber-master/facebook.py", line 297, in get_data
    raise retErr
SSLError: [Errno 185090050] _ssl.c:345: error:0B084002:x509 certificate 
routines:X509_load_cert_crl_file:system lib

Original comment by mattspi...@gmail.com on 26 Nov 2013 at 2:40

GoogleCodeExporter commented 8 years ago
same issue

Original comment by ero...@manesh.ca on 11 Dec 2013 at 7:53

GoogleCodeExporter commented 8 years ago
I have the same error on Ubuntu 14.04 with photograbber-2.100

SSLError: [Errno 185090050] _ssl.c:344: error:0B084002:x509 certificate 
routines:X509_load_cert_crl_file:system lib

Original comment by angel.ca...@gmail.com on 30 Mar 2015 at 6:48