Skip to content

Instantly share code, notes, and snippets.

@ademola25
Created August 29, 2018 11:07
Show Gist options
  • Select an option

  • Save ademola25/1dcb91aeeea75ff442422cd362d69833 to your computer and use it in GitHub Desktop.

Select an option

Save ademola25/1dcb91aeeea75ff442422cd362d69833 to your computer and use it in GitHub Desktop.
error.log
sudo tail -10 /var/log/apache2/error.log
[Wed Aug 29 10:59:44.689332 2018] [wsgi:error] [pid 15762:tid 140278103000832] [client 197.242.96.221:4420] Traceback (most recent call last):
[Wed Aug 29 10:59:44.689347 2018] [wsgi:error] [pid 15762:tid 140278103000832] [client 197.242.96.221:4420] File "/var/www/catalog/catalog.wsgi", line 7, in <module>
[Wed Aug 29 10:59:44.689390 2018] [wsgi:error] [pid 15762:tid 140278103000832] [client 197.242.96.221:4420] from catalogApp import app as application
[Wed Aug 29 10:59:44.689399 2018] [wsgi:error] [pid 15762:tid 140278103000832] [client 197.242.96.221:4420] File "/var/www/catalog/catalogApp/__init__.py", line 12, in <module>
[Wed Aug 29 10:59:44.689484 2018] [wsgi:error] [pid 15762:tid 140278103000832] [client 197.242.96.221:4420] from oauth2client.client import flow_from_clientsecrets
[Wed Aug 29 10:59:44.689492 2018] [wsgi:error] [pid 15762:tid 140278103000832] [client 197.242.96.221:4420] File "/usr/local/lib/python2.7/dist-packages/oauth2client/client.py", line 39, in <module>
[Wed Aug 29 10:59:44.689888 2018] [wsgi:error] [pid 15762:tid 140278103000832] [client 197.242.96.221:4420] from oauth2client import transport
[Wed Aug 29 10:59:44.689898 2018] [wsgi:error] [pid 15762:tid 140278103000832] [client 197.242.96.221:4420] File "/usr/local/lib/python2.7/dist-packages/oauth2client/transport.py", line 17, in <module>
[Wed Aug 29 10:59:44.689967 2018] [wsgi:error] [pid 15762:tid 140278103000832] [client 197.242.96.221:4420] import httplib2
[Wed Aug 29 10:59:44.689984 2018] [wsgi:error] [pid 15762:tid 140278103000832] [client 197.242.96.221:4420] ImportError: No module named httplib2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment