Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix error on metadata read #122

Closed
zerasul opened this issue Feb 20, 2020 · 0 comments
Closed

Fix error on metadata read #122

zerasul opened this issue Feb 20, 2020 · 0 comments
Assignees
Labels
bug Something isn't working do it now!

Comments

@zerasul
Copy link
Owner

zerasul commented Feb 20, 2020

Traceback (most recent call last):
File "e:\development\persweb\mkdocs\venv\lib\site-packages\flask\app.py", line 2446, in wsgi_app
response = self.full_dispatch_request()
File "e:\development\persweb\mkdocs\venv\lib\site-packages\flask\app.py", line 1951, in full_dispatch_request
rv = self.handle_user_exception(e)
File "e:\development\persweb\mkdocs\venv\lib\site-packages\flask\app.py", line 1820, in handle_user_exception
reraise(exc_type, exc_value, tb)
File "e:\development\persweb\mkdocs\venv\lib\site-packages\flask_compat.py", line 39, in reraise
raise value
File "e:\development\persweb\mkdocs\venv\lib\site-packages\flask\app.py", line 1949, in full_dispatch_request
rv = self.dispatch_request()
File "e:\development\persweb\mkdocs\venv\lib\site-packages\flask\app.py", line 1935, in dispatch_request
return self.view_functionsrule.endpoint
File "e:\development\persweb\mkdocs\venv\lib\site-packages\Blask\blaskapp.py", line 73, in _getpage
entry = self.blogrenderer.renderfile(filename)
File "e:\development\persweb\mkdocs\venv\lib\site-packages\Blask\blogrenderer.py", line 71, in renderfile
entry = self.rendertext(filename, content)
File "e:\development\persweb\mkdocs\venv\lib\site-packages\Blask\blogrenderer.py", line 84, in rendertext
entry = BlogEntry(filename, md, text)
File "e:\development\persweb\mkdocs\venv\lib\site-packages\Blask\blogrenderer.py", line 171, in init
self.date = datetime.strptime(meta["date"][0], "%Y-%m-%d")

@zerasul zerasul added bug Something isn't working do it now! labels Feb 20, 2020
@zerasul zerasul self-assigned this Feb 20, 2020
@zerasul zerasul mentioned this issue Feb 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working do it now!
Projects
None yet
Development

No branches or pull requests

1 participant