Support threads, fixes, and FAQs.

Unreal Engine Plugin cant connect UE4

Last activity: 3/19/2025, 10:37:49 PMJoin the discussion →
Original post
I cant seem to get an API connection using the Unreal plugin on Version 4.27.2 My API key works using Unity however using the plugin from https://github.com/HypeRate/HypeRateUE and following the example given my API never seems to connect it always returns 80 The only error I managed to receive was` LogWebSockets: Warning: Lws(Warning): lws_client_handshake: got bad HTTP response '403' LogTemp: [HYPERATE::DEV] OnConnectionError HS: ws upgrade response not 101` I am using internal-testing for my topic ID and the UE4 first person example for my player blueprint
Community Member11/19/2023, 1:45:46 PM
The 403 is only returned when the API key is not correct - can you please check for trailing spaces to ensure that it matches 1:1?
Community Member11/19/2023, 6:21:27 PM
<@292022509380042752> maybe there is a copy and paste error - we also got this feedback often for the unity plugin 😦
Community Member11/21/2023, 2:52:56 PM
Thanks for the advice, I have now tried inputting the code manually and still it returns the same error
Community Member11/22/2023, 10:54:03 AM
I managed to fix the issue, when I recompiled the uproject to work with UE5 the API managed to connect
Community Member11/22/2023, 10:54:34 AM
great news!
Community Member3/19/2025, 1:00:58 PM
I know this is an old thread, but would you mind telling me how you managed to get the plugin to work with UE5 as it keeps throwing errors back? Many thanks
Community Member3/19/2025, 2:15:57 PM
It's been a while, I remember a forum post about recompiling UE4 plugins to UE5 you had to load them in visual studio or something and change the target version in a text file I think. Try looking up converting UE4 plugins to UE5
Community Member3/19/2025, 10:37:49 PM
Ok great thank you for responding
Cookie preferences