Skip to content

Instantly share code, notes, and snippets.

@epifanio
Created August 19, 2019 12:19
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 epifanio/713e7e29eff40bd15aff1c82e4cb387c to your computer and use it in GitHub Desktop.
Save epifanio/713e7e29eff40bd15aff1c82e4cb387c to your computer and use it in GitHub Desktop.
pydap.error.log
[Mon Aug 19 12:07:54.111817 2019] [wsgi:error] [pid 8:tid 139625846773504] [client 192.168.160.1:34332] mod_wsgi (pid=8): Exception occurred processing WSGI script '/var/www/pydap/server/apache/pydap.wsgi'.
[Mon Aug 19 12:07:54.111962 2019] [wsgi:error] [pid 8:tid 139625846773504] [client 192.168.160.1:34332] Traceback (most recent call last):
[Mon Aug 19 12:07:54.112000 2019] [wsgi:error] [pid 8:tid 139625846773504] [client 192.168.160.1:34332] File "/usr/lib/python3.7/dist-packages/webob/dec.py", line 127, in __call__
[Mon Aug 19 12:07:54.112005 2019] [wsgi:error] [pid 8:tid 139625846773504] [client 192.168.160.1:34332] resp = self.call_func(req, *args, **kw)
[Mon Aug 19 12:07:54.112010 2019] [wsgi:error] [pid 8:tid 139625846773504] [client 192.168.160.1:34332] File "/usr/lib/python3.7/dist-packages/webob/dec.py", line 191, in call_func
[Mon Aug 19 12:07:54.112013 2019] [wsgi:error] [pid 8:tid 139625846773504] [client 192.168.160.1:34332] return self.func(req, *args, **kwargs)
[Mon Aug 19 12:07:54.112018 2019] [wsgi:error] [pid 8:tid 139625846773504] [client 192.168.160.1:34332] File "/usr/lib/python3.7/dist-packages/pydap/wsgi/app.py", line 81, in __call__
[Mon Aug 19 12:07:54.112021 2019] [wsgi:error] [pid 8:tid 139625846773504] [client 192.168.160.1:34332] return self.index(path, req)
[Mon Aug 19 12:07:54.112032 2019] [wsgi:error] [pid 8:tid 139625846773504] [client 192.168.160.1:34332] File "/usr/lib/python3.7/dist-packages/pydap/wsgi/app.py", line 108, in index
[Mon Aug 19 12:07:54.112036 2019] [wsgi:error] [pid 8:tid 139625846773504] [client 192.168.160.1:34332] } for path in content if os.path.isfile(path)]
[Mon Aug 19 12:07:54.112040 2019] [wsgi:error] [pid 8:tid 139625846773504] [client 192.168.160.1:34332] File "/usr/lib/python3.7/dist-packages/pydap/wsgi/app.py", line 108, in <listcomp>
[Mon Aug 19 12:07:54.112043 2019] [wsgi:error] [pid 8:tid 139625846773504] [client 192.168.160.1:34332] } for path in content if os.path.isfile(path)]
[Mon Aug 19 12:07:54.112048 2019] [wsgi:error] [pid 8:tid 139625846773504] [client 192.168.160.1:34332] File "/usr/lib/python3.7/dist-packages/pydap/wsgi/app.py", line 151, in supported
[Mon Aug 19 12:07:54.112051 2019] [wsgi:error] [pid 8:tid 139625846773504] [client 192.168.160.1:34332] get_handler(filepath, handlers)
[Mon Aug 19 12:07:54.112055 2019] [wsgi:error] [pid 8:tid 139625846773504] [client 192.168.160.1:34332] File "/usr/lib/python3.7/dist-packages/pydap/handlers/lib.py", line 72, in get_handler
[Mon Aug 19 12:07:54.112058 2019] [wsgi:error] [pid 8:tid 139625846773504] [client 192.168.160.1:34332] return handler(filepath)
[Mon Aug 19 12:07:54.112063 2019] [wsgi:error] [pid 8:tid 139625846773504] [client 192.168.160.1:34332] File "/usr/lib/python3.7/dist-packages/pydap/handlers/netcdf/__init__.py", line 87, in __init__
[Mon Aug 19 12:07:54.112066 2019] [wsgi:error] [pid 8:tid 139625846773504] [client 192.168.160.1:34332] self.dataset[grid][dim] = BaseType(dim, vars[dim][:],
[Mon Aug 19 12:07:54.112077 2019] [wsgi:error] [pid 8:tid 139625846773504] [client 192.168.160.1:34332] KeyError: 'y'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment