-
-
Notifications
You must be signed in to change notification settings - Fork 25
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
Cannot create zim file for an old, but unusual site #395
Comments
Please provide the logs (at least last ~hundred lines), without it, it is impossible to help explain the issue. Maybe it will not be sufficient, but it is a per-requisites. |
Yeah, I should've added more detail. I did this a while back and have been meaning to log an issue, but didn't get around to it until now. I'm going to try rerun ZimIt again and see what happens.. but to clarify what I saw previously:
That's from the ZIM still loaded in my Kiwix server. Anyway, I will try again and then check the logs and provide them here, as requested. NOTE: This is the docker command I used for running it locally: docker run -v /volume1/docker/kiwix/zim:/output |
I ran it with zimit.kiwix.org and got a 9MB file. I loaded it in Kiwix and this time I see it show for a split second and then give an error message. Got a video for you: Load.then.fail.mp4I could attempt to try ZimIt myself locally again, but like I said, last time it took 3 days and thinking about it now, I couldn't even view the logs, because there were too many and the Container Manager on my Synology NAS must've been overwhelmed, as it just refused to show any logs at all at that point. That's when I gave up and just cancelled it. |
OK, so this is probably the kind of website where it is hard (if not impossible) to create a ZIM based on zimit, because it relies a lot of dynamic loading of web resources the crawler is not capable to fetch easily:
While there might be some solutions to programmatically work around these problems, this is definitely not something easy to do / explain. As-is zimit is not capable to create a ZIM of such a website, and the solution will be specific to this website, so I will flag it as |
There's a site I tried to "zim", which seems like it should be a relatively small site, but I have not been able to create a successful zim file either with the docker image I am using that's worked for other sites nor with https://zimit.kiwix.org/.. In both cases I end up with a failure.
The site is a very old one - a kind of map for an old online game: http://enbmaps.de/?breite=1920&hoehe=927
I figure it has something to do with the fact that those querystring parameters keep changing every time the size of the browser window changes. I guess ZimIt doesn't know how to handle it, but that's just conjecture.. I have no idea what's really going on.
The text was updated successfully, but these errors were encountered: