No available plugins
See original GitHub issueHey! Guys help please) I don’t understand what is wrong with standard plugins. They are not appeared in sidebar. And MySonarPlugin also is not available. I changed config for dynamic loading new plugins but it is not help me
Loading dependency graph...✔ No known errors Loading dependency graph, done. pluginPaths: [ './plugins', '~/fbsource/xplat/sonar/src/plugins', '~/fbsource/xplat/sonar/src/fb/plugins' ] 🕵️ Watching for plugin changes ✅ Compiled all plugins.
I think it also depends on hardcode, because std plugins was showing in sidebar when i used prebuild descktop app. Thanks!
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
notepad++ plugin manager shows no available plugins
Go to Plugins / Plugin Manager / Tab Updates and check if plugin manager has an update. Relaunch and voilà. No updates available...
Read more >Unable to find plugins in list of available plugins in jenkins
Go to: Manage Jenkins → Manage Plugins → Advanced, then click Check now in the bottom right-hand corner. When you go back to...
Read more >No available plugins services | TrueNAS Community
If this is a freshly imported pool on a fresh install then the plugins won't show as installed since there's not entry in...
Read more >You do not appear to have any plugins available at this time.
I set Automatic Plugin Updates to Select Individually but I cannot see any plugin in plugins list. The message is: “You do not...
Read more >"No Plugins available" even after adding official repo. [Docker ...
I'm running into the same problem. I'm wanting to install the box sets plugin, but my dashboard catalog just tells me "No available...
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
I don’t know what the problem is, but I can help to clarify a little how thing work, perhaps that helps to find the root of this issue. Sonar has two kinds of plugins: device plugins and regular plugins. While they look almost the same, the way they work is very different. Device plugins (like the logs plugin) don’t rely on a socket connection to Sonar SDK. The logs plugin uses adb logcat to access the device logs. Regular plugins need an app running on the device using Sonar’s native SDK. The SDK running inside the app then opens a socket connection to the desktop app. Only once this socket connection is established, the plugin is listed in the sidebar.
Plugins can be dynamically loaded from a path in the file system. We use
~/fbsource/xplat/sonar/src/fb/plugins
for our internal plugins, but that shouldn’t be a problem for your, because the path probably doesn’t exist and therefore no plugins are loaded from this path.In your case, it looks like the plugin is connecting to Sonar, but for some reason it is not shown in the sidebar. We will look into that and follow up on this issue.
Closing this here as part of issue cleanup.