Latest upgrade after 4.1
-
@bernardoortega said in Latest upgrade after 4.1:
Unknown SSL protocol error in connection to recaleur-archive-prod.recalbox.com:9443
Check again your network configuration, something is blocking connection!
-
@bernardoortega said in Latest upgrade after 4.1:
/recalbox/scripts/upgrade//recalbox-canupgrade.sh --from-version 4.1.0-master-rpi3-2017-10-12-19-13-15-36064905 --service-url https://recaleur-archive-prod.recalbox.com:9443 --arch rpi3 --uuid a0a7745d-be61-45d5-a399-823e9281adcd
Can you give the output of
bash -x /recalbox/scripts/upgrade//recalbox-canupgrade.sh --from-version 4.1.0-master-rpi3-2017-10-12-19-13-15-36064905 --service-url https://recaleur-archive-prod.recalbox.com:9443 --arch rpi3 --uuid "a0a7745d-be61-45d5-a399-823e9281adcd"
? Please enclose the result between 3 back quotes like :```
blablabla
```It should make a:
blablabla
-
@substring said in Latest upgrade after 4.1:
bash -x /recalbox/scripts/upgrade//recalbox-canupgrade.sh --from-version 4.1.0-master-rpi3-2017-10-12-19-13-15-36064905 --service-url https://recaleur-archive-prod.recalbox.com:9443 --arch rpi3 --uuid "a0a7745d-be61-45d5-a399-823e9281adcd"
@Substring Here is the output:
Note that i am not connected to any country VPN here:
+ [[ 8 -gt 1 ]] + key=--from-version + case $key in + FROM_VERSION=4.1.0-master-rpi3-2017-10-12-19-13-15-36064905 + shift + shift + [[ 6 -gt 1 ]] + key=--service-url + case $key in + UPGRADE_URL=https://recaleur-archive-prod.recalbox.com:9443 + shift + shift + [[ 4 -gt 1 ]] + key=--arch + case $key in + ARCH=rpi3 + shift + shift + [[ 2 -gt 1 ]] + key=--uuid + case $key in + UUID=a0a7745d-be61-45d5-a399-823e9281adcd + shift + shift + [[ 0 -gt 1 ]] + [[ -z 4.1.0-master-rpi3-2017-10-12-19-13-15-36064905 ]] + [[ -z https://recaleur-archive-prod.recalbox.com:9443 ]] + [[ -z rpi3 ]] + [[ -z a0a7745d-be61-45d5-a399-823e9281adcd ]] ++ curl -f 'https://recaleur-archive-prod.recalbox.com:9443/v1/upgrade?arch=rpi3&boardversion=4.1.0-master-rpi3-2017-10-12-19-13-15-36064905&uuid=a0a7745d-be61-45d5-a399-823e9281adcd' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (35) Unknown SSL protocol error in connection to recaleur-archive-prod.recalbox.com:9443 + VERSION_URL= + [[ 35 != \0 ]] + echo 'no upgrade available' no upgrade available + exit 2
Now, i connected to France as example the VPN and this is the results:
+ [[ 8 -gt 1 ]] + key=--from-version + case $key in + FROM_VERSION=4.1.0-master-rpi3-2017-10-12-19-13-15-36064905 + shift + shift + [[ 6 -gt 1 ]] + key=--service-url + case $key in + UPGRADE_URL=https://recaleur-archive-prod.recalbox.com:9443 + shift + shift + [[ 4 -gt 1 ]] + key=--arch + case $key in + ARCH=rpi3 + shift + shift + [[ 2 -gt 1 ]] + key=--uuid + case $key in + UUID=a0a7745d-be61-45d5-a399-823e9281adcd + shift + shift + [[ 0 -gt 1 ]] + [[ -z 4.1.0-master-rpi3-2017-10-12-19-13-15-36064905 ]] + [[ -z https://recaleur-archive-prod.recalbox.com:9443 ]] + [[ -z rpi3 ]] + [[ -z a0a7745d-be61-45d5-a399-823e9281adcd ]] ++ curl -f 'https://recaleur-archive-prod.recalbox.com:9443/v1/upgrade?arch=rpi3&boardversion=4.1.0-master-rpi3-2017-10-12-19-13-15-36064905&uuid=a0a7745d-be61-45d5-a399-823e9281adcd' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 36 100 36 0 0 126 0 --:--:-- --:--:-- --:--:-- 146 + VERSION_URL=https://lb-archive-prod.recalbox.com + [[ 0 != \0 ]] ++ curl -f 'https://lb-archive-prod.recalbox.com/v1/upgrade/rpi3/recalbox.version?arch=rpi3&boardversion=4.1.0-master-rpi3-2017-10-12-19-13-15-36064905&uuid=a0a7745d-be61-45d5-a399-823e9281adcd&source=recalbox' % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 9 100 9 0 0 24 0 --:--:-- --:--:-- --:--:-- 27 + AVAILABLE_VERSION=17.12.02 + [[ 17.12.02 != \4\.\1\.\0\-\m\a\s\t\e\r\-\r\p\i\3\-\2\0\1\7\-\1\0\-\1\2\-\1\9\-\1\3\-\1\5\-\3\6\0\6\4\9\0\5 ]] + echo https://lb-archive-prod.recalbox.com https://lb-archive-prod.recalbox.com + exit 0 #
Now i can see the update on the GUI and now is been downloaded, so we can confirm a network issue that perhaps some ISPs block the port and not others. E.g same VPN connected to Spain did not work, but the one to France it is.
Thanks for your help to all