Author Topic: ReceiveData failed error  (Read 3473 times)

Esperanto

  • Guru
  • ****
  • Posts: 281
    • View Profile
ReceiveData failed error
« on: September 08, 2017, 10:04:08 am »
Anyone knows how to fix this? I get the pop up for the HD all the time. Does not matter if I ignore it or add it as a HDD.

Code: [Select]
07      09/08/17 9:30:02.657            Event #65 has no handlers <0x7fd3a77be700>
07      09/08/17 9:30:02.657            Received Message from 1 (^[[36;1mCORE / Living Room/Family Room^[[0m) to -1001 (^[[36;1munknown / ^[[0m), type 2 id 65 Event:^[[32;1mDevice Detected^[[0m, retry none, parameters: <0x7fd3a77be700>
07      09/08/17 9:30:02.657              Parameter 5(Mac Address):  <0x7fd3a77be700>
07      09/08/17 9:30:02.657              Parameter 13(Text): 690.64 GB [sdb2] SAMSUNG_HD753LJ on dcerouter <0x7fd3a77be700>
07      09/08/17 9:30:02.657              Parameter 28(IP Address):  <0x7fd3a77be700>
07      09/08/17 9:30:02.657              Parameter 49(PK_DeviceTemplate): 1790 <0x7fd3a77be700>
07      09/08/17 9:30:02.657              Parameter 51(VendorModelID):  <0x7fd3a77be700>
07      09/08/17 9:30:02.657              Parameter 52(PK_CommMethod): 8 <0x7fd3a77be700>
07      09/08/17 9:30:02.657              Parameter 53(PK_PnpProtocol):  <0x7fd3a77be700>
07      09/08/17 9:30:02.657              Parameter 54(PNP Serial Number): e5712295-c412-4c51-81c1-095b10a4f4b0 <0x7fd3a77be700>
07      09/08/17 9:30:02.657              Parameter 55(DeviceData): 267|e5712295-c412-4c51-81c1-095b10a4f4b0|277|690.64 GB <0x7fd3a77be700>
07      09/08/17 9:30:02.657              Parameter 56(Category):  <0x7fd3a77be700>
07      09/08/17 9:30:02.657              Parameter 59(Signature):  <0x7fd3a77be700>
05      09/08/17 9:30:02.707            ^[[33;1mSocket::ReceiveData 0x7fd43c0986a0 failed, bytes left 0 start: 68930748 1: 0 1b: 0 2: 0 2b: 0 m_Socket: 125 Incoming_Conn Socket 125 ::ffff:127.0.0.1^[[0m <0x7fd3a77be700>
05      09/08/17 9:30:02.707            ^[[33;1mSocket::ReceiveString2 ReceiveData failed m_Socket: -1 Incoming_Conn Socket 125 ::ffff:127.0.0.1^[[0m <0x7fd3a77be700>
05      09/08/17 9:30:02.707            ^[[33;1mTCPIP: Closing connection to -1003 (Router Dev #0) 0x7fd43c0986a0 m_Socket: -1^[[0m <0x7fd3a77be700>
05      09/08/17 9:30:02.707            ^[[33;1mRouter::RemoveAndDeleteSocket 0x7fd43c0986a0 -1003^[[0m <0x7fd3a77be700>

Marie.O

  • Administrator
  • LinuxMCE God
  • *****
  • Posts: 3675
  • Wastes Life On LinuxMCE Since 2007
    • View Profile
    • My Home
Re: ReceiveData failed error
« Reply #1 on: September 08, 2017, 11:50:00 am »
Anyone knows how to fix this? I get the pop up for the HD all the time. Does not matter if I ignore it or add it as a HDD.

I hit Always ignore and never get bothered again. Wouldn't know why you are bothered after that. Maybe look at the MySQL table PnpQueue and see if anything pops out.

Esperanto

  • Guru
  • ****
  • Posts: 281
    • View Profile
Re: ReceiveData failed error
« Reply #2 on: September 09, 2017, 08:03:44 am »
Code: [Select]
mysql> delete from PnpQueue;
Query OK, 36179 rows affected (0.25 sec)