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.

No route to flipper found when wifi debugging

See original GitHub issue

🐛 Bug Report

Getting " no route to flipper found" when connected using wifi debugging. can’t connect db plugin

To Reproduce

  1. Use any android device.
  2. Add flipper db plugin client.addPlugin(new DatabasesFlipperPlugin(this));
  3. connect the device using adb connect IP:PORT
  4. install the app

image

Environment

Devices

  1. Android 7.1.1 (Samsung Galaxy TAB A)
  2. Android 7.1.2 (ELO TAB)

Implementations

  debugImplementation 'com.facebook.flipper:flipper:0.31.2'
  debugImplementation 'com.facebook.soloader:soloader:0.8.2'

Flipper desktop version : 0.31.2 (Ubuntu 18.4)

Issue Analytics

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

github_iconTop GitHub Comments

3reactions
mweststratecommented, Mar 12, 2020

I just tried it locally, and it seems to works fine for me if I:

  1. connect with USB
  2. check adb devices shows devices
  3. run adb tcpip 5555
  4. disconnect
  5. make sure pc and mobile are on the same wifi
  6. run adb connect <phone ip>:5555
  7. start flipper

Please do make sure the ports 5555, 5037, 8088, 8089 are open and no other process is running on them (especially the last two are quite common)

0reactions
barriosnahuelcommented, Feb 27, 2022

Working on v0.136.0 and the new wireless debugging feature by Android Studio Bumblebee

Read more comments on GitHub >

github_iconTop Results From Across the Web

Wifi Dev Module issues - Flipper Zero Forum
Hello, I would like to point out a few issues with the Dev Modules. This documentation (and following pages) is obsolete as of...
Read more >
Debugging React Native apps with Flipper - LogRocket Blog
Learn how to debug your React Native app using Flipper, one of the best and simplest debuggers available today.
Read more >
Wi-Fi Debug (ADB) - There was an error pairing the device
In your smartphone (Go to Settings->Developer options-> Wireless Debugging->Pair device with pairing code). Copy the ipaddress & port. For ...
Read more >
Debugging - Expo Documentation
Learn about different techniques and tools available to debug your Expo project.
Read more >
React Native Flipper: A Better Way of Debugging - Pagepro
It's an open-source debugging tool made by Facebook for mobile apps – both iOS and Android. It existed for quite some time, but...
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