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

Copyright plugin not working in normal run, works in 'sigal build -fd -n 1' on Windows #336

Open
timatlee opened this issue Aug 30, 2018 · 2 comments

Comments

@timatlee
Copy link
Contributor

Hi

Noticed that copyright notices weren't getting added when running sigal build on my windows machine.

Running sigal build -debug, I get the following output:

DEBUG - Plugin paths: []
DEBUG - Registered plugin sigal.plugins.feeds
DEBUG - Registered plugin sigal.plugins.copyright
INFO - Using 8 cores

But no further mention of copyright notices being added to images.

Running sigal build -fd -n 1 results in the attached output.

Running sigal build -fd results in this attached output.

This seems to only be an issue on my Windows machine, as the gallery generates correctly on my Debian machine.

Windows 10 x64 1709
Sigal 1.4.0 installed from Pip
Python 3.7.0

Not sure what other information to provide.

Thanks

@saimn
Copy link
Owner

saimn commented Sep 1, 2018

Hi,
I don't see any reason why it could fail, the plugin is loaded and seems to be called correctly. Could you check directly with Pillow if you can reproduce the issue ? (with some example from https://pillow.readthedocs.io/en/5.2.x/reference/ImageDraw.html)

@timatlee
Copy link
Contributor Author

Hi. I noticed the same issue, though it started with the Watermark plugin (but then noted with Copyright plugin).

I'm not able to see the gist's in the original post.

sigal build -fd output: https://gist.github.com/timatlee/614cf80864feb169625f9fe4a88ba5e5

sigal build -fd -n1 output: https://gist.github.com/timatlee/5233a5bf66dec09e7958ceafebc2c56f

Windows 10 21H1. Sigal 2.2 from pip. Python 3.8.

Works on a Debian VM. Also works within WSL2 Debian machine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants