-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
The app has not responded to the network requests below: (id = -1000) isReady: {} #3754
Comments
Thanks @marcoizzo. Can you please provide the device logs as well? I'll take a look. |
Thank @asafkorem for the feedback and help. PFA the artifacts folder |
I have come here to report a similar issue. After updating my react native app to 0.67.5 I am getting the following error,
Here is my log file, Thanks for any help or suggestions! |
@marcoizzo , did you figure anything out yet? |
Unfortunately not @Saad-Bashar. Still waiting for someone to support. Maybe @asafkorem is kind enough to help? :) |
It turns out in our app, because of sentry the detox is hanging. Sentry has a timer when we do performance monitoring. So we will need to turn off the sentry performance monitoring while running the detox tests. This was our issue exactly, getsentry/sentry-react-native#1921 |
Hey guys, are there any chance to investigate this problem? I was not able to solve it anymore and the solution shared by @Saad-Bashar it's not valid for me since I do not have sentry-react-native package installed Thanks |
Hello guys, thanks for raising the issue. We are also facing the same issue in The app is busy with the following tasks:
|
Finally after a lot of investigation I was able to identify the root cause. I suggest to remove packages in batches and simply the App.js to identify where the issue is |
@marcoizzo It seems i have an issue in firebase sdk. It blocks the main native queue with a native timer. But it seems we can't stop firebase init. so we are going ahead with disable detox sync on launch param. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions! For more information on bots in this repository, read this discussion. |
The issue has been closed for inactivity. |
The issue has been solved. |
Description
Hi here.
Thanks a lot for this library and for the great work behind it.
I'm facing an issue that I'not able to solve, nothing is present on the web (searching as my best).
Seems that my test suite goes in timeout even if the emulator is launched successfully. This happen only with iOS, no problem on android (on the physical device)
I got multiple times this message during the running:
detox[13719] i The app is busy with the following tasks: • Run loop "Main Run Loop" is awake. • There are 2 work items pending on the dispatch queue: "Main Queue (<OS_dispatch_queue_main: com.apple.main-thread>)".
And in the end:
detox[13719] i The app has not responded to the network requests below: (id = -1000) isReady: {} Unresponded network requests might result in timeout errors in Detox tests.
All tests fail since they go in timeout
I've also tried to investigate with the command
/usr/bin/xcrun simctl spawn 48317052-1C9B-41B8-AFC4-BE97867A0C21 log stream --level debug --style compact --predicate 'process == "........"'
but honestly I do not have any idea on what search...
Anyone can assist me?
Thanks
Your environment
Detox version: 20.0.3
React Native version: 0.68.2
Node version: 14.19.0
Device model: iPhone 13 Pro Max
OS: 15.5 / 16.1
Test-runner (select one): jest
The text was updated successfully, but these errors were encountered: