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

Login button does nothing - No module named 'aiohttp' #20

Closed
P4TMrls opened this issue Oct 10, 2023 · 6 comments
Closed

Login button does nothing - No module named 'aiohttp' #20

P4TMrls opened this issue Oct 10, 2023 · 6 comments
Labels
bug Something isn't working duplicate This issue or pull request already exists

Comments

@P4TMrls
Copy link

P4TMrls commented Oct 10, 2023

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'

@P4TMrls
Copy link
Author

P4TMrls commented Oct 10, 2023

@Nightriff

@Nightriff
Copy link
Collaborator

Nightriff commented Oct 12, 2023

Thanks for reporting. Missing aiohttp module indicates the dependencies didn't get installed properly. Could you try reinstalling the plugin and see if that fixes it for you? It should have an Install Dependencies button after installing, and make sure to check the system console for any errors during that installation. Once you see the "Installation complete, please restart" message, it should be successfully installed.

The login button shouldn't show without a successful dependency installation, so there may be a bug here. Similar problem to #14

@Nightriff Nightriff added bug Something isn't working question Further information is requested labels Oct 12, 2023
@Nightriff Nightriff changed the title Login button does nothing Login button does nothing - No module named 'aiohttp' Oct 12, 2023
@StarTheCodingFox
Copy link

@Nightriff I tried reinstalling the plugin, but even that didn't work. Nothing happens.

@Nightriff Nightriff removed the question Further information is requested label Jan 9, 2024
@Nightriff
Copy link
Collaborator

@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?
To enable the console:

  • On Windows, in Blender go to Window > Toggle System Console to see the console.
  • On Mac OS, you'll need to start Blender from a terminal window.

@Nightriff Nightriff added the question Further information is requested label Jan 9, 2024
@rdeusser
Copy link

@StarTheCodingFox Try deleting this folder %appdata%\Roaming\Blender Foundation\Blender\4.0\scripts\addons\roblox-blender-plugin\dependencies_public and disabling and then re-enabling the plugin. It should say it needs to install dependencies. Do that and then restart Blender. I was having a similar issue to this one and this process fixed it.

@Nightriff
Copy link
Collaborator

I'm going to close this issue as a duplicate. Please track resolution of the issue on ticket #42, which highlights the root cause

@Nightriff Nightriff closed this as not planned Won't fix, can't repro, duplicate, stale Jun 6, 2024
@Nightriff Nightriff added duplicate This issue or pull request already exists and removed question Further information is requested labels Jun 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

4 participants