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

aiohttp.http_exceptions.BadStatusLine: 400 #14

Open
dragonbac opened this issue May 31, 2022 · 0 comments
Open

aiohttp.http_exceptions.BadStatusLine: 400 #14

dragonbac opened this issue May 31, 2022 · 0 comments

Comments

@dragonbac
Copy link

Hi,

I am trying to get this working with UE 5.02 and am getting this error:

BadStatusLine

It seems to generates this error as soon as I play the UE editor with an actor that has a MachineLearningRemote component.

My requirements file for my ml-remote-server has the following:

python-socketio==4.3.1
aiohttp==3.7.4
tensorflow==2.4.1

I've tried using my UE4 requirements which is:

python-socketio==4.2.1
aiohttp==3.6.1
tensorflow==2.4.1

What I found was that the UE4 didn't have any functional errors and I got a valid result back. However when using UE5, it gave me the same aiohttp.http_exceptions.BadStatusLine: 400 error.

I am using the v0.7.0 for UE 5.0 with v2.1.1 Release for UE5.0.

I didn't follow the advice mentioned in #12 because I was getting his their error when using v2.3.0 Release for UE5.0 but this might be related.

Is there something I am missing here that I could try or is there a bug here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant