-
Notifications
You must be signed in to change notification settings - Fork 384
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plugins tab not loading #284
Comments
Might be related to #280 ? I can't see the list of plugins because I have the plugins installed in the local project folder (not |
I don't think so. Iam using the docker version and did not change the installation, only updated to actual version of ConfigUI. Same issue on both of my containers. Both containers also have a news error during startup, that was not existing before the update: Same error on both, but with different plugins. |
…same here. Plugin-Tab not loading… |
…same here. Plugin-Tab not loading… |
…how do you downgrade to 4.2? |
sudo npm install -g --unsafe-perm [email protected] |
downgraded. No cigar. Still no Plugin-Tab. |
restart the system, and wait any seconds |
I'm having a hard time trying to figure this one out - I can't replicate this on any of the platforms I test on. So far the only error I've seen that's relevant is this one from @henkhb in Slack:
The npm registry is also currently doing some strange things like not returning search results for some recently published packages which may be related: https://status.npmjs.org/incidents/qg46dsfk1vt2 However, the code to return a list of plugins is not dependant on being able to reach the NPM registry; if it can't connect it just won't have extra metadata like the author, links to GitHub, update notifications etc. I've tested this by setting the timeout on the http calls to the registry to So I can try and figure out a pattern here, any users that are having these issues, can you please provide:
Also try the
|
it works |
same here. Works now. ( - homebridge-config-ui-x v4.3.1-beta.4) |
Thanks @fighterzg6 @desq42 - are there any messages in the console like |
2019-5-6 14:22:58] [FritzBox-Drach8] Getting outlet 087610002503 energy consumption |
yes |
@fighterzg6 - this is good! It means the problem was what I suspected - the npm registry is being slow to respond. |
ok, whatever you say |
It didn't fix it for me. I'm just receiving an empty list of plugins after line: https://github.com/oznu/homebridge-config-ui-x/blob/master/src/modules/plugins/plugins.service.ts#L60 My installation is local (using It used to work but stopped working after version 4.x.x. I've added my local node_modules folders to the initialisation of paths in this line: https://github.com/oznu/homebridge-config-ui-x/blob/master/src/modules/plugins/plugins.service.ts#L424 and it works. Is there any way to also check the local node_module folder (the same where this module is installed)? ===UPDATE=== |
@afharo - thanks for discovering that, it will be fixed next release. |
The timeout issue and @afharo issue is now published in 4.4.0. |
Thank you! It works like a charm! |
Hey,
tab is not loading (or after long waiting / refreshing)
Both of my installations are affected. Server down / slow?
If I restart container, it gives "Error loading Plugins: http error. Unknown error"
Regards
Hendrik
The text was updated successfully, but these errors were encountered: