500 - Internal Server Error

grahamlthompson

Well-Known Member
Just after installing Chase Decrypt My HDR-FOX-T2 now gives above error when attempting to open Webif. Box works normally . I have version 3.0. Any ideas.
 
Telnet tools.

Wrong forum; and if you really are talking about an HD-FOX, chase decryption isn't available anyway.
 
Just run Fixdisk in maintenance mode. Process completed with no obvious problems. After returning to normal mode. Still get the same error. Is it time to replace the HDD.
 
Do you have a machine (preferably Linux) that you can examine the drives files with, having removed it obviously?
 
Get access to the box via telnet and look at the /tmp/webif-error.log file

Code:
humax# cat /tmp/webif-error.log
 
Thanks AF123


Very strange I don't get the usual prompt

Menu version 1.22
Enter system PIN: ****

/-------------------------\
| T E L N E T M E N U |
\-------------------------/

[ Humax HDR-Fox T2 (humax) 1.03.12/3.00 ]

maint - Restart into maintenance mode.
rma - Enable return-to-manufacturer (RMA) mode.
reset - Reset custom firmware environment.
upgrade - Upgrade all installed packages.
passwd - Remove web interface password.
fixweb - Re-install web interface.
stat - Show current activity.
x - Exit and close connection.
reboot - Reboot the Humax.
diag - Run a diagnostic.
cli - System command line (advanced users).

Please select option: cat /tmp/webif-error.log
Unrecognised option 'cat/tmp/webif-error.log'

Press return to continue:

Should I try the fixweb option ?
 
You need to use the cli option to show the command line, then you can issue the cat command

But the fixweb option may solve the problem without needing to diagnose the specific cause
 
Last edited:
Not sure if this helps

cli - System command line (advanced users).

Please select option: fixweb
Removing package webif from root...
Installing webif (1.4.4-1) to root...
Downloading http://hpkg.tv/hdrfoxt2/base/webif_1.4.4-1_mipsel.opk.
Configuring webif.
/mod/webif/lib/system.class:4: Error: error loading extension "/mod/lib/jim/xconv.so": File not found
Can't load package xconv
at file "/mod/webif/lib/bin/diskattrs", line 3
in procedure 'require' called at file "/mod/webif/lib/setup", line 13
at file "/mod/webif/lib/setup", line 8
at file "/mod/webif/lib/system.class", line 4
/mod/webif/lib/system.class:4: Error: error loading extension "/mod/lib/jim/xconv.so": File not found
Can't load package xconv
at file "/mod/webif/lib/auto/upgrade", line 3
in procedure 'require' called at file "/mod/webif/lib/setup", line 13
at file "/mod/webif/lib/setup", line 8
at file "/mod/webif/lib/system.class", line 4
Collected errors:
* pkg_get_installed_files: Failed to open /mod/var/opkg/info/smartmontools.list: No such file or directory.
* pkg_get_installed_files: Failed to open /mod/var/opkg/info/smartmontools.list: No such file or directory.

Press return to continue:
 
2nd option

Menu version 1.22
Enter system PIN: ****

/-------------------------\
| T E L N E T M E N U |
\-------------------------/

[ Humax HDR-Fox T2 (humax) 1.03.12/3.00 ]

maint - Restart into maintenance mode.
rma - Enable return-to-manufacturer (RMA) mode.
reset - Reset custom firmware environment.
upgrade - Upgrade all installed packages.
passwd - Remove web interface password.
fixweb - Re-install web interface.
stat - Show current activity.
x - Exit and close connection.
reboot - Reboot the Humax.
diag - Run a diagnostic.
cli - System command line (advanced users).

Please select option: cli

-----------------------------------------------------------------------

Humax HDR-Fox T2 (humax) 1.03.12/3.00

To return to the menu, type: exit

humax# cat /tmp/webif-error.log
/mod/webif/lib/system.class:4: Error: Can't load package xconv
at file "/mod/webif/html/index.jim", line 3
in procedure 'require' called at file "/mod/webif/lib/setup", line 13
at file "/mod/webif/lib/setup", line 8
at file "/mod/webif/lib/system.class", line 4
/mod/webif/lib/system.class:4: Error: Can't load package xconv
at file "/mod/webif/html/diag/diag.jim", line 4
in procedure 'require' called at file "/mod/webif/lib/setup", line 13
at file "/mod/webif/lib/setup", line 8
at file "/mod/webif/lib/system.class", line 4
/mod/webif/lib/system.class:4: Error: Can't load package xconv
at file "/mod/webif/html/edit/edit.jim", line 4
in procedure 'require' called at file "/mod/webif/lib/setup", line 13
at file "/mod/webif/lib/setup", line 8
at file "/mod/webif/lib/system.class", line 4
humax# cat /tmp/webif-error.log
 
Characteristically acerbic, and appropriate when one of the more vocal members of this (and other) forums appears to have forgotten everything he's read. The topic was even opened in the wrong section of the forum on two counts - was/is he drunk?
 
Neither the box isn't used very often. I only used it to check on the format of a specific programme which is why I installed the chase decrypt option. The package appeared to install OK. A few seconds after the error appeared and I haven't been able to open the WebIf. since. It's main use is to send audio and video to a kitchen TV so the better half can watch what she wants without having to watch what's on the main TV.
From the command line (after cli) can you try:

opkg install jim-xconv

Thanks will come back in a short while.
 
Neither the box isn't used very often. I only used it to check on the format of a specific programme which is why I installed the chase decrypt option. The package appeared to install OK. A few seconds after the error appeared and I haven't been able to open the WebIf. since. It's main use is to send audio and video to a kitchen TV so the better half can watch what she wants without having to watch what's on the main TV.


Thanks will come back in a short while.

humax# opkg install jim-xconv
Package jim-xconv (1.0.0) installed in root is up to date.
Collected errors:
* pkg_get_installed_files: Failed to open /mod/var/opkg/info/smartmontools.list: No such file or directory.
humax#
 
Back
Top