Open Epilol opened 2 years ago
I fixed the warning about already connected by just removing the connect node in the blueprint (connect was being called twice). I'm still not sure what is causing the assert.
The issue seems what I'm noticing on the server cmd:
Exception in thread Thread-4: Traceback (most recent call last): File "threading.py", line 926, in _bootstrap_inner File "threading.py", line 870, in run File "site-packages\socketio\server.py", line 679, in _handle_event_internal File "site-packages\socketio\server.py", line 708, in _trigger_event File "mindmaker.py", line 340, in recieve KeyError: '_init_setup_model'
Aware of these compatibility issues with the latest Preview of UE5 – at least one person was able to make changes to the server.py and some of c++ files to get it working, I will be attempting to do the same shortly and push a new release.
thanks a lot! I will give it a shot as well, where is the server.py file located by the way? I couldn't find it
Still working on this, was able to get a new plugin compiled for UE5 but stuck on the same error you were getting, seems to be an issue with some of the python source files, socketio\server.py etc. Will give an update once I have something working
Is there an update on this issue? Running into same problem on UE 5.0 while trying to run MatchToSample
Hello, I'm trying to test the plugin on the examples map but the training doesn't start. I'm using UE5
when I press the play button nothing happens. This is what I read in the output log:
Debugging the code it seems the function emit gets called but, after that I'm kind of lost.
if I look at netstat in cmd the process seems connected to localhost port 3000 correctly.
Maybe I'm missing something simple. Are the examples supposed to work out of the box or do I have to change any parameter?