Lonni J Friedman
Lonni J Friedman
I end up with this: ``` ```
Unfortunately, I cannot reproduce this with a minimal project. It definitely requires my full environment. That said, I'm quite willing to test a debug version of the plugin that prints...
I'm currently using image-process from a pip install inside of a virtenv. If I pull your branch locally, and then (from inside my virtenv) run `pip install -U .` from...
[ip.log](https://github.com/pelican-plugins/image-process/files/10370002/ip.log) I did as you requested. I'm attaching the output for all the image_process DEBUG output.
[ip0.log](https://github.com/pelican-plugins/image-process/files/10378707/ip0.log) Seems that you're right, the src attribute is missing. This makes no sense to me either.
@BradPatras "Resume recording" is part of the bug. It doesn't work some of the time.
Ah yes, that works.
I've updated to 2.17, but haven't had an opportunity to test this much yet (no long duration trips). I'm hoping to run it through some rigorous testing by the end...
FWIW, I was unable to reproduce the problem this month, but I can't say whether that's a coincidence.
Seems like this can be fixed with a change to line 380 of `inc/plugins/amnesia/hooks_frontend.php`: ``` if (isset($mybb->user['privacy_policy_last_read']) && $mybb->user['privacy_policy_last_read']) { ```