-
Notifications
You must be signed in to change notification settings - Fork 29
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
Login button does nothing - No module named 'aiohttp' #20
Comments
Thanks for reporting. Missing The login button shouldn't show without a successful dependency installation, so there may be a bug here. Similar problem to #14 |
@Nightriff I tried reinstalling the plugin, but even that didn't work. Nothing happens. |
@StarTheCodingFox When you say "Nothing happens", is that when clicking Login button, or the Install Dependencies button? If it's during installation, could you please check for error output in the console after attempting the install?
|
@StarTheCodingFox Try deleting this folder |
I'm going to close this issue as a duplicate. Please track resolution of the issue on ticket #42, which highlights the root cause |
Hello, I am experiencing the same issue as losqe but I am unable to resolve it despite following the instructions.
"When I click on log in in blender nothing happens, it says logging in but only while my cursor is over log in button and nothing else happens."
Here's my toggle system console:
Read prefs: "C:\Users\jpmor\AppData\Roaming\Blender Foundation\Blender\3.6\config\userpref.blend"
Traceback (most recent call last):
File "C:\Users\jpmor\AppData\Roaming\Blender Foundation\Blender\3.6\scripts\addons\roblox-blender-plugin\lib\oauth2_login_operators.py", line 69, in on_login_complete
task.result()
File "C:\Users\jpmor\AppData\Roaming\Blender Foundation\Blender\3.6\scripts\addons\roblox-blender-plugin\lib\oauth2_client.py", line 168, in login
import aiohttp.web as web
ModuleNotFoundError: No module named 'aiohttp'
The text was updated successfully, but these errors were encountered: