unknownskl / xbox-xcloud-player

Xbox-Xcloud-Player is a library that can connect to an xCloud / xHome stream using WebRTC and provides an API interface for controlling the stream.
153 stars 18 forks source link

Localhost:3000 giving a error #291

Closed ilixity closed 6 months ago

ilixity commented 6 months ago

When running the build and watch it shows me this error {"error":{"line":1,"column":43341,"sourceURL":"https://917aec57-767b-4ac8-9614-3e279bc54696-00-164b650a3z8qv.riker.replit.dev/dist/xCloudPlayer.min.js"}} And I can’t figure out what’s wrong. Is it just me? IMG_0731

unknownskl commented 6 months ago

What does the console say when you open the network debugging tools? Also check the network tab for the response.

ilixity commented 6 months ago

What does the console say when you open the network debugging tools? Also check the network tab for the response.

How do i open the network debugging tools?

unknownskl commented 6 months ago

Right mouse click on the white page and then select inspect element. A bar opens from the bottom or the side and from there you can click the console. If you are not familiar with web tools then this aint the right package for you, you probably want to check out greenlight instead.

ilixity commented 6 months ago

Right mouse click on the white page and then select inspect element. A bar opens from the bottom or the side and from there you can click the console. If you are not familiar with web tools then this aint the right package for you, you probably want to check out greenlight instead.

Okay I’m gonna go check that out. Thank you