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.

Flipper plugins doesn't show on Windows 10

See original GitHub issue

šŸ› Bug Report

Iā€™m running Flipper on Windows 10 but I canā€™t see the native plugins (Layout Inspector, Databases, Networkā€¦)

I tried the troubleshooting guides but the problem was not resolved

WhatsApp Image 2020-08-04 at 15 20 13 FlipperDiagnosticActivity screenshot

To Reproduce

  1. Initialize a new React Native Project
  2. Run Flipper
  3. Try to debug app with Flipper

Environment

Flipper: tested from 0.47 to 0.52

  System:
    OS: Windows 10 10.0.18363
    CPU: (4) x64 Intel(R) Core(TM) i7-7500U CPU @ 2.70GHz
    Memory: 3.75 GB / 11.88 GB
  Binaries:
    Node: 12.18.3 - C:\Program Files\nodejs\node.EXE
    Yarn: 1.22.4 - C:\Program Files\nodejs\yarn.CMD
    npm: 6.14.6 - C:\Program Files\nodejs\npm.CMD
    Watchman: 20200726.234435.0 - C:\Users\jneto\env\watchman-v2020.07.27.00-windows\bin\watchman.EXE
  Utilities:
    Git: 2.24.1.
  SDKs:
    Android SDK:
      API Levels: 23, 27, 28, 29
      Build Tools: 25.0.0, 25.0.1, 27.0.3, 28.0.3, 29.0.2, 29.0.3
      System Images: android-R | Google Play Intel x86 Atom
    Windows SDK:
      AllowDevelopmentWithoutDevLicense: Enabled
      AllowAllTrustedApps: Enabled
      Versions: 10.0.18362.0
  IDEs:
    Android Studio: Version  4.0.0.0 AI-193.6911.18.40.6514223
    VSCode: 1.47.3 - C:\Users\jneto\AppData\Local\Programs\Microsoft VS Code\bin\code.CMD
    Visual Studio: 16.6.30204.135 (Visual Studio Community 2019)
  Languages:
    Bash: 4.4.20 - C:\Windows\system32\bash.EXE
    Go: 1.14.6 - C:\Go\bin\go.EXE
    Elixir: 1.10.3 - C:\Program Files (x86)\Elixir\bin\elixir.BAT
    Erlang: 21.3 - C:\Program Files\erl10.3\bin\erl.EXE
    Python: 2.7.15
  Databases:
    SQLite: 3.28.0 - C:\Sdks\android\platform-tools\sqlite3.EXE
  Browsers:
    Chrome: 84.0.4147.105
    Edge: Spartan (44.18362.449.0)
    Internet Explorer: 11.0.18362.1

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:22 (20 by maintainers)

github_iconTop GitHub Comments

4reactions
ASarcocommented, Aug 14, 2020

I had this same problem. Apparently the issue was the OpenSSL distribution I was using. At first I was using this one: https://indy.fulgan.com/SSL/ and had the exact same problem as @b3coded Iā€™ve uninstalled it, and installed this one: https://slproweb.com/products/Win32OpenSSL.html and now everything works as expected.

image

1reaction
mweststratecommented, Aug 5, 2020

@b3coded nope, sorry, missed that this is a win 10 specific issue. I donā€™t have a windows machine at my disposal in the current circumstances. Maybe @nikoant has ideas?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Issue with installation - 3rd-party modules - Flipper Zero Forum
Now i want install some plugins. I plug my device in the pc and from the software i go on ā€œSD Cardā€ I...
Read more >
React Native Flipper Debugging Issue : "NO APPLICATION ...
This didn't work for me. The error message says it is looking for the java class com.domain.ReactNativeFlipper even though my Application ID isĀ ......
Read more >
Debugging in React Native with Flipper - Medium
Flipper is a platform for debugging iOS, Android, and React Native apps. It is an open-source debugging tool developed by Facebook.
Read more >
Developing React Native with Expo and Flipper
Update Dec 03, 2021: There's now an Expo community plugin for setting up Flipper in your Expo projects. The section on Flipper integrationĀ ......
Read more >
Building Flipper Plugins for Fun and Profit - Michael Evans
The Solution. Rather than sticking to plain text in logcat, we can build a custom Flipper plugin that will display our analytics events...
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