Plugins make crash
See original GitHub issue🐛 Bug Report
After installation all available plugin and restart flipper, it keep crashing
Uncaught Exception:
Error: EMFILE: too many open files, watch
at FSEvent.FSWatcher._handle.onchange (internal/fs/watchers.js:123:28)
Environment
Flipper desktop MACOS 0.28
Issue Analytics
- State:
- Created 4 years ago
- Comments:9 (1 by maintainers)
Top Results From Across the Web
What to Do When a WordPress Plugin Causes Your Website ...
It doesn't matter how careful you are. At some point of another, a plugin is going to cause your WordPress website to crash....
Read more >Solution to crashes by plugins - Sandboxing (Crash protection)
Its like a plugin runs in a separate wrapper and when there is a crash, only the wrapper crashes and lets Cubase continue...
Read more >Download Free Crash cymbal plugin: X Crash by vst4free
X Crash is a free Crash cymbal plugin developed by vst4free. ... 18 to 20 seconds and are organized on 4 velocity layers...
Read more >What To Do When a WordPress Plugin Crashes
If you go to the WordPress Plugin page, it will complain that the plugin cannot be loaded. This is good. You can work...
Read more >plugin caused my website to crash - WordPress.org
Most of the rules are Browser Cache rules and Page cache if caching with Disk: Enhanced method. Those rules are needed for W3TC...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Even trying it on Watchman, with MacOS Catalina 10.15.1 does not have effect. Did an automatic install via Homebrew and did not work. The only way is to delete the corresponding directories. It will reset Flipper when launch the next time.
Option 1:
On Mac, You can navigate to
/Users/USERNAME_HERE/.flipper/
. Delete the.flipper
folder. Then open the application againWindows: Haven’t use Flipper on a Windows environment but I assume it will be
C:/Users/USERNAME_HERE/.flipper
Linux: Never use Linux on Dev, except networking, but I assume it will be
usr/flipper/
Option 2: You could build it from source. See
README.md