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

[Clock ] Warning, too much iteration done before the next frame. #33

Open
meedstrom opened this issue Nov 21, 2024 · 1 comment
Open

Comments

@meedstrom
Copy link

Crime scene investigation:

I ran two instances of blog2epubgui at the same time, don't know if that's safe.

In one, I was downloading https://www.wisdomandwonder.com/ until post 1189 (skipping any more due to #32). This proceeded to finish cleanly.

In the other, I was downloading https://thingofthings.wordpress.com/.

It seemed to stop doing anything on post 701. Tail of terminal output had no real information:

[INFO   ] 699. 
[DEBUG  ] [https          ]//thingofthings.wordpress.com:443 "GET /2015/01/08/what-its-like-having-borderline-personality-disorder/ HTTP/11" 200 None
[INFO   ] Downloading
[Level 5           ] ascii passed initial chaos probing. Mean measured chaos is 0.000000 %
[Level 5           ] ascii should target any language(s) of ['Latin Based']
[DEBUG  ] [Encoding detection] ascii is most likely the one.
[INFO   ] 700. 
[DEBUG  ] [https          ]//thingofthings.wordpress.com:443 "GET /2015/01/05/on-weight-loss-and-health/ HTTP/11" 200 None
[INFO   ] Downloading
[Level 5           ] ascii passed initial chaos probing. Mean measured chaos is 0.000000 %
[Level 5           ] ascii should target any language(s) of ['Latin Based']
[DEBUG  ] [Encoding detection] ascii is most likely the one.
[INFO   ] 701. 

But I thought it might be a fluke, so I tried again, with only one instance of blog2epubgui.

First, I noticed that only 300 or so posts were cached (is there a cache limit?), but ok.

Then, it finished on post 737 and produced an epub -- but I saw some interesting output in the terminal.

(PS: the initial post on the blog is actually 735, see https://thingofthings.wordpress.com/page/74/, so not sure what are 736 and 737.)

Sidenote: in the finished epub, it seems that a few posts are out of order: after the final 2020 post (https://thingofthings.wordpress.com/2020/12/11/blaze-of-glory-a-useful-rpg-house-rule/), there is the 2014 post https://thingofthings.wordpress.com/2014/12/08/on-boston/ and 5 other posts, and only then the book ends.

But mostly it's in correct order.

(hey! now I'm noticing several other epubs are not quite in creation-order! at least https://kajsotala.fi or https://eukaryotewritesblog.com/, they're a bit random order)

@bohdanbobrowski
Copy link
Owner

I haven't checked the GUI script for multiprocessing (or more specifically, multiinstance) but it shouldn't be a problem - the machine we run it on is the only limitation here.

obraz

The errors you showed do occur, but I don't know what they mean exactly. Either way, it looks like they're not very critical. The program works fine despite these errors.

The error starting with "Clock" is related to the article checklist (kivy md widget). I'll try to fix it in future versions, for now it'll stay. Thanks for reporting!

Here are my logs related with screenshot above: https://gist.github.com/bohdanbobrowski/13bcc0150849c867d083bd1c56192ec8

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