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

Problem with template.html #38

Open
RupertB-ES opened this issue Oct 31, 2023 · 1 comment
Open

Problem with template.html #38

RupertB-ES opened this issue Oct 31, 2023 · 1 comment

Comments

@RupertB-ES
Copy link

Other than the problems with password protection it has been working fine until I got the following

Fetching page:2
{"status":true,"data":[],"pagination_limit":120,"pagination_page":2,"pagination_page_total":-1,"pagination_total":-1}
Loading HTML template
Resolved working directory to: C:\temp\zinigo
{578657 Issue Fifty Seven {Darkside Magazine 0} }
Checking if issue exists: C:\temp\zinigo\issue\Darkside Magazine - Issue Fifty Seven.pdf
Downloading issue: Darkside Magazine - Issue Fifty Seven
panic: runtime error: index out of range [0] with length 0

What should template.html look like - I tried creating a dummy one but it didn't make a difference

@motoyugota
Copy link

The template in the "built" folder is what you need. It does have a bug - Line 27 is missing two characters:

<object type="image/svg+xml" data="SVG_PATH</object>

should be this:

<object type="image/svg+xml" data="SVG_PATH"></object>

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

No branches or pull requests

2 participants