Note that there are some explanatory texts on larger screens.

plurals
  1. POgoogle drive api crash with desktop application
    primarykey
    data
    text
    <p>I use google drive application wrote a desktop application using python and everything works fine. But when I use pyinstaller to output a .exe file and run that application. A problem occurs on these lines:</p> <pre><code>if credentials is None or credentials.invalid: credentials = run(FLOW, storage) </code></pre> <p>The authentication page shows and I allow its access. Unlike usual, there is no response after that and I found that the .exe program exits with no reason. Anyone met this problem before? If so, how to solve it?</p> <p>P.S. I traced the error now and it is as follows:</p> <pre><code>Traceback (most recent call last): File "&lt;string&gt;", line 697, in &lt;module&gt; File "&lt;string&gt;", line 562, in __init__ File "build\bdist.win32\egg\oauth2client\tools.py", line 166, in run File "build\bdist.win32\egg\oauth2client\client.py", line 1069, in step2_exchange File "USB\build\pyi.win32\USB\outPYZ1.pyz/httplib2", line 1544, in request File "USB\build\pyi.win32\USB\outPYZ1.pyz/httplib2", line 1294, in _request File "USB\build\pyi.win32\USB\outPYZ1.pyz/httplib2", line 1230, in _conn_request File "USB\build\pyi.win32\USB\outPYZ1.pyz/httplib2", line 984, in connect File "USB\build\pyi.win32\USB\outPYZ1.pyz/httplib2", line 80, in _ssl_wrap_socket File "USB\build\pyi.win32\USB\outPYZ1.pyz/ssl", line 381, in wrap_socket File "USB\build\pyi.win32\USB\outPYZ1.pyz/ssl", line 141, in __init__ ssl.SSLError: [Errno 185090050] _ssl.c:340: error:0B084002:x509 certificate rout ines:X509_load_cert_crl_file:system lib </code></pre> <p>I saw someone encountered the similar error <a href="http://code.google.com/p/google-api-python-client/issues/detail?id=58" rel="nofollow">http://code.google.com/p/google-api-python-client/issues/detail?id=58</a> but the reply said it already fixed it. I also tried the method in <a href="https://github.com/kennethreitz/requests/issues/557" rel="nofollow">https://github.com/kennethreitz/requests/issues/557</a> but it is not working. Does anyone know how to fix it?</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload