• The forum software that supports hummy.tv will be upgraded to XenForo 2.3 on Wednesday the 20th of November 2024 starting at 7pm

    There will be some periods where the forum is unavailable, please bear with us. More details can be found in the upgrade thread.

Loading Queue Data ......

4ndy

Member
I don't know exactly what happened, but my Humax crashed while downloading a file from youtube and making a recording at the same time.

I have run fix flash packages and rebooted but the task queue is still constantly loading. I am guessing that the queue.db file may have corrupted.

Can someone please suggest how I can correct this please. I am not in IT, so.may need it spelt out.


Sent from my SM-G950F using Tapatalk
 
It is probably a corrupt queue database which could be confirmed by posting the contents of webif_error.log

You can attempt to recover the database but if that fails it should just be rebuilt on next use after you rename the old one

In a telnet or webshell prompt enter
Code:
mv /mod/etc/queue.db /mod/etc/oldqueue.db
sqlite3 /mod/etc/oldqueue.db ".dump" | sqlite3 /mod/etc/queue.db
 
Well... assuming you have the webshell package installed:

Go in through WebIF >> Diagnostics >> Command Line, PIN=0000 (provided you haven't changed the PIN) and use the "cli" option to get the command prompt.

I was just about to have a play with renaming queue.db, but MymsMan got there first (and knows what to do anyway).
In a telnet or webshell prompt enter
Code:
mv /mod/etc/queue.db /mod/etc/oldqueue.db
sqlite3 /mod/etc/oldqueue.db ".dump" | sqlite3 /mod/etc/queue.db
 
Back
Top