-
-
Notifications
You must be signed in to change notification settings - Fork 5
Description
Describe the Bug
I have just discovered and installed Millenium and Extendium, so it is a clean installation.
I copy/pasted "Extendium-plugin" from the zip file into the plugins directory and have it enabled in Millenium, but it won't start. I don't have the icon to add extensions and Millenium says there are errors in the log. I've tried deleting and reinstalling Extendium but it's the same error each time in the logs.
Is this an Extendium bug (not extension-specific)?
- This issue is not limited to a single Chrome extension
Plugin Version
1.0.3
Millennium Version
v2.30.0-alpha.7
Operating System
Windows
Expected Behavior
No errors, ability to use extension.
Actual Behavior
Extension doesn't load.
Reproducibility
- Yes, I can reproduce this issue consistently
Troubleshooting tried
- Restarted Steam
- Switched to Default skin/theme (only applicable if it's and UI issue)
Steps To Reproduce
Clean steam installation with Millenium installed.
Copy/paste extension into steam\plugins dir
Restart Steam
Enable extension in Millenium
Restart Steam
Extendium doesn't load (red exclamation mark)
Log shows the same error each tiem
Logs / Console output
Failed to start plugin: extendium. This is likely due to failing module side effects, unrelated to Millennium.
Traceback (most recent call last):
File "g:/[steam/plugins/Extendium-plugin/backend/main.py", line 17, in
from websocket import initialize_server, run_server, shutdown_server
File "g:[steam/plugins/Extendium-plugin/backend\websocket_init_.py", line 5, in
from .server import initialize_server, run_server, shutdown_server
File "g:[steam/plugins/Extendium-plugin/backend\websocket\server.py", line 11, in
from websockets.exceptions import ConnectionClosed
ModuleNotFoundError: No module named 'websockets'
Failed to evaluate script: {"methodName":"builtins.millennium_plugin_settings_parser","pluginName":"extendium"}. Error: module 'builtins' has no attribute 'millennium_plugin_settings_parser'Failed to evaluate script: {"methodName":"GetExtensionsInfos","pluginName":"extendium"}. Error: module 'main' has no attribute 'GetExtensionsInfos'Failed to evaluate script: {"methodName":"builtins.millennium_plugin_settings_parser","pluginName":"extendium"}. Error: module 'builtins' has no attribute 'millennium_plugin_settings_parser'Failed to evaluate script: {"methodName":"GetUserInfo","pluginName":"extendium"}. Error: module 'main' has no attribute 'GetUserInfo'Failed to evaluate script: {"methodName":"GetExtensionsInfos","pluginName":"extendium"}. Error: module 'main' has no attribute 'GetExtensionsInfos'
Anything else?
No response