-
-
Notifications
You must be signed in to change notification settings - Fork 5
Closed as duplicate of#28
Labels
Description
Describe the Bug
I cannot use this Plugin for some reason
Is this an Extendium bug (not extension-specific)?
- This issue is not limited to a single Chrome extension
Plugin Version
v1.10.0
Millennium Version
v2.31.0-beta.8
Operating System
Windows
Expected Behavior
- Install Plugin through Steambrew Plugin Store or through the official Extendium github
- Enable it in Millennium
- Reload SteamUI
-
- Works
Actual Behavior
- Install Plugin through Steambrew Plugin Store or through the official Extendium github
- Enable it in Millennium
- Reload SteamUI
- Doesn't work and gives me an error
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
- Install Millennium
- Install Extendium
- Enable it
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 "c:/program files (x86)/steam/plugins/Extendium-plugin/backend/main.py", line 17, in <module>
from websocket import initialize_server, run_server, shutdown_server
File "c:\program files (x86)/steam/plugins/Extendium-plugin/backend\websocket\__init__.py", line 5, in <module>
from .server import initialize_server, run_server, shutdown_server
File "c:\program files (x86)/steam/plugins/Extendium-plugin/backend\websocket\server.py", line 11, in <module>
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":"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
Reactions are currently unavailable