Skip to content

Instantly share code, notes, and snippets.

@ademola25
Created September 2, 2018 15:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ademola25/c486be0baff5f72678f00fd264a0b9bb to your computer and use it in GitHub Desktop.
Save ademola25/c486be0baff5f72678f00fd264a0b9bb to your computer and use it in GitHub Desktop.
error.log
[Sun Sep 02 07:36:39.711592 2018] [wsgi:error] [pid 1910:tid 140703886616320] oauth_flow = flow_from_clientsecrets('client_secrets.json', scope='')
[Sun Sep 02 07:36:39.711594 2018] [wsgi:error] [pid 1910:tid 140703886616320] File "/var/www/catalogApp/catalog/venv/lib/python2.7/site-packages/oauth2client/_helpers.py", line 133, in positional_wrapper
[Sun Sep 02 07:36:39.711597 2018] [wsgi:error] [pid 1910:tid 140703886616320] return wrapped(*args, **kwargs)
[Sun Sep 02 07:36:39.711600 2018] [wsgi:error] [pid 1910:tid 140703886616320] File "/var/www/catalogApp/catalog/venv/lib/python2.7/site-packages/oauth2client/client.py", line 2135, in flow_from_clientsecrets
[Sun Sep 02 07:36:39.711602 2018] [wsgi:error] [pid 1910:tid 140703886616320] cache=cache)
[Sun Sep 02 07:36:39.711605 2018] [wsgi:error] [pid 1910:tid 140703886616320] File "/var/www/catalogApp/catalog/venv/lib/python2.7/site-packages/oauth2client/clientsecrets.py", line 165, in loadfile
[Sun Sep 02 07:36:39.711608 2018] [wsgi:error] [pid 1910:tid 140703886616320] return _loadfile(filename)
[Sun Sep 02 07:36:39.711610 2018] [wsgi:error] [pid 1910:tid 140703886616320] File "/var/www/catalogApp/catalog/venv/lib/python2.7/site-packages/oauth2client/clientsecrets.py", line 125, in _loadfile
[Sun Sep 02 07:36:39.711621 2018] [wsgi:error] [pid 1910:tid 140703886616320] exc.strerror, exc.errno)
[Sun Sep 02 07:36:39.711623 2018] [wsgi:error] [pid 1910:tid 140703886616320] InvalidClientSecretsError: ('Error opening file', 'client_secrets.json', 'No such file or directory', 2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment