-
-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: FoxitReader is returning an old version #756
Labels
bug
Something isn't working
Comments
The JSON used to find the version number is returning {
"package_info": {
"language": {
"Danish": "Danish",
"Dutch": "Dutch",
"English": "English",
"Finnish": "Finnish",
"French": "French",
"German": "German",
"Italian": "Italian",
"Norwegian": "Norwegian",
"Polish": "Polish",
"Portuguese": "Portuguese(Brazil)",
"Russian": "Russian",
"Spanish": "Spanish",
"Swedish": "Swedish"
},
"type": [
"exe"
],
"version": [
"2023.3.0.23028",
"2023.2",
"12.1.0.15250",
"12.0.0.12394",
"10.0.0.35798",
"9.7.2.29539",
"9.7.0.29455",
"9.6.0.25114",
"9.5.0.20723",
"9.4.1.16828",
"9.4.0.16811",
"9.3.0.10826",
"9.2.0.9297",
"8.3.2.25013"
],
"size": "-",
"release": "11/22/23",
"os": "Windows 11, 10, 8, and 7",
"down": "/product/reader/desktop/win/2023.3.0/FoxitPDFReader20233_L10N_Setup_Prom.exe",
"mirror": "",
"manual": "",
"big_version": "2023.3.x"
}
} |
Omitting the version number from the URL used to resolve the installer gets us the right download URLs: Version Date Language URI
------- ---- -------- ---
2023.3.0.23028 22/11/2023 Danish https://cdn01.foxitsoftware.com/product/reader/desktop/win/2024.3.0/FoxitPDFReader20243_L10N_Setup.msi
2023.3.0.23028 22/11/2023 Dutch https://cdn01.foxitsoftware.com/product/reader/desktop/win/2024.3.0/FoxitPDFReader20243_L10N_Setup.msi
2023.3.0.23028 22/11/2023 English https://cdn01.foxitsoftware.com/product/reader/desktop/win/2024.3.0/FoxitPDFReader20243_enu_Setup.msi
2023.3.0.23028 22/11/2023 Finnish https://cdn01.foxitsoftware.com/product/reader/desktop/win/2024.3.0/FoxitPDFReader20243_L10N_Setup.msi
2023.3.0.23028 22/11/2023 French https://cdn01.foxitsoftware.com/product/reader/desktop/win/2024.3.0/FoxitPDFReader20243_L10N_Setup.msi
2023.3.0.23028 22/11/2023 German https://cdn01.foxitsoftware.com/product/reader/desktop/win/2024.3.0/FoxitPDFReader20243_L10N_Setup.msi
2023.3.0.23028 22/11/2023 Italian https://cdn01.foxitsoftware.com/product/reader/desktop/win/2024.3.0/FoxitPDFReader20243_L10N_Setup.msi
2023.3.0.23028 22/11/2023 Norwegian https://cdn01.foxitsoftware.com/product/reader/desktop/win/2024.3.0/FoxitPDFReader20243_L10N_Setup.msi
2023.3.0.23028 22/11/2023 Polish https://cdn01.foxitsoftware.com/product/reader/desktop/win/2024.3.0/FoxitPDFReader20243_L10N_Setup.msi
2023.3.0.23028 22/11/2023 Portuguese(Brazil) https://cdn01.foxitsoftware.com/product/reader/desktop/win/2024.3.0/FoxitPDFReader20243_L10N_Setup.msi
2023.3.0.23028 22/11/2023 Russian https://cdn01.foxitsoftware.com/product/reader/desktop/win/2024.3.0/FoxitPDFReader20243_L10N_Setup.msi
2023.3.0.23028 22/11/2023 Spanish https://cdn01.foxitsoftware.com/product/reader/desktop/win/2024.3.0/FoxitPDFReader20243_L10N_Setup.msi
2023.3.0.23028 22/11/2023 Swedish https://cdn01.foxitsoftware.com/product/reader/desktop/win/2024.3.0/FoxitPDFReader20243_L10N_Setup.msi |
aaronparker
added a commit
that referenced
this issue
Oct 18, 2024
Fix download URL; however, version number is still an issue #756
Merged
Lastest module version will return the correct installer URLs; however, we're reliant on Foxit to fix the JSON source for the version numbers. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What happened?
The current version of Foxit PDF reader in Evergreen is 2023.3.0, while the latest update is 2024.3.0
Version
2409.1385
What PowerShell edition/s are you running Evergreen on?
Windows PowerShell
Which operating system/s are you running Evergreen on?
Windows 10+, Windows Server 2016+
Have you reviewed the documentation?
Verbose output
The text was updated successfully, but these errors were encountered: