Opened 14 years ago
Closed 14 years ago
#9896 closed Bug Report - General (Invalid)
RemoteFile Writing is broken
Reported by: | robertm | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | MythTV - General | Version: | Unspecified |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
Probably the same root cause as #9895.
Attempting to do a RemoteFile::Write results in:
FE:
2011-07-03 11:33:55.792122 I Metadata Image Download: http://www.thetvdb.com/banners/fanart/original/73141-14.jpg -> myth://Fanart@192.168.0.99:6543/American Dad Season 1_fanart.jpg 2011-07-03 11:34:06.277753 E readStringList: Error, timed out after 7000 ms. 2011-07-03 11:34:06.277829 E Remote file timeout.
BE:
2011-07-03 11:34:05.658276 I [21181/21238] ProcessRequest? ringbuffer.cpp:486 (Start) - RingBuf?(/MythMedia/fanartAmerican Dad Season 1_fanart.jpg) Warning: Not starting read ahead thread, this is a write only RingBuffer? 2011-07-03 11:34:17.009798 I [21181/21237] ProcessRequest? mainserver.cpp:5574 (connectionClosed) - MainServer?, Warning: Unknown socket closing MythSocket?(0x7f305c3e4e50) 2011-07-03 11:34:17.010879 E [21181/21237] ProcessRequest? mythsocket.cpp:346 (writeStringList) - writeStringList: Error, socket went unconnected.
We wrote 0 of 10 bytes with 1 errors starts with: 2 ok
This one appears to have been transitory (though #9895 is still present)