UXDivers / Gorilla-Player-Support

This is the public Gorilla Player support website
http://gorillaplayer.com
115 stars 17 forks source link

Gorilla Embedded player XHR poll error #256

Closed devp2017 closed 6 years ago

devp2017 commented 7 years ago

When launching my application using the embedded gorilla player:

If anyone can help me please

khadeeja-alif commented 7 years ago

I'm getting the same error :/

LeoHere commented 7 years ago

@khadeeja-alif after some digging the issue seems to happen once you update Gorilla SDK dependencies to the latest version (e.g. SocketIOClientDotNet, EngineIoClientDotNet). Did you update those dependencies?

We are still working on figuring out why this is happening.

iemanuel commented 7 years ago

i can confirm after nugget updates the same error. (reason: xhr poll error)

pYThMik commented 7 years ago

I have the same problem. I have indeed updated all my packages. SocketIOClientDotNet 1.0.3 EngineIoClientDotNet 1.0.3

I just tried to downgrade those two dependencies to version 0.9.13 and 0.9.22 respectively. It doesn't help.

rizaanlakay commented 7 years ago

I'm getting the same issues :( Anyone find a solution yet?

LeoHere commented 7 years ago

@rizaanlakay if you downgrade to these versions:

Which are the versions used in Gorilla 1.1.0.4, it should work fine.

rizaanlakay commented 7 years ago

@LeoHere Awesome. Thanks for the assistance. Worked like a charm.

leemorris commented 7 years ago

I received the same error after upgrading several nuget packages. Downgrading the 3 that LeoHere mentioned did not resolve. I also needed to downgrade System.Net.Sockets to version 4.1.0 to resolve error.

pYThMik commented 6 years ago

Gorrila SDK 1.2.0 depends on newer versions of these 3 packages. Can we update them safely now ?

LeoHere commented 6 years ago

@pYThMik Yes.

This is is fixed in 1.2. Closing the issue.