markolofsen / metaeditor

The Pixel Streaming library for ReactJS facilitates the integration of Unreal Engine v.5 into a web browser. It enables the transmission of commands and receipt of callbacks from the stream server once Unreal Engine is launched.
https://metaeditor.io
MIT License
118 stars 29 forks source link

Infinte Logging errors while pixel-streaming is on #46

Open CreatoonAuraML opened 1 year ago

CreatoonAuraML commented 1 year ago

Describe the bug Whenever pixel streaming is on (means streaming is active from unreal to browser), an error is coming inside browser console and it actually occurs when there is a log in the console and error occurrence count increases per second.

I am attaching error screenshot below.

metaeditor_issue

To Reproduce Steps to reproduce the behavior:

  1. cd metaeditor
  2. yarn dev
  3. connect to pixel streaming
  4. open console and see errors.
markolofsen commented 1 year ago

@CreatoonAuraML What version of Unreal Engine are you using?

CreatoonAuraML commented 1 year ago

We are using 1) Unreal Engine - 5.1 2) pixel-streaming - 4.2.50

CreatoonAuraML commented 1 year ago

@markolofsen Hey can you please suggest some fix for it.