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 available plugins

See original GitHub issue

image

Hey! 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:closed
  • Created 5 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
danielbuechelecommented, Jun 19, 2018

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.

0reactions
passycommented, Oct 5, 2018

Closing this here as part of issue cleanup.

Read more comments on GitHub >

github_iconTop 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 >

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