Error: Errno 10054

Thanks for the updates and looking into the issue :slight_smile:

Internet research seems to indicate, that the given error (10054) in windows is kind of a collective error for nearly everything that might go wrong on the socket interface...

Based on this, it is extremely difficult to debug - especially without a windows system :-D

Anyway, I do have a couple of ideas that I will implement in code in the coming days, stay tuned!

Okay we will stay tuned and update you guys when it's solved for us.

Hey... in the other tread we are just testing to increase the DNS receiver buffer.

Would you please double check those changes, if they help with this issue as well?

In DNSServer, increase the reply buffer from the DNS master... more details over there: -> http://forums.plexapp.com/index.php/topic/70693-error-screenshot/?p=411277

Thanks!

Hey... in the other tread we are just testing to increase the DNS receiver buffer.

Would you please double check those changes, if they help with this issue as well?

In DNSServer, increase the reply buffer from the DNS master... more details over there: -> http://forums.plexapp.com/index.php/topic/70693-error-screenshot/?p=411277

Thanks!

Okay have amended the file, will let you know how it goes. 

I grabbed the pastebin file yesterday and it appears to have resolved my recurring issue - today is the first day I haven't needed to restart PlexConnect on first viewing.

Strange... the pastebin version didn't help a lot of others...

Hey... in the other tread we are just testing to increase the DNS receiver buffer.

Would you please double check those changes, if they help with this issue as well?

In DNSServer, increase the reply buffer from the DNS master... more details over there: -> http://forums.plexapp.com/index.php/topic/70693-error-screenshot/?p=411277

Thanks!

I will try this out. I will report back tomorrow.

it didn't solve the problem. Still have the same error.

Solved my issue… Ta

Strange... the pastebin version didn't help a lot of others...

I stand corrected, it did seem to make it last longer, but last night Netflix crashed on me mid-show and I checked the console to find a fresh 10054.

it didn't solve the problem. Still have the same error.

Ok, I had another look at your error screenshot. From the line failing, it seems to be the "incoming" DNS request part - i.e. the area where DNSServer waits for new aTV requests.

Strange thing is... I have NEVER ever seen aTV requests close to 1024 bytes.

Also, "keyvalueservice" doesn't seem to be an aTV generated request.

Question: Is you machine easily reachable from the internet outside?

Please try to increase buffer size for the aTV requests... currently line 166:

data, addr = DNS.recvfrom(4096)

Ok, I had another look at your error screenshot. From the line failing, it seems to be the "incoming" DNS request part - i.e. the area where DNSServer waits for new aTV requests.

Strange thing is... I have NEVER ever seen aTV requests close to 1024 bytes.

Also, "keyvalueservice" doesn't seem to be an aTV generated request.

Question: Is you machine easily reachable from the internet outside?

Please try to increase buffer size for the aTV requests... currently line 166:

data, addr = DNS.recvfrom(4096)

No its not reachable from the outside.

I shall edit the line you said and report back to you.

error still coming back. Is there not a way if this error occurs that the program automatically restarts?

Just to chime in, I'm getting the same error on WHS v1

>> Is there not a way if this error occurs that the program automatically restarts?

We could just catch the exception, but that wouldn't solve the issue... Let me think over it, I might need you to run a specially equipped "debug" version.

Getting this consistently happening trying to stream the NBA right now.  Won't last 5 mins before I have to relaunch. WHS2011.

Getting this consistently happening trying to stream the NBA right now.  Won't last 5 mins before I have to relaunch. WHS2011.


Are you trying to do this through a PMS channel?

Are you trying to do this through a PMS channel?

No.  I'm just using the NBA app on the Apple TV with International League Pass from NBA.TV.

With the latest update it's solved for me. I still get the error but the ATV reconnects automatically and i don't have to restart plexconnect.

So many thnx.

With the latest update it's solved for me. I still get the error but the ATV reconnects automatically and i don't have to restart plexconnect.

So many thnx.

Can I ask what latest update you are referring to?