mirror of
https://github.com/Installomator/Installomator.git
synced 2026-02-26 07:22:31 +00:00
FileZilla Failing to install #301
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jpallagrosi on GitHub.
ERROR : filezilla : need to provide 'downloadURL'
Tried a few things but couldn't fix it.
@aarondavidpolley commented on GitHub:
AND on Intel
archreturns i386, not x86 so it fails there.Used this code to get around it
Yes, judge me for assuming
arm64@julienfauryramoin commented on GitHub:
Hi,
There's a pull request that should fix it:
https://github.com/Installomator/Installomator/pull/1386/files
@jpallagrosi commented on GitHub:
Worked for me. Thank you very much for quick response!
@aarondavidpolley commented on GitHub:
Ok, issue with the "&" symbol that gets outputted. Without doing a PR to the script, this solves how we are trying to deploy it:
Its doing a
sedto find "&" and replace with "&" to escape it@aarondavidpolley commented on GitHub:
This is failing on Apple Silicon devices with the PR-ed code. Its having an issue parsing the download URL string (CPU architecture maybe?) and returns an empty downloadURL
@adorador commented on GitHub:
It looks like the solution that aarondavidpolley doesn't appear to be working with the Filezilla server any longer:
2024-07-10 15:40:54 : REQ : filezilla : ################## Start Installomator v. 10.5, date 2023-10-15
2024-07-10 15:40:54 : INFO : filezilla : ################## Version: 10.5
2024-07-10 15:40:54 : INFO : filezilla : ################## Date: 2023-10-15
2024-07-10 15:40:54 : INFO : filezilla : ################## filezilla
2024-07-10 15:40:56 : INFO : filezilla : BLOCKING_PROCESS_ACTION=tell_user
2024-07-10 15:40:56 : INFO : filezilla : NOTIFY=silent
2024-07-10 15:40:56 : INFO : filezilla : LOGGING=INFO
2024-07-10 15:40:56 : INFO : filezilla : LOGO=/System/Applications/App Store.app/Contents/Resources/AppIcon.icns
2024-07-10 15:40:56 : INFO : filezilla : Label type: bz2
2024-07-10 15:40:56 : INFO : filezilla : archiveName: FileZilla.bz2
2024-07-10 15:40:56 : INFO : filezilla : found packageID org.filezilla-project.filezilla installed, version 3.59.0
2024-07-10 15:40:56 : INFO : filezilla : appversion: 3.59.0
2024-07-10 15:40:56 : INFO : filezilla : Latest version of FileZilla is 3.67.1
2024-07-10 15:40:56 : REQ : filezilla : Downloading https://dl2.cdn.filezilla-project.org/client/FileZilla_3.67.1_macos-arm64.app.tar.bz2?h=vsiYBx6iMwEh7W0axudciQ&x=1720654855 to FileZilla.bz2
2024-07-10 15:40:57 : ERROR : filezilla : error downloading https://dl2.cdn.filezilla-project.org/client/FileZilla_3.67.1_macos-arm64.app.tar.bz2?h=vsiYBx6iMwEh7W0axudciQ&x=1720654855
2024-07-10 15:40:57 : ERROR : filezilla : File list:
2024-07-10 15:40:57 : ERROR : filezilla : File type: FileZilla.bz2: cannot open `FileZilla.bz2' (No such file or directory)
2024-07-10 15:40:57 : INFO : filezilla : Installomator did not close any apps, so no need to reopen any apps.
2024-07-10 15:40:57 : ERROR : filezilla : ERROR: Error downloading https://dl2.cdn.filezilla-project.org/client/FileZilla_3.67.1_macos-arm64.app.tar.bz2?h=vsiYBx6iMwEh7W0axudciQ&x=1720654855 error:
} [334 bytes data]
{ [122 bytes data]
{ [19 bytes data]
{ [2601 bytes data]
{ [264 bytes data]
{ [52 bytes data]
} [52 bytes data]
< HTTP/2 404
< server: nginx
< date: Wed, 10 Jul 2024 22:40:20 GMT
< content-type: text/html
< content-length: 146
< strict-transport-security: max-age=31536000; includeSubDomains; preload
curl: (22) The requested URL returned error: 404
2024-07-10 15:40:57 : REQ : filezilla : ################## End Installomator, exit code 2
@aarondavidpolley commented on GitHub:
or use this: #1659
@diBarolo commented on GitHub:
seems broken again.
If I curl the site, there is no download link we can grep.
filezilla.txt
@diBarolo commented on GitHub:
Thanks a lot !
@aarondavidpolley commented on GitHub:
Indeed. Looks like all "content" is replaced by this when you curl it
<p>Please visit <a href="https://filezilla-project.org/">https://filezilla-project.org/</a></p>But
nscurlworks:@sjurlohne commented on GitHub:
Works for me
2024-07-12 12:38:41 : INFO : filezilla : ################## filezilla
2024-07-12 12:38:42 : INFO : filezilla : Reading arguments again:
2024-07-12 12:38:42 : INFO : filezilla : BLOCKING_PROCESS_ACTION=tell_user
2024-07-12 12:38:42 : INFO : filezilla : NOTIFY=success
2024-07-12 12:38:42 : INFO : filezilla : LOGGING=INFO
2024-07-12 12:38:42 : INFO : filezilla : LOGO=/System/Applications/App Store.app/Contents/Resources/AppIcon.icns
2024-07-12 12:38:42 : INFO : filezilla : Label type: bz2
2024-07-12 12:38:42 : INFO : filezilla : archiveName: FileZilla.bz2
2024-07-12 12:38:42 : INFO : filezilla : No version found using packageID org.filezilla-project.filezilla
2024-07-12 12:38:42 : INFO : filezilla : name: FileZilla, appName: FileZilla.app
2024-07-12 12:38:42.682 mdfind[45115:4524549] [UserQueryParser] Loading keywords and predicates for locale "en_US"
2024-07-12 12:38:42.683 mdfind[45115:4524549] [UserQueryParser] Loading keywords and predicates for locale "en"
2024-07-12 12:38:43.014 mdfind[45115:4524549] Couldn't determine the mapping between prefab keywords and predicates.
2024-07-12 12:38:43 : WARN : filezilla : No previous app found
2024-07-12 12:38:43 : WARN : filezilla : could not find FileZilla.app
2024-07-12 12:38:43 : INFO : filezilla : appversion:
2024-07-12 12:38:43 : INFO : filezilla : Latest version of FileZilla is 3.67.1
2024-07-12 12:38:43 : INFO : filezilla : 1. download attempt of 6 attempts.
2024-07-12 12:38:43 : REQ : filezilla : Downloading https://dl2.cdn.filezilla-project.org/client/FileZilla_3.67.1_macos-arm64.app.tar.bz2?h=10cjP6bxjo4sA7KjZO16DA&x=1720784322 to FileZilla.bz2
2024-07-12 12:38:43 : INFO : filezilla : 1st download arguments: -fsL --show-error --retry 5
2024-07-12 12:38:43 : REQ : filezilla : Installing FileZilla
2024-07-12 12:38:43 : INFO : filezilla : Unzipping FileZilla.bz2
2024-07-12 12:38:44 : INFO : filezilla : Verifying: /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/tmp.4UV5uCa7fe/FileZilla.app
2024-07-12 12:38:45 : INFO : filezilla : Team ID matching: 5VPGKXL75N (expected: 5VPGKXL75N )
2024-07-12 12:38:45 : INFO : filezilla : Installing FileZilla version 3.67.1 on versionKey CFBundleShortVersionString.
2024-07-12 12:38:45 : INFO : filezilla : App has LSMinimumSystemVersion: 10.13.2
2024-07-12 12:38:45 : INFO : filezilla : Copy /var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/tmp.4UV5uCa7fe/FileZilla.app to /Applications
2024-07-12 12:38:45 : WARN : filezilla : Changing owner to sjl
2024-07-12 12:38:45 : INFO : filezilla : Finishing...
2024-07-12 12:38:48 : INFO : filezilla : No version found using packageID org.filezilla-project.filezilla
2024-07-12 12:38:48 : INFO : filezilla : App(s) found: /Applications/FileZilla.app
2024-07-12 12:38:48 : INFO : filezilla : found app at /Applications/FileZilla.app, version 3.67.1, on versionKey CFBundleShortVersionString
2024-07-12 12:38:48 : REQ : filezilla : Installed FileZilla, version 3.67.1
2024-07-12 12:38:48 : INFO : filezilla : notifying
2024-07-12 12:38:49 : INFO : filezilla : Installomator did not close any apps, so no need to reopen any apps.
2024-07-12 12:38:49 : REQ : filezilla : All done!
2024-07-12 12:38:49 : REQ : filezilla : ################## End Installomator, exit code 0
@timnottom commented on GitHub:
Thanks @aarondavidpolley, works like a charm!
@acodega commented on GitHub:
Believe this is fixed in Installomator 10.6