skyq image not scraping openatv

hi guys hoping someone can help.
i installed skyq skin and it look fantastic but it wont scrape for me,
when i try to run the scripts i get the error message
/bin/sh:/bin/sh: cannot execute binary file

also on my bouquets list for movies sports etv i have little folder icons , any way to remove these ?

thanks a mil in advance guys
 
On or around line 36 of that script is the word 'exec' followed by some other stuff. Try just removing that word and saving the file. I think that'll fix it.
 

Cheers. Just removing the 'exec' or replacing it with '/bin/bash' is the preferred fix, syntax-wise though. I actually wrote that script for chabs (and one for kiddac) but I don't have a zgemma myself so couldn't test it. Chabs told me it was OK! Had I have seen that the use of exec was causing issues on these systems I'd have taken it out for him. As I say, removing the 'exec' should be enough, but replacing it with /bin/bash would cover more possible problems. The fix in that thread has a completely superfluous call to 'ls' in it and isn't really needed.
 
Back
Top