Open andmarti1424 opened 3 years ago
Hello! Thanks for your scripts. This worked great until this release! This is the error: Any ideas? Thanks.
+++ mktemp -d bluos-controller.XXX ++ realpath bluos-controller.BSV + tmp=/home/mongo/Downloads/bs-bashpatch/bluos-controller.BSV + trap cleanup INT QUIT TERM ++ lynx -dump -listonly -nonumbers https://www.bluesound.com/downloads/ ++ grep -e '/BluOS-Controller-.*dmg' ++ sort -r ++ tail -n 1 + archive_url=https://www.bluesound.com/wp-content/uploads/2021/09/BluOS-Controller-3.14.1.dmg + mkdir -p downloads + wget -N -P downloads https://www.bluesound.com/wp-content/uploads/2021/09/BluOS-Controller-3.14.1.dmg --2021-09-09 16:43:07-- https://www.bluesound.com/wp-content/uploads/2021/09/BluOS-Controller-3.14.1.dmg Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' Resolving www.bluesound.com (www.bluesound.com)... 209.124.75.173 Connecting to www.bluesound.com (www.bluesound.com)|209.124.75.173|:443... connected. HTTP request sent, awaiting response... 304 Not Modified File ‘downloads/BluOS-Controller-3.14.1.dmg’ not modified on server. Omitting download. + 7z e downloads/BluOS-Controller-3.14.1.dmg -r app.asar -o/home/mongo/Downloads/bs-bashpatch/bluos-controller.BSV 7-Zip [64] 17.04 : Copyright (c) 1999-2021 Igor Pavlov : 2017-08-28 p7zip Version 17.04 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,4 CPUs x64) Scanning the drive for archives: 1 file, 217029259 bytes (207 MiB) Extracting archive: downloads/BluOS-Controller-3.14.1.dmg 4.hfs ERRORS: Headers Error -- Path = downloads/BluOS-Controller-3.14.1.dmg Type = Dmg Physical Size = 217029259 Method = Copy Zero2 ZLIB CRC Blocks = 558 Comment = BluOS Controller-3 ---- Path = 4.hfs Size = 632168448 Packed Size = 216978220 Comment = disk image (Apple_HFS : 4) Method = Copy Zero2 ZLIB CRC -- Path = 4.hfs Type = HFS ERRORS: Headers Error Physical Size = 632168448 Method = HFS+ Cluster Size = 4096 Free Space = 60514304 Created = 2021-09-01 15:40:40 Modified = 2021-09-01 16:41:29 Archives with Errors: 1 Open Errors: 1
That is interesting! Thank you for reporting! I will have a look soon. There are also some changes that need to be done for 3.14.1.
Hello! Thanks for your scripts. This worked great until this release! This is the error: Any ideas? Thanks.