You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 4, 2023. It is now read-only.
I think this occurs when requesting a layer that returns a 404.
Traceback (most recent call last):
File "/opt/python/3.5.0/lib/python3.5/threading.py", line 923, in _bootstrap_inner
self.run()
File "/opt/python/3.5.0/lib/python3.5/threading.py", line 871, in run
self._target(*self._args, **self._kwargs)
File "/home/travis/build/eregs/regulations-site/regulations/generator/generator.py", line 60, in one_layer
version)
File "/home/travis/build/eregs/regulations-site/regulations/generator/generator.py", line 107, in get_layer_json
layer_json = dict(newer_layer) # copy
TypeError: 'NoneType' object is not iterable
I think this occurs when requesting a layer that returns a 404.