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.

Excessive number of pending callbacks

See original GitHub issue

Hello i keep getting this.

Please report: Excessive number of pending callbacks: 501. Some pending callbacks that might have leaked by never being called from native code: {"221048":{"module":"NativeAnimatedModule","method":"startAnimatingNode"},"221054":{"module":"NativeAnimatedModule","method":"startAnimatingNode"},"221058":{"module":"NativeAnimatedModule","method":"startAnimatingNode"},"222029":{"module":"ReanimatedModule","method":"getValue"},"222048":{"module":"ReanimatedModule","method":"getValue"},"222067":{"module":"ReanimatedModule","method":"getValue"},"222086":{"module":"ReanimatedModule","method":"getValue"},"222105":{"module":"ReanimatedModule","method":"getValue"},"222124":{"module":"ReanimatedModule","method":"getValue"},"222143":{"module":"ReanimatedModule","method":"getValue"},"222162":{"module":"ReanimatedModule","method":"getValue"},"222182":{"module":"ReanimatedModule","method":"getValue"},"222202":{"module":"ReanimatedModule","method":"getValue"},"222221":{"module":"ReanimatedModule","method":"getValue"},"222240":{"module":"ReanimatedModule","method":"getValue"},"222259":{"module":"ReanimatedModule","method":"getValue"},"222278":{"module":"ReanimatedModule","method":"getValue"},"222303":{"module":"ReanimatedModule","method":"getValue"},"222322":{"module":"ReanimatedModule","method":"getValue"},"222405":{"module":"ReanimatedModule","method":"getValue"},"222413":{"module":"ReanimatedModule","method":"getValue"},"222438":{"module":"ReanimatedModule","method":"getValue"},"222458":{"module":"ReanimatedModule","method":"getValue"},"222465":{"module":"ReanimatedModule","method":"getValue"},"222475":{"module":"ReanimatedModule","method":"getValue"},"222493":{"module":"ReanimatedModule","method":"getValue"},"222537":{},"222544":{"module":"ReanimatedModule","method":"getValue"},"222554":{"module":"ReanimatedModule","method":"getValue"},"222569":{"module":"ReanimatedModule","method":"getValue"},"222578":{"module":"ReanimatedModule","method":"getValue"},"222590":{"module":"ReanimatedModule","method":"getValue"},"222598":{"module":"ReanimatedModule","method":"getValue"},"222623":{"module":"ReanimatedModule","method":"getValue"},"222643":{"module":"ReanimatedModule","method":"getValue"},"222650":{"module":"ReanimatedModule","method":"getValue"},"222660":{"module":"ReanimatedModule","method":"getValue"},"222678":{"module":"ReanimatedModule","method":"getValue"},"222722":{},"222729":{"module":"ReanimatedModule","method":"getValue"},"222739":{"module":"ReanimatedModule","method":"getValue"},"222754":{"module":"ReanimatedModule","method":"getValue"},"222763":{"module":"ReanimatedModule","method":"getValue"},"222775":{"module":"ReanimatedModule","method":"getValue"},"222783":{"module":"ReanimatedModule","method":"getValue"},"222808":{"module":"ReanimatedModule","method":"getValue"},"222828":{"module":"ReanimatedModule","method":"getValue"},"222835":{"module":"ReanimatedModule","method":"getValue"},"222845":{"module":"ReanimatedModule","method":"getValue"},"222863":{"module":"ReanimatedModule","method":"getValue"},"...(truncated keys)...":451} at SkeletonContent (http://localhost:8081/index.bundle?platform=android&dev=true&minify=false&app=com.chappie&modulesOnly=false&runModule=true:270790:35) at RCTView at View at Shiver

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:3
  • Comments:7 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
walterholohancommented, May 26, 2022

@abraaoz thank you, great solution

0reactions
alexZajaccommented, Dec 3, 2022

Closing as there is no PR and a fix has been provided!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Excessive number of pending callbacks: 501 #27483 - GitHub
This issue is occuring because you are using useEffect in many functions to check for every change in state. Reduce this number and...
Read more >
How to avoid "Excessive number of pending callbacks
The problem being described there is that queueing too many Promise calls can be problematic. The commenter suggested using a Promise ...
Read more >
Excessive number of pending callbacks - appsloveworld
Is there a function that returns a promise which gets resolved when any pending changes to a component have been applied in React...
Read more >
501” error during images download in React Native – iTecNote
Excessive number of pending callbacks: 501. Is there a better way of doing the same thing, so that the error does not appear?...
Read more >
react-native-track-player/Support - Gitter
Warning: Please report: Excessive number of pending callbacks: 501. Some pending callbacks that might have leaked by never being called from native code: ......
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