ZiniGo
ZiniGo copied to clipboard
"Unable to read location" error on Linux
I downloaded Zinigo_Linux_AMD64
from https://github.com/TheAxeDude/ZiniGo/tree/master/built
, renamed it, and did a chmod +x
. I also downloaded template.html
from the same URL.
I run it using the following command line:
> ./zinigo -u xxx -p password -c google-chrome-stable
After reading the entire list of magazines, it starts to try to read them, and I get the same error for all my magazines:
Resolved working directory to: /home/xxx/Downloads
{630607 March/April 2024 {FineScale Modeler 0} }
Checking if issue exists: /home/xxx/Downloads/issue/FineScale Modeler - March_April 2024.pdf
Unable to read location - check permissions: /home/xxx/Downloads/issue/FineScale Modeler - March_April 2024.pdf
Issue already found: /home/xxx/Downloads/issue/FineScale Modeler - March_April 2024.pdf
I've checked the permissions on /home/xxx/Downloads/issue/
, and changed them from 600 to 666 with no effect.
I've tried using Brave, which is a Chrome based browser, to no effect.
The -playwright
option doesn't work for this version, and the latest (v1.3) has other issues.
I'm not a Go dev, so I'm not good enough to debug this and propose a fix.