EpicGamesExt / BlenderTools

Blender addons that improve the game development workflow between Blender and Unreal.
https://epicgamesext.github.io/BlenderTools/
MIT License
2.76k stars 49 forks source link

Send to Unreal - How To Stop "No Unreal Editor Connection" Error #580

Closed WindsweptWyvern closed 1 year ago

WindsweptWyvern commented 1 year ago

Hello, I'm having the worst luck with getting the addon to work. After days of trying to troubleshoot I thought I'd ask here before accepting my fate.

Whenever I try to push an asset or add a folder path to the export settings I receive an error saying there is no connection to the unreal editor. Trying to push an asset will freeze blender for a second but ultimately do nothing.

Unreal Version: 5.1.1 Pugin Version: 2.3.1 Blender Version: 3.3

I have the following settings in Unreal Engine:

I've tried the following plugin versions:

I've also tried the following troubleshoot methods:

Any ideas?

james-baber commented 1 year ago

Can you add REMOTE_EXECUTION_SHOW_PYTHON=1 SEND2UE_DEV=1

To your system environment variables and then shutdown blender and relaunch and retry and paste the blender output when you run the push assets op here?

Also another thing to try would be run this in the unreal python console after you have tried running the push assets op from blender.

import threading
from pprint import pprint
pprint([thread.name for thread in threading.enumerate()])

And paste the output here

WindsweptWyvern commented 1 year ago

Sure thing. I was able to get a very lengthy log of failed connection attempts after adding the variables. I just gave them a letter Value.

I also tried the unreal python console after pushing but only received this: LogPython: ['MainThread']

Here is the blender log:

Remote Execution bootstrap_unreal_with_rpc_server(kwargs={ "bpy": "module", "rpc_response_timeout": 60, "dependencies_path": "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies" }) 1 try: 2 import sys 3 import os 4 import threading 5 for thread in threading.enumerate(): 6 if thread.name =="UnrealRPCServer": 7 thread.kill() 8 os.environ["RPC_TIME_OUT"] = "60" 9 sys.path.append(r"C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies") 10 from rpc import unreal_server 11 rpc_server = unreal_server.RPCServer() 12 rpc_server.start(threaded=True) 13 except Exception as error: 14 print(error)

Traceback (most recent call last): File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 136, in run_unreal_python_commands raise ConnectionError("Could not find an open Unreal Editor instance!") ConnectionError: Could not find an open Unreal Editor instance!

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 133, in run_unreal_python_commands run_unreal_python_commands(remote_exec, commands, failed_connection_attempts + 1) File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 140, in run_unreal_python_commands raise ConnectionError("Could not find an open Unreal Editor instance!") ConnectionError: Could not find an open Unreal Editor instance!

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 133, in run_unreal_python_commands run_unreal_python_commands(remote_exec, commands, failed_connection_attempts + 1) File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 140, in run_unreal_python_commands raise ConnectionError("Could not find an open Unreal Editor instance!") ConnectionError: Could not find an open Unreal Editor instance!

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 133, in run_unreal_python_commands run_unreal_python_commands(remote_exec, commands, failed_connection_attempts + 1) File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 140, in run_unreal_python_commands raise ConnectionError("Could not find an open Unreal Editor instance!") ConnectionError: Could not find an open Unreal Editor instance!

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 133, in run_unreal_python_commands run_unreal_python_commands(remote_exec, commands, failed_connection_attempts + 1) File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 140, in run_unreal_python_commands raise ConnectionError("Could not find an open Unreal Editor instance!") ConnectionError: Could not find an open Unreal Editor instance!

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 133, in run_unreal_python_commands run_unreal_python_commands(remote_exec, commands, failed_connection_attempts + 1) File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 140, in run_unreal_python_commands raise ConnectionError("Could not find an open Unreal Editor instance!") ConnectionError: Could not find an open Unreal Editor instance!

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 133, in run_unreal_python_commands run_unreal_python_commands(remote_exec, commands, failed_connection_attempts + 1) File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 140, in run_unreal_python_commands raise ConnectionError("Could not find an open Unreal Editor instance!") ConnectionError: Could not find an open Unreal Editor instance!

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 133, in run_unreal_python_commands run_unreal_python_commands(remote_exec, commands, failed_connection_attempts + 1) File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 140, in run_unreal_python_commands raise ConnectionError("Could not find an open Unreal Editor instance!") ConnectionError: Could not find an open Unreal Editor instance!

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 133, in run_unreal_python_commands run_unreal_python_commands(remote_exec, commands, failed_connection_attempts + 1) File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 140, in run_unreal_python_commands raise ConnectionError("Could not find an open Unreal Editor instance!") ConnectionError: Could not find an open Unreal Editor instance!

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 133, in run_unreal_python_commands run_unreal_python_commands(remote_exec, commands, failed_connection_attempts + 1) File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 140, in run_unreal_python_commands raise ConnectionError("Could not find an open Unreal Editor instance!") ConnectionError: Could not find an open Unreal Editor instance!

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 133, in run_unreal_python_commands run_unreal_python_commands(remote_exec, commands, failed_connection_attempts + 1) File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 140, in run_unreal_python_commands raise ConnectionError("Could not find an open Unreal Editor instance!") ConnectionError: Could not find an open Unreal Editor instance!

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 133, in run_unreal_python_commands run_unreal_python_commands(remote_exec, commands, failed_connection_attempts + 1) File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 140, in run_unreal_python_commands raise ConnectionError("Could not find an open Unreal Editor instance!") ConnectionError: Could not find an open Unreal Editor instance!

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 133, in run_unreal_python_commands run_unreal_python_commands(remote_exec, commands, failed_connection_attempts + 1) File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 140, in run_unreal_python_commands raise ConnectionError("Could not find an open Unreal Editor instance!") ConnectionError: Could not find an open Unreal Editor instance!

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 133, in run_unreal_python_commands run_unreal_python_commands(remote_exec, commands, failed_connection_attempts + 1) File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 140, in run_unreal_python_commands raise ConnectionError("Could not find an open Unreal Editor instance!") ConnectionError: Could not find an open Unreal Editor instance!

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 133, in run_unreal_python_commands run_unreal_python_commands(remote_exec, commands, failed_connection_attempts + 1) File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 140, in run_unreal_python_commands raise ConnectionError("Could not find an open Unreal Editor instance!") ConnectionError: Could not find an open Unreal Editor instance!

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 133, in run_unreal_python_commands run_unreal_python_commands(remote_exec, commands, failed_connection_attempts + 1) File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 140, in run_unreal_python_commands raise ConnectionError("Could not find an open Unreal Editor instance!") ConnectionError: Could not find an open Unreal Editor instance!

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 133, in run_unreal_python_commands run_unreal_python_commands(remote_exec, commands, failed_connection_attempts + 1) File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 140, in run_unreal_python_commands raise ConnectionError("Could not find an open Unreal Editor instance!") ConnectionError: Could not find an open Unreal Editor instance!

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 133, in run_unreal_python_commands run_unreal_python_commands(remote_exec, commands, failed_connection_attempts + 1) File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 140, in run_unreal_python_commands raise ConnectionError("Could not find an open Unreal Editor instance!") ConnectionError: Could not find an open Unreal Editor instance!

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 133, in run_unreal_python_commands run_unreal_python_commands(remote_exec, commands, failed_connection_attempts + 1) File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 140, in run_unreal_python_commands raise ConnectionError("Could not find an open Unreal Editor instance!") ConnectionError: Could not find an open Unreal Editor instance!

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 133, in run_unreal_python_commands run_unreal_python_commands(remote_exec, commands, failed_connection_attempts + 1) File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 140, in run_unreal_python_commands raise ConnectionError("Could not find an open Unreal Editor instance!") ConnectionError: Could not find an open Unreal Editor instance!

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 133, in run_unreal_python_commands run_unreal_python_commands(remote_exec, commands, failed_connection_attempts + 1) File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 140, in run_unreal_python_commands raise ConnectionError("Could not find an open Unreal Editor instance!") ConnectionError: Could not find an open Unreal Editor instance!

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 133, in run_unreal_python_commands run_unreal_python_commands(remote_exec, commands, failed_connection_attempts + 1) File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 140, in run_unreal_python_commands raise ConnectionError("Could not find an open Unreal Editor instance!") ConnectionError: Could not find an open Unreal Editor instance!

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 133, in run_unreal_python_commands run_unreal_python_commands(remote_exec, commands, failed_connection_attempts + 1) File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 140, in run_unreal_python_commands raise ConnectionError("Could not find an open Unreal Editor instance!") ConnectionError: Could not find an open Unreal Editor instance!

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 133, in run_unreal_python_commands run_unreal_python_commands(remote_exec, commands, failed_connection_attempts + 1) File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 140, in run_unreal_python_commands raise ConnectionError("Could not find an open Unreal Editor instance!") ConnectionError: Could not find an open Unreal Editor instance!

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 133, in run_unreal_python_commands run_unreal_python_commands(remote_exec, commands, failed_connection_attempts + 1) File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 140, in run_unreal_python_commands raise ConnectionError("Could not find an open Unreal Editor instance!") ConnectionError: Could not find an open Unreal Editor instance!

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 133, in run_unreal_python_commands run_unreal_python_commands(remote_exec, commands, failed_connection_attempts + 1) File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 140, in run_unreal_python_commands raise ConnectionError("Could not find an open Unreal Editor instance!") ConnectionError: Could not find an open Unreal Editor instance!

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 133, in run_unreal_python_commands run_unreal_python_commands(remote_exec, commands, failed_connection_attempts + 1) File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 140, in run_unreal_python_commands raise ConnectionError("Could not find an open Unreal Editor instance!") ConnectionError: Could not find an open Unreal Editor instance!

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 133, in run_unreal_python_commands run_unreal_python_commands(remote_exec, commands, failed_connection_attempts + 1) File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 140, in run_unreal_python_commands raise ConnectionError("Could not find an open Unreal Editor instance!") ConnectionError: Could not find an open Unreal Editor instance!

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 133, in run_unreal_python_commands run_unreal_python_commands(remote_exec, commands, failed_connection_attempts + 1) File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 140, in run_unreal_python_commands raise ConnectionError("Could not find an open Unreal Editor instance!") ConnectionError: Could not find an open Unreal Editor instance!

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 133, in run_unreal_python_commands run_unreal_python_commands(remote_exec, commands, failed_connection_attempts + 1) File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 140, in run_unreal_python_commands raise ConnectionError("Could not find an open Unreal Editor instance!") ConnectionError: Could not find an open Unreal Editor instance!

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 133, in run_unreal_python_commands run_unreal_python_commands(remote_exec, commands, failed_connection_attempts + 1) File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 140, in run_unreal_python_commands raise ConnectionError("Could not find an open Unreal Editor instance!") ConnectionError: Could not find an open Unreal Editor instance!

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 133, in run_unreal_python_commands run_unreal_python_commands(remote_exec, commands, failed_connection_attempts + 1) File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 140, in run_unreal_python_commands raise ConnectionError("Could not find an open Unreal Editor instance!") ConnectionError: Could not find an open Unreal Editor instance!

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 133, in run_unreal_python_commands run_unreal_python_commands(remote_exec, commands, failed_connection_attempts + 1) File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 140, in run_unreal_python_commands raise ConnectionError("Could not find an open Unreal Editor instance!") ConnectionError: Could not find an open Unreal Editor instance!

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 133, in run_unreal_python_commands run_unreal_python_commands(remote_exec, commands, failed_connection_attempts + 1) File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 140, in run_unreal_python_commands raise ConnectionError("Could not find an open Unreal Editor instance!") ConnectionError: Could not find an open Unreal Editor instance!

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 133, in run_unreal_python_commands run_unreal_python_commands(remote_exec, commands, failed_connection_attempts + 1) File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 140, in run_unreal_python_commands raise ConnectionError("Could not find an open Unreal Editor instance!") ConnectionError: Could not find an open Unreal Editor instance!

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 133, in run_unreal_python_commands run_unreal_python_commands(remote_exec, commands, failed_connection_attempts + 1) File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 140, in run_unreal_python_commands raise ConnectionError("Could not find an open Unreal Editor instance!") ConnectionError: Could not find an open Unreal Editor instance!

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 133, in run_unreal_python_commands run_unreal_python_commands(remote_exec, commands, failed_connection_attempts + 1) File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 140, in run_unreal_python_commands raise ConnectionError("Could not find an open Unreal Editor instance!") ConnectionError: Could not find an open Unreal Editor instance!

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 133, in run_unreal_python_commands run_unreal_python_commands(remote_exec, commands, failed_connection_attempts + 1) File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 140, in run_unreal_python_commands raise ConnectionError("Could not find an open Unreal Editor instance!") ConnectionError: Could not find an open Unreal Editor instance!

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 133, in run_unreal_python_commands run_unreal_python_commands(remote_exec, commands, failed_connection_attempts + 1) File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 140, in run_unreal_python_commands raise ConnectionError("Could not find an open Unreal Editor instance!") ConnectionError: Could not find an open Unreal Editor instance!

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 133, in run_unreal_python_commands run_unreal_python_commands(remote_exec, commands, failed_connection_attempts + 1) File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 140, in run_unreal_python_commands raise ConnectionError("Could not find an open Unreal Editor instance!") ConnectionError: Could not find an open Unreal Editor instance!

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 133, in run_unreal_python_commands run_unreal_python_commands(remote_exec, commands, failed_connection_attempts + 1) File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 140, in run_unreal_python_commands raise ConnectionError("Could not find an open Unreal Editor instance!") ConnectionError: Could not find an open Unreal Editor instance!

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 133, in run_unreal_python_commands run_unreal_python_commands(remote_exec, commands, failed_connection_attempts + 1) File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 140, in run_unreal_python_commands raise ConnectionError("Could not find an open Unreal Editor instance!") ConnectionError: Could not find an open Unreal Editor instance!

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 133, in run_unreal_python_commands run_unreal_python_commands(remote_exec, commands, failed_connection_attempts + 1) File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 140, in run_unreal_python_commands raise ConnectionError("Could not find an open Unreal Editor instance!") ConnectionError: Could not find an open Unreal Editor instance!

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 133, in run_unreal_python_commands run_unreal_python_commands(remote_exec, commands, failed_connection_attempts + 1) File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 140, in run_unreal_python_commands raise ConnectionError("Could not find an open Unreal Editor instance!") ConnectionError: Could not find an open Unreal Editor instance!

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 133, in run_unreal_python_commands run_unreal_python_commands(remote_exec, commands, failed_connection_attempts + 1) File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 140, in run_unreal_python_commands raise ConnectionError("Could not find an open Unreal Editor instance!") ConnectionError: Could not find an open Unreal Editor instance!

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 133, in run_unreal_python_commands run_unreal_python_commands(remote_exec, commands, failed_connection_attempts + 1) File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 140, in run_unreal_python_commands raise ConnectionError("Could not find an open Unreal Editor instance!") ConnectionError: Could not find an open Unreal Editor instance!

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 133, in run_unreal_python_commands run_unreal_python_commands(remote_exec, commands, failed_connection_attempts + 1) File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 140, in run_unreal_python_commands raise ConnectionError("Could not find an open Unreal Editor instance!") ConnectionError: Could not find an open Unreal Editor instance!

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 133, in run_unreal_python_commands run_unreal_python_commands(remote_exec, commands, failed_connection_attempts + 1) File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 140, in run_unreal_python_commands raise ConnectionError("Could not find an open Unreal Editor instance!") ConnectionError: Could not find an open Unreal Editor instance!

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 133, in run_unreal_python_commands run_unreal_python_commands(remote_exec, commands, failed_connection_attempts + 1) File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 140, in run_unreal_python_commands raise ConnectionError("Could not find an open Unreal Editor instance!") ConnectionError: Could not find an open Unreal Editor instance!

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 133, in run_unreal_python_commands run_unreal_python_commands(remote_exec, commands, failed_connection_attempts + 1) File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 140, in run_unreal_python_commands raise ConnectionError("Could not find an open Unreal Editor instance!") ConnectionError: Could not find an open Unreal Editor instance!

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 133, in run_unreal_python_commands run_unreal_python_commands(remote_exec, commands, failed_connection_attempts + 1) File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 140, in run_unreal_python_commands raise ConnectionError("Could not find an open Unreal Editor instance!") ConnectionError: Could not find an open Unreal Editor instance!

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\core\utilities.py", line 798, in is_unreal_connected unreal.bootstrap_unreal_with_rpc_server() File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 193, in bootstrap_unreal_with_rpc_server result = run_commands( File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 164, in run_commands return run_unreal_python_commands(remote_exec, commands) File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 140, in run_unreal_python_commands raise ConnectionError("Could not find an open Unreal Editor instance!") ConnectionError: Could not find an open Unreal Editor instance!

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\operators.py", line 88, in invoke if utilities.is_unreal_connected(): File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\core\utilities.py", line 801, in is_unreal_connected report_error('Could not find an open Unreal Editor instance!', raise_exception=False) File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\core\utilities.py", line 1132, in report_error raise RuntimeError(message + details) RuntimeError: Could not find an open Unreal Editor instance! Error: Python: Traceback (most recent call last): File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 136, in run_unreal_python_commands raise ConnectionError("Could not find an open Unreal Editor instance!") ConnectionError: Could not find an open Unreal Editor instance!

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 133, in run_unreal_python_commands run_unreal_python_commands(remote_exec, commands, failed_connection_attempts + 1) File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 140, in run_unreal_python_commands raise ConnectionError("Could not find an open Unreal Editor instance!") ConnectionError: Could not find an open Unreal Editor instance!

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 133, in run_unreal_python_commands run_unreal_python_commands(remote_exec, commands, failed_connection_attempts + 1) File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 140, in run_unreal_python_commands raise ConnectionError("Could not find an open Unreal Editor instance!") ConnectionError: Could not find an open Unreal Editor instance!

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 133, in run_unreal_python_commands run_unreal_python_commands(remote_exec, commands, failed_connection_attempts + 1) File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 140, in run_unreal_python_commands raise ConnectionError("Could not find an open Unreal Editor instance!") ConnectionError: Could not find an open Unreal Editor instance!

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 133, in run_unreal_python_commands run_unreal_python_commands(remote_exec, commands, failed_connection_attempts + 1) File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 140, in run_unreal_python_commands raise ConnectionError("Could not find an open Unreal Editor instance!") ConnectionError: Could not find an open Unreal Editor instance!

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 133, in run_unreal_python_commands run_unreal_python_commands(remote_exec, commands, failed_connection_attempts + 1) File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 140, in run_unreal_python_commands raise ConnectionError("Could not find an open Unreal Editor instance!") ConnectionError: Could not find an open Unreal Editor instance!

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 133, in run_unreal_python_commands run_unreal_python_commands(remote_exec, commands, failed_connection_attempts + 1) File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 140, in run_unreal_python_commands raise ConnectionError("Could not find an open Unreal Editor instance!") ConnectionError: Could not find an open Unreal Editor instance!

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 133, in run_unreal_python_commands run_unreal_python_commands(remote_exec, commands, failed_connection_attempts + 1) File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 140, in run_unreal_python_commands raise ConnectionError("Could not find an open Unreal Editor instance!") ConnectionError: Could not find an open Unreal Editor instance!

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 133, in run_unreal_python_commands run_unreal_python_commands(remote_exec, commands, failed_connection_attempts + 1) File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 140, in run_unreal_python_commands raise ConnectionError("Could not find an open Unreal Editor instance!") ConnectionError: Could not find an open Unreal Editor instance!

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 133, in run_unreal_python_commands run_unreal_python_commands(remote_exec, commands, failed_connection_attempts + 1) File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 140, in run_unreal_python_commands raise ConnectionError("Could not find an open Unreal Editor instance!") ConnectionError: Could not find an open Unreal Editor instance!

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 133, in run_unreal_python_commands run_unreal_python_commands(remote_exec, commands, failed_connection_attempts + 1) File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 140, in run_unreal_python_commands raise ConnectionError("Could not find an open Unreal Editor instance!") ConnectionError: Could not find an open Unreal Editor instance!

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 133, in run_unreal_python_commands run_unreal_python_commands(remote_exec, commands, failed_connection_attempts + 1) File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 140, in run_unreal_python_commands raise ConnectionError("Could not find an open Unreal Editor instance!") ConnectionError: Could not find an open Unreal Editor instance!

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 133, in run_unreal_python_commands run_unreal_python_commands(remote_exec, commands, failed_connection_attempts + 1) File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 140, in run_unreal_python_commands raise ConnectionError("Could not find an open Unreal Editor instance!") ConnectionError: Could not find an open Unreal Editor instance!

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 133, in run_unreal_python_commands run_unreal_python_commands(remote_exec, commands, failed_connection_attempts + 1) File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 140, in run_unreal_python_commands raise ConnectionError("Could not find an open Unreal Editor instance!") ConnectionError: Could not find an open Unreal Editor instance!

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 133, in run_unreal_python_commands run_unreal_python_commands(remote_exec, commands, failed_connection_attempts + 1) File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 140, in run_unreal_python_commands raise ConnectionError("Could not find an open Unreal Editor instance!") ConnectionError: Could not find an open Unreal Editor instance!

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 133, in run_unreal_python_commands run_unreal_python_commands(remote_exec, commands, failed_connection_attempts + 1) File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 140, in run_unreal_python_commands raise ConnectionError("Could not find an open Unreal Editor instance!") ConnectionError: Could not find an open Unreal Editor instance!

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 133, in run_unreal_python_commands run_unreal_python_commands(remote_exec, commands, failed_connection_attempts + 1) File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 140, in run_unreal_python_commands raise ConnectionError("Could not find an open Unreal Editor instance!") ConnectionError: Could not find an open Unreal Editor instance!

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 133, in run_unreal_python_commands run_unreal_python_commands(remote_exec, commands, failed_connection_attempts + 1) File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 140, in run_unreal_python_commands raise ConnectionError("Could not find an open Unreal Editor instance!") ConnectionError: Could not find an open Unreal Editor instance!

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 133, in run_unreal_python_commands run_unreal_python_commands(remote_exec, commands, failed_connection_attempts + 1) File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 140, in run_unreal_python_commands raise ConnectionError("Could not find an open Unreal Editor instance!") ConnectionError: Could not find an open Unreal Editor instance!

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 133, in run_unreal_python_commands run_unreal_python_commands(remote_exec, commands, failed_connection_attempts + 1) File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 140, in run_unreal_python_commands raise ConnectionError("Could not find an open Unreal Editor instance!") ConnectionError: Could not find an open Unreal Editor instance!

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 133, in run_unreal_python_commands run_unreal_python_commands(remote_exec, commands, failed_connection_attempts + 1) File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 140, in run_unreal_python_commands raise ConnectionError("Could not find an open Unreal Editor instance!") ConnectionError: Could not find an open Unreal Editor instance!

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 133, in run_unreal_python_commands run_unreal_python_commands(remote_exec, commands, failed_connection_attempts + 1) File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 140, in run_unreal_python_commands raise ConnectionError("Could not find an open Unreal Editor instance!") ConnectionError: Could not find an open Unreal Editor instance!

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 133, in run_unreal_python_commands run_unreal_python_commands(remote_exec, commands, failed_connection_attempts + 1) File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 140, in run_unreal_python_commands raise ConnectionError("Could not find an open Unreal Editor instance!") ConnectionError: Could not find an open Unreal Editor instance!

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 133, in run_unreal_python_commands run_unreal_python_commands(remote_exec, commands, failed_connection_attempts + 1) File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 140, in run_unreal_python_commands raise ConnectionError("Could not find an open Unreal Editor instance!") ConnectionError: Could not find an open Unreal Editor instance!

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 133, in run_unreal_python_commands run_unreal_python_commands(remote_exec, commands, failed_connection_attempts + 1) File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 140, in run_unreal_python_commands raise ConnectionError("Could not find an open Unreal Editor instance!") ConnectionError: Could not find an open Unreal Editor instance!

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 133, in run_unreal_python_commands run_unreal_python_commands(remote_exec, commands, failed_connection_attempts + 1) File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 140, in run_unreal_python_commands raise ConnectionError("Could not find an open Unreal Editor instance!") ConnectionError: Could not find an open Unreal Editor instance!

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 133, in run_unreal_python_commands run_unreal_python_commands(remote_exec, commands, failed_connection_attempts + 1) File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 140, in run_unreal_python_commands raise ConnectionError("Could not find an open Unreal Editor instance!") ConnectionError: Could not find an open Unreal Editor instance!

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 133, in run_unreal_python_commands run_unreal_python_commands(remote_exec, commands, failed_connection_attempts + 1) File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 140, in run_unreal_python_commands raise ConnectionError("Could not find an open Unreal Editor instance!") ConnectionError: Could not find an open Unreal Editor instance!

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 133, in run_unreal_python_commands run_unreal_python_commands(remote_exec, commands, failed_connection_attempts + 1) File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 140, in run_unreal_python_commands raise ConnectionError("Could not find an open Unreal Editor instance!") ConnectionError: Could not find an open Unreal Editor instance!

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 133, in run_unreal_python_commands run_unreal_python_commands(remote_exec, commands, failed_connection_attempts + 1) File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 140, in run_unreal_python_commands raise ConnectionError("Could not find an open Unreal Editor instance!") ConnectionError: Could not find an open Unreal Editor instance!

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 133, in run_unreal_python_commands run_unreal_python_commands(remote_exec, commands, failed_connection_attempts + 1) File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 140, in run_unreal_python_commands raise ConnectionError("Could not find an open Unreal Editor instance!") ConnectionError: Could not find an open Unreal Editor instance!

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 133, in run_unreal_python_commands run_unreal_python_commands(remote_exec, commands, failed_connection_attempts + 1) File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 140, in run_unreal_python_commands raise ConnectionError("Could not find an open Unreal Editor instance!") ConnectionError: Could not find an open Unreal Editor instance!

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 133, in run_unreal_python_commands run_unreal_python_commands(remote_exec, commands, failed_connection_attempts + 1) File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 140, in run_unreal_python_commands raise ConnectionError("Could not find an open Unreal Editor instance!") ConnectionError: Could not find an open Unreal Editor instance!

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 133, in run_unreal_python_commands run_unreal_python_commands(remote_exec, commands, failed_connection_attempts + 1) File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 140, in run_unreal_python_commands raise ConnectionError("Could not find an open Unreal Editor instance!") ConnectionError: Could not find an open Unreal Editor instance!

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 133, in run_unreal_python_commands run_unreal_python_commands(remote_exec, commands, failed_connection_attempts + 1) File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 140, in run_unreal_python_commands raise ConnectionError("Could not find an open Unreal Editor instance!") ConnectionError: Could not find an open Unreal Editor instance!

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 133, in run_unreal_python_commands run_unreal_python_commands(remote_exec, commands, failed_connection_attempts + 1) File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 140, in run_unreal_python_commands raise ConnectionError("Could not find an open Unreal Editor instance!") ConnectionError: Could not find an open Unreal Editor instance!

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 133, in run_unreal_python_commands run_unreal_python_commands(remote_exec, commands, failed_connection_attempts + 1) File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 140, in run_unreal_python_commands raise ConnectionError("Could not find an open Unreal Editor instance!") ConnectionError: Could not find an open Unreal Editor instance!

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 133, in run_unreal_python_commands run_unreal_python_commands(remote_exec, commands, failed_connection_attempts + 1) File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 140, in run_unreal_python_commands raise ConnectionError("Could not find an open Unreal Editor instance!") ConnectionError: Could not find an open Unreal Editor instance!

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 133, in run_unreal_python_commands run_unreal_python_commands(remote_exec, commands, failed_connection_attempts + 1) File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 140, in run_unreal_python_commands raise ConnectionError("Could not find an open Unreal Editor instance!") ConnectionError: Could not find an open Unreal Editor instance!

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 133, in run_unreal_python_commands run_unreal_python_commands(remote_exec, commands, failed_connection_attempts + 1) File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 140, in run_unreal_python_commands raise ConnectionError("Could not find an open Unreal Editor instance!") ConnectionError: Could not find an open Unreal Editor instance!

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 133, in run_unreal_python_commands run_unreal_python_commands(remote_exec, commands, failed_connection_attempts + 1) File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 140, in run_unreal_python_commands raise ConnectionError("Could not find an open Unreal Editor instance!") ConnectionError: Could not find an open Unreal Editor instance!

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 133, in run_unreal_python_commands run_unreal_python_commands(remote_exec, commands, failed_connection_attempts + 1) File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 140, in run_unreal_python_commands raise ConnectionError("Could not find an open Unreal Editor instance!") ConnectionError: Could not find an open Unreal Editor instance!

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 133, in run_unreal_python_commands run_unreal_python_commands(remote_exec, commands, failed_connection_attempts + 1) File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 140, in run_unreal_python_commands raise ConnectionError("Could not find an open Unreal Editor instance!") ConnectionError: Could not find an open Unreal Editor instance!

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 133, in run_unreal_python_commands run_unreal_python_commands(remote_exec, commands, failed_connection_attempts + 1) File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 140, in run_unreal_python_commands raise ConnectionError("Could not find an open Unreal Editor instance!") ConnectionError: Could not find an open Unreal Editor instance!

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 133, in run_unreal_python_commands run_unreal_python_commands(remote_exec, commands, failed_connection_attempts + 1) File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 140, in run_unreal_python_commands raise ConnectionError("Could not find an open Unreal Editor instance!") ConnectionError: Could not find an open Unreal Editor instance!

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 133, in run_unreal_python_commands run_unreal_python_commands(remote_exec, commands, failed_connection_attempts + 1) File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 140, in run_unreal_python_commands raise ConnectionError("Could not find an open Unreal Editor instance!") ConnectionError: Could not find an open Unreal Editor instance!

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 133, in run_unreal_python_commands run_unreal_python_commands(remote_exec, commands, failed_connection_attempts + 1) File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 140, in run_unreal_python_commands raise ConnectionError("Could not find an open Unreal Editor instance!") ConnectionError: Could not find an open Unreal Editor instance!

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 133, in run_unreal_python_commands run_unreal_python_commands(remote_exec, commands, failed_connection_attempts + 1) File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 140, in run_unreal_python_commands raise ConnectionError("Could not find an open Unreal Editor instance!") ConnectionError: Could not find an open Unreal Editor instance!

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 133, in run_unreal_python_commands run_unreal_python_commands(remote_exec, commands, failed_connection_attempts + 1) File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 140, in run_unreal_python_commands raise ConnectionError("Could not find an open Unreal Editor instance!") ConnectionError: Could not find an open Unreal Editor instance!

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 133, in run_unreal_python_commands run_unreal_python_commands(remote_exec, commands, failed_connection_attempts + 1) File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 140, in run_unreal_python_commands raise ConnectionError("Could not find an open Unreal Editor instance!") ConnectionError: Could not find an open Unreal Editor instance!

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 133, in run_unreal_python_commands run_unreal_python_commands(remote_exec, commands, failed_connection_attempts + 1) File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 140, in run_unreal_python_commands raise ConnectionError("Could not find an open Unreal Editor instance!") ConnectionError: Could not find an open Unreal Editor instance!

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\core\utilities.py", line 798, in is_unreal_connected unreal.bootstrap_unreal_with_rpc_server() File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 193, in bootstrap_unreal_with_rpc_server result = run_commands( File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 164, in run_commands return run_unreal_python_commands(remote_exec, commands) File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies\unreal.py", line 140, in run_unreal_python_commands raise ConnectionError("Could not find an open Unreal Editor instance!") ConnectionError: Could not find an open Unreal Editor instance!

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\operators.py", line 88, in invoke if utilities.is_unreal_connected(): File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\core\utilities.py", line 801, in is_unreal_connected report_error('Could not find an open Unreal Editor instance!', raise_exception=False) File "C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\core\utilities.py", line 1132, in report_error raise RuntimeError(message + details) RuntimeError: Could not find an open Unreal Editor instance!

james-baber commented 1 year ago

Can you paste this in the unreal python console?

import sys
import os
import threading
for thread in threading.enumerate():
    if thread.name =="UnrealRPCServer":
        thread.kill()
os.environ["RPC_TIME_OUT"] = "60"
sys.path.append(r"C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies")
from rpc import unreal_server
rpc_server = unreal_server.RPCServer()
rpc_server.start(threaded=True)

This should start the server on port 9998 (check with netstat)

Also verify the server thread is running running by looking for "UnrealRPCServer" when running this in unreal python console.

import threading
from pprint import pprint
pprint([thread.name for thread in threading.enumerate()])

If both those look good then try runing the tool from blender. (use 2.3.1 of addon btw if not already)

WindsweptWyvern commented 1 year ago

It worked! Thanks so much for your help. It's good to find a resolution after a few days of trying to figure it out.

james-baber commented 1 year ago

Ok cool, yea once your project is shutdown youll need to run the snippet again to start the rpc server. That initial snippet to start the server should be happening automatically across port 6766, so I dont know why that is not working for you.

If this persist you can create a init_unreal.py with the code to start the server for you, and then you wont need the remote execution option from the python plugin

Fywer2 commented 1 year ago

Hi, im having the same issue but when i do the code that worked for WindsweptWyvern i get: LogPython: Error: Traceback (most recent call last): LogPython: Error: File "string>", line 9, in module> LogPython: Error: ModuleNotFoundError: No module named 'rpc'

james-baber commented 1 year ago

This path needs to match where your folder is

sys.path.append(r"C:\Users\Owner\AppData\Roaming\Blender Foundation\Blender\3.3\scripts\addons\send2ue\dependencies")

Are you using a blender installed from blender.org?