OK - that didn't take long.
Unfortunately this does not work for me.
I have attached a record of my tests, and the web-if error log - it looks like there is a syntax error/invalid option (-4) in the wget call which probably happens after the dialog is initialised but before it gets populated by the wget results
<snip>
mod/webif/lib/tvdb.class:79: Error: wget: invalid option -- 4 | |
106 | at file "/mod/webif/lib/tvdb.class", line 79 |
105 | in procedure 'tvdb' called at file "/mod/webif/lib/tvdb.class", line 83 |
104 | at file "/mod/lib/jim/oo.tcl", line 73 |
103 | in procedure 'tvdb _fetch' called at file "/mod/lib/jim/oo.tcl", line 52 |
102 | in procedure '<reference.<tvdb___>.00000000000000000000>' called at file "/mod/webif/lib/tvdb.class", line 195 |
101 | at file "/mod/lib/jim/oo.tcl", line 73 |
100 | in procedure 'tvdb searchseries' called at file "/mod/lib/jim/oo.tcl", line 52 |
99 | in procedure '<reference.<tvdb___>.00000000000000000000>' called at file "/mod/webif/html/browse/tvdb/search.jim", line 12 |
98 | |
97 | -Y Use proxy ('on' or 'off') |
96 | -U STR Use STR for User-Agent header |
95 | -O FILE Save to FILE ('-' for stdout) |
94 | -T SEC Network read timeout is SEC seconds |
93 | -P DIR Save to DIR (default .) |
92 | -q Quiet |
91 | -c Continue retrieval of aborted transfer |
90 | -s Spider mode - only check file existence |
</snip>
If I try a manual wget:
HUMAX# wget
BusyBox v1.20.2 (2013-01-02 19:13:09 GMT) multi-call binary.
Usage: wget [-c|--continue] [-s|--spider] [-q|--quiet] [-O|--output-document FILE]
[--header 'header: value'] [-Y|--proxy on/off] [-P DIR]
[--no-check-certificate] [-U|--user-agent AGENT] [-T SEC] URL...
Retrieve files via HTTP or FTP
-s Spider mode - only check file existence
-c Continue retrieval of aborted transfer
-q Quiet
-P DIR Save to DIR (default .)
-T SEC Network read timeout is SEC seconds
-O FILE Save to FILE ('-' for stdout)
-U STR Use STR for User-Agent header
-Y Use proxy ('on' or 'off')
HUMAX#
Then I get the same - it looks like the -4 switch/option is not available in this version (Busybox 1.20.2?)
Hmm - missing dependency? I have noticed that there is an updated wget version available - I will update to that and retry.