question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Clock iteration warning when changing to a screen with an actionbar

See original GitHub issue

I’ve included a minimal working example in this gist.

One one screen, I have an ActionPrevious with a non-default app_icon. When I switch to that screen, the Clock throws the following warning:

[CRITICAL] [Clock       ] Warning, too much iteration done before the next frame. Check your code, or increase the Clock.max_iteration attribute

Changing to the default icon removes the warning, as does having the ActionBar outside the ScreenManager. I’m guessing it’s a problem with animating the transition, but I’m not sure.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

4reactions
mnive93commented, Oct 26, 2017

I am getting the same issue. The screen loads properly but I keep getting this warning in a infinite loop. I set the Clock.max_iteration = 20 and it’s not working.

0reactions
MusheAbdulHakimcommented, Nov 22, 2021

I have the same issue and haven’t find answer to it. the interface works fine but the warning keeps coming in my terminal.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Another: Warning, too much iteration done before the next frame
When I run my script, I get this error: [CRITICAL] [Clock ] Warning, too much ...
Read more >
Clock object — Kivy 2.1.0 documentation
The Clock object allows you to schedule a function call in the future; once or repeatedly at specified intervals. You can get the...
Read more >
Clock Max Iterations - Google Groups
[CRITICAL] [Clock ] Warning, too much iteration done before the next frame. Check your code, or increase the Clock.max_iteration attribute.
Read more >
Action indicators and action list - ReSharper - JetBrains
Action indicators are icons that, depending on your settings, appear in the Action bar, in the left margin and/or the body of the...
Read more >
About the Solution - TCS iON Help Central
iON Action Bar is an easy-to-use search mechanism that enables you to quickly access solution screens, transactions, workflows, help links, reports and users ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found