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

Buster generate command doesn't generate last page #54

Open
aemxn opened this issue Feb 16, 2015 · 4 comments
Open

Buster generate command doesn't generate last page #54

aemxn opened this issue Feb 16, 2015 · 4 comments

Comments

@aemxn
Copy link

aemxn commented Feb 16, 2015

Example, I have 7 pages in total. But buster didn't generate the last page directory, eg. page/7, other pages seems fine.

How do I capture this error? Log generated by buster generate doesn't seem to have any problem.

@SergeyPirogov
Copy link

The same problem

@janiosarmento
Copy link

It is a wget issue. I abandoned Buster because of this issue, and wrote a Bash script around httrack in order to achieve the goal of converting a Ghost blog into static HTML.

@SergeyPirogov
Copy link

I've already fixed it. You just need to put --level = 0. And everything will be ok. Works for me more thatn a year

@janiosarmento
Copy link

Sorry, Sergey, but I'm afraid this is a wget issue. If one issues a wget -m it will not download all the pagination pages (/page/2, e.g.).

Since Buster uses wget to download the remote site, it is affected by this issue.

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

3 participants