-
Notifications
You must be signed in to change notification settings - Fork 81
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
connect ECONNREFUSED 127.0.0.1:7908 after updating #218
Comments
Had the same problem starting today. I tried disabling my firewall but still didn't work. I reinstalled the Blender addon and that also didn't work. Finally, what resolves the problem for me was to deinstall the Python debugger, click "restart Extensions" and installed it again. Now I can start Blender through VSCode again and also the previous error "...is already being debugged - open launch.json" is gone. |
Same here. Though, creating manually a server on blender and connecting to it works with specified ports. |
I solved it by uninstalling all python extensions and then running Blender: Start. |
If you have uninstalled all Python extensions then you have also uninstalled the Python debugger extension.. ;) |
Thank you guys. To me, this is an example of how things can suddenly break down due to automatic updates. |
With this addon being discontinued, I didn't expect to see an issue created and much less a fix. Thank you so much, @Bitsqueezer2025! |
Thanks a lot @KareKyasu and @Bitsqueezer2025 I noticed that, the extensions that I uninstalled and after that making the installation ov Blende Development Extension, to make it work were these ones Jupyter, Pylance and Python. So maybe just uninstalling those 3 might be enough to make the blender extension to work again. Bellow are the screenshot of them |
@carlosedubarreto : No, I meant the Python Debugger component as this is the one which needs a connection to Blender and also made problems before the last update ("...already been debugged..."). Try to only deinstall and install this one again. I didn't reinstall any of the extensions you've listed and it worked after this one. |
install pre version python debugger really work! |
@Bitsqueezer2025 |
Today, after update VS Code and a few extensions, I started getting this error after Blender launches, it then gets frozen and not much happens.
connect ECONNREFUSED 127.0.0.1:7908
This happened after updating VS Code and some extensions. I already tried downgrading VS Code and Python & Python Debugger but it's still hapenning.
ms-python.debugpy Version 2024.14.0 (after downgrading)
ms-python.python Version 2025.0.0 (after downgrading)
VS Code version 1.97.2 (after downgrading)
Log:
The text was updated successfully, but these errors were encountered: