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.

Network inspect not working in v0.10.5

See original GitHub issue

React Native Debugger app version: 0.10.5 React Native version: 0.59.10 Platform: iOS Is real device of platform: No Operating System: macOS 10.15.1

Related to #376 and #365, a recent update to react-native-debugger has stopped the network inspect output from showing.

The network inspect output was working fine on a previous version with the same react-native version.

It also happens with Android and also happened before I updated to macOS Catalina.

Downgrading to v0.9.14 causes network inspect to work again (https://github.com/jhen0409/react-native-debugger/issues/423#issuecomment-555666247, but incidentally #423 still occurs on v0.9.14).

image

Issue Analytics

  • State:open
  • Created 4 years ago
  • Reactions:5
  • Comments:11

github_iconTop GitHub Comments

3reactions
kyle-ssgcommented, Jan 15, 2020

have been getting this when using standard fetch for a while now, downgrading doesn’t seem to fix it. Not only does it not show the response but network requests fail as soon as I enable it.

edit: providing a bit more info fetch returns _bodyText: “[object Blob]” when network inspect is enabled which is the same as https://github.com/jhen0409/react-native-debugger/issues/382. However the issue still stands that I can’t see the responses with network inspect enabled.

2reactions
traviswimercommented, Jan 15, 2020

@russpitre I’m fairly certain the root issue is caused by the overridden XHR calls that I mentioned here: https://github.com/jhen0409/react-native-debugger/issues/432#issuecomment-569184047

Even if you’re not using Apollo/GraphQL, the problem likely has to do with when you are initializing whatever request library you are using.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How can I view network requests (for debugging) in React ...
Right click and select 'Enable Network Inspect' Enabling Network Inspect ... Not sure if you need to disable CORS in Chrome to make...
Read more >
Network Management - Dokku Documentation
The network:exists command will return non-zero if the network does not exist, and zero if it does. Checking network info. New. Introduced in...
Read more >
README — vintage_net_wifi v0.11.1 - HexDocs
WiFi network interfaces typically have names like "wlan0" or "wlan1" when using ... If you do not want VintageNetWiFi to generate a wpa_supplicant.conf...
Read more >
Docker Engine release notes
This document describes the latest changes, additions, known issues, ... Versions of docker scan before v0.11.0 are not able to detect the Log4j...
Read more >
Changelog - The Official Escape from Tarkov Wiki - Fandom
Fixed several issues leading to bots getting stuck;; Fixed incorrect ergonomics indication of the M1A rifle while in the inspect menu;; Fixed the...
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