Re: New major firmware release 5.0.4 - UPGRADE AVAILABLE
Posted: Fri Jan 18, 2019 3:22 pm
I believe the correct link should be: http://files.domoticaforum.eu/index.php?cam=/Toon/apps......
Domotica - Home Automation Forum
https://www.domoticaforum.eu/
So is there aything I need to do to fix this?Toonz wrote:I believe the correct link should be: http://files.domoticaforum.eu/index.php?cam=/Toon/apps......
No, I think the upgrade script needs patching.SDeath wrote:
So is there aything I need to do to fix this?
Or is it somewhere else wrong?
I know how that feels, I was just lucky to work at home today.Toonz wrote:No, I think the upgrade script needs patching.SDeath wrote:
So is there aything I need to do to fix this?
Or is it somewhere else wrong?
Let's wait till TheHogNL has had a look.
(we have day jobs unfortunately)
Jup.. On this link "http://files.domoticaforum.eu/uploads/Toon" or "http://files.domoticaforum.eu/uploads/Toon/apps//" site will return a 403 - Forbidden: Access is denied error.Toonz wrote:I believe the correct link should be: http://files.domoticaforum.eu/index.php?cam=/Toon/apps......
SDeath wrote:The result:TheHogNL wrote: just put this in a 'test.sh' and run it or just paste it in your toon command line
zcat: no gzip/bzip2/xz magic
http://files.domoticaforum.eu/uploads/Toon/apps//
zcat: no gzip/bzip2/xz magic
http://files.domoticaforum.eu/uploads/Toon/apps//
zcat: no gzip/bzip2/xz magic
http://files.domoticaforum.eu/uploads/Toon/apps//
zcat: no gzip/bzip2/xz magic
http://files.domoticaforum.eu/uploads/Toon/apps//
zcat: no gzip/bzip2/xz magic
http://files.domoticaforum.eu/uploads/Toon/apps//
zcat: no gzip/bzip2/xz magic
http://files.domoticaforum.eu/uploads/Toon/apps//
Code: Select all
#!/bin/sh
SOURCEFILES="http://files.domoticaforum.eu/uploads/Toon"
latest=`curl -Nks $SOURCEFILES/apps/ToonRepo.xml | grep toonstore | grep folder | sed 's/.*<folder>\(.*\)<\/folder>.*/\1/'`
echo $latest
filename=`curl -Nks $SOURCEFILES/apps/$latest/Packages.gz | zcat | grep Filename| cut -d\ -f2`
echo $filename
Result:TheHogNL wrote:Ok something is clearly wrong with my script and your toon.
Could you try this and post the output?
Code: Select all
#!/bin/sh SOURCEFILES="http://files.domoticaforum.eu/uploads/Toon" latest=`curl -Nks $SOURCEFILES/apps/ToonRepo.xml | grep toonstore | grep folder | sed 's/.*<folder>\(.*\)<\/folder>.*/\1/'` echo $latest filename=`curl -Nks $SOURCEFILES/apps/$latest/Packages.gz | zcat | grep Filename| cut -d\ -f2` echo $filename
DoneTheHogNL wrote:Ok this is weird. Would you allow me to logon to your toon to look what is happening? This will probably help others also.
Just send me your 06-number in PM and I'll whatsapp you to start a teamviewer session.
Looks like a temporary internet issue. This file was available, can't see a log message at the server for a download from your Toon (only you downloading it manually afterwards).edwin999 wrote:I just updated my Toon v2. Most went ok, but afterwards the TSC menu and custom apps were gone.
FIXING: Downloading resources.rcc TSC mod for this version 5.0.4.
Could not download a resources.rcc file for this version! Continuing, but your custom apps probably dont work anymore
Rgds, Ed