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.

The app has not responded to the network requests below: (id = -1000) isReady: {}

See original GitHub issue

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

● Example › should perform a sign in

  thrown: "Exceeded timeout of 480000 ms for a hook.
  Use jest.setTimeout(newTimeout) to increase the timeout value, if this is a long-running test."

    41 |
    42 | describe('Example', () => {
  > 43 |   beforeAll(async () => {
       |   ^
    44 |     await device.launchApp({
    45 |       permissions: {
    46 |         notifications: 'YES',

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

Issue Analytics

  • State:open
  • Created 9 months ago
  • Reactions:1
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
marcoizzocommented, Dec 16, 2022

Unfortunately not @Saad-Bashar. Still waiting for someone to support. Maybe @asafkorem is kind enough to help? 😃

0reactions
Saad-Basharcommented, Dec 16, 2022

@marcoizzo , did you figure anything out yet?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Updating to V18 causes detox to hang (App has not ... - GitHub
Updating to V18 causes detox to hang (App has not responded to the network requests below: (id = -1000) isReady: {}) #2569.
Read more >
Detox + Jest - App has not responded to the network requests ...
I am currently setting up Detox for an existing project and running into snags. I am using Detox + Jest and am receiving...
Read more >
The app has not responded to the network requests below
The app has not responded to the network requests below ... 1) currentStatus: {} (id = -1000) isReady: {} Unresponded network requests might ......
Read more >
Dealing With Synchronization Issues in Tests | Detox
If there's an in-flight request to a server, for example, the test will not move forward until the request completes. What operations do...
Read more >
Issue: Detox + Expo : timeout on opening the app
detox[94950] WARN: [Client.js/PENDING_REQUESTS] App has not responded to the network requests below: (id = -1000) isReady: {} That might be ...
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