Skip to content
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

Error Activating in Blender 4.0.2 #21

Open
pluba opened this issue Mar 14, 2024 · 0 comments
Open

Error Activating in Blender 4.0.2 #21

pluba opened this issue Mar 14, 2024 · 0 comments

Comments

@pluba
Copy link

pluba commented Mar 14, 2024

After installing the addon in Blender 4.0.2 and try activacting the addon I get this issue:
Traceback (most recent call last):
File "C:\Program Files\Blender Foundation\Blender 4.0\4.0\scripts\modules\addon_utils.py", line 364, in enable
mod = importlib.import_module(module_name)
File "C:\Program Files\Blender Foundation\Blender 4.0\4.0\python\lib\importlib_init_.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "", line 1050, in _gcd_import
File "", line 1027, in _find_and_load
File "", line 1006, in _find_and_load_unlocked
File "", line 688, in _load_unlocked
File "", line 883, in exec_module
File "", line 241, in call_with_frames_removed
File "C:\Users\QUESO\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\blendpresence_init
.py", line 27, in
rpcClient = Presence("766373631424200705")
File "C:\Users\QUESO\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\blendpresence\pypresence\presence.py", line 13, in init
super().init(*args, **kwargs)
File "C:\Users\QUESO\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\blendpresence\pypresence\baseclient.py", line 40, in init
self.update_event_loop(self.get_event_loop())
File "C:\Users\QUESO\AppData\Roaming\Blender Foundation\Blender\4.0\scripts\addons\blendpresence\pypresence\baseclient.py", line 83, in get_event_loop
loop = asyncio.get_event_loop()
File "C:\Program Files\Blender Foundation\Blender 4.0\4.0\python\lib\asyncio\events.py", line 656, in get_event_loop
raise RuntimeError('There is no current event loop in thread %r.'
RuntimeError: There is no current event loop in thread 'MainThread'.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant