We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using pelican 3.6.3 with python 3.5.1 the make html fails when enabling the github_activity plugin:
CRITICAL: TypeError: a bytes-like object is required, not 'str' Makefile:49: recipe for target 'html' failed make: *** [html] Error 1
The text was updated successfully, but these errors were encountered:
I've got Pelican 3.7.1 and Python 3.6.0 and I'm getting the very similar error when I attempt to enable Filetime_from_git.
ERROR: Could not process .\article.md | TypeError: a bytes-like object is required, not 'str'
Sorry, something went wrong.
@visibilityspots / @klreeher: Would you consider submitting a PR to address the issue(s) discussed here?
No branches or pull requests
Using pelican 3.6.3 with python 3.5.1 the make html fails when enabling the github_activity plugin:
The text was updated successfully, but these errors were encountered: