Solved update library curl timeout ... blocking all further updates
#1
i kick-off a library update using the api whenever new stuff is available, but this only works most of the time ... when it fails (probably because bro is eating up all our bandwidth at the moment) ... xbmc says 'continue scanning [yes/no]'... the problem is this blocks the next update request & all other attempts... until i turn on the TV & close the dialog.

Code:
19:06:43 T:2489457472 WARNING: FillBuffer: curl failed with code 28
19:06:43 T:2489457472   ERROR: CCurlFile::CReadState::Open, didn't get any data from stream.
19:06:43 T:2489457472   ERROR: Run: Unable to parse web site
19:06:43 T:3047954240   DEBUG: ------ Window Init (DialogYesNo.xml) ------

i've label this a 'bug' because it never finishes the scan & will not scan anything else

how can i make this fail silently or close this dialog ?
perhaps deleting DialogYesNo.xml from my current skin ?

any help would be apreciated
rPi 2&3 | android phones | fireHD8 | linux | win10 + NFS NAS w/ mySQL + props to...
libreElecyatse, titan, AELflexGet, context.manageTags (a zosky original)
Reply
#2
advancedsettings.xml

Code:
<advancedsettings>
  <videoscanner>
    <ignoreerrors>true</ignoreerrors> <!-- Set to true to silently ignore errors while scanning videos. This prevents the error dialogue box, so you don't have to keep hitting "yes" to keep scanning.-->
  </videoscanner>
</advancedsettings>
Reply

Logout Mark Read Team Forum Stats Members Help
update library curl timeout ... blocking all further updates0