This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Traceback (most recent call last): | |
File "freeze.py", line 34, in <module> | |
freezer.freeze() | |
File "/home/oyvind/.local/lib/python3.4/site-packages/flask_frozen/__init__.py", line 149, in freeze | |
new_filename = self._build_one(url) | |
File "/home/oyvind/.local/lib/python3.4/site-packages/flask_frozen/__init__.py", line 263, in _build_one | |
% (response.status, url)) | |
ValueError: Unexpected status '404 NOT FOUND' on URL /https/agencies/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment