thomas-villagers / domoticz-yamaha

Python plugin for Domoticz to control Yamaha AV Receivers (Aventage Series) via TCP/IP
GNU General Public License v3.0
17 stars 10 forks source link

Error: (Ampli RX-840): Async Read Exception (xx.xx.xx.xx:50000): 104, Connection reset by peer #36

Open jluc2808 opened 5 years ago

jluc2808 commented 5 years ago

hello, since a while (i don't remember when) i get an error with my yamaha connection: Error: (Ampli RX-840): Async Read Exception (xx.xx.xx.xx:50000): 104, Connection reset by peer

i checked the address to connect manually to my yamaha receiver and find that default port : 50000 is not already alive.

The default port is now : 80

changing the port to 80 disable the error message.

jluc2808 commented 5 years ago

need to reset to port 50000 because the port 80 is only with interactive GUI. then the error is still there : Error: (Ampli RX-840): Async Read Exception (xx.xx.xx.xx:50000): 104, Connection reset by peer

any idea ?

rirethy commented 4 years ago

Same issue here : 2019-12-01 22:45:49.853 Error: (Ampli): Async Read Exception (xx.xx.xx.xx:50000): 104, Connection reset by peer 2019-12-01 22:46:08.839 Error: Ampli hardware (24) thread seems to have ended unexpectedly 2019-12-01 22:47:43.196 Error: (Ampli): Async Read Exception (xx.xx.xx.xx:50000): 104, Connection reset by peer 2019-12-01 22:49:25.026 Error: Ampli hardware (24) thread seems to have ended unexpectedly 2019-12-01 22:50:51.566 Error: (Ampli): Async Read Exception (xx.xx.xx.xx:50000): 104, Connection reset by peer

And so on.....

These are he only errors I got in Domoticz. Latest beta version of domoticz, and python 3.7.3

But, at the moment, I found no fix for that.

albebert commented 3 years ago

same here.

on my production domoticz (latest beta on a pi2 raspbian x32) it works.

on my upgrade testing domoticz (latest beta on pi 4 raspbian x64) : the error (same on debian x64)

tried with plugin version that work on my production domoticz : no luck .

an issue with x64 version ?

edit : not a x64 os problem, just tested on a fresh domoticz install on raspbian no luck

pitchoun38 commented 3 years ago

As the plugin didn't have any changes, I suspect a potential issue due to Domoticz changes ...

Basically the plugin is opening a TCP/IP connection in Mode Line.

Did they changed anything there , that could be possible. The error reported is a Domoticz error and not a plugin one. I suggest that you report it to the Domoticz side, may be others plugin get this error too.

albebert commented 3 years ago

but why it's work on my "old" domoticz instance (same beta build on both) this is very strange.