-
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 - Port conflict #12
Comments
Expected behavior here is that your default browser launches with a login page. Can you confirm that no tab is opened in your browser? If there is no tab, can you check for errors in Blender's system console? On Windows, you can open this from As for it only showing after you mouse over the button, this is because mousing over the button triggers a redraw. There are some issues where the state updates but the panel doesn't get redrawn until something triggers it. This may or may not be a limitation of Blender, further investigation is required. |
I cant log in it says this Internal client error. |
Thank you for your reply! Read prefs: "C:\Users\PC\AppData\Roaming\Blender Foundation\Blender\3.6\config\userpref.blend" Thank you for your reply once again! |
@t3xellz Thanks for the report, I'll respond on the issue you opened about it since it seems like a different issue to this one |
@Losqe Aha, this is probably a port conflict with another application running on your computer. To avoid such conflicts, we plan to change the plugin's port to something less common (port 8080 is a default port for web servers). We also intend to add better error handling to show a user-facing error message in case of login errors. For now, you can try to stop whatever process is tying up your port 8080 by opening command prompt on windows, entering Then, match this PID to the process name to figure out which process is holding it open. You can do this by entering the command
where Alternatively, you can open Task Manager (Right click Windows icon, Task Manager), make sure you're in Advanced mode, go to Details page, click the |
The port change is now live in v1.0.1. Closing this as resolved now. |
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.
The text was updated successfully, but these errors were encountered: