aaronparker / evergreen

Create evergreen Windows image build pipelines with the latest version numbers and download URLs for common applications
http://stealthpuppy.com/evergreen/
MIT License
380 stars 66 forks source link

[Bug]: OBS Studio changed Download URL #733

Closed ChristianOe closed 2 months ago

ChristianOe commented 2 months ago

What happened?

The new download url from fastly is https://cdn-fastly.obsproject.com/downloads/OBS-Studio-30.2.3-Windows-Installer.exe but the URL from the module is https://cdn-fastly.obsproject.com/downloads/OBS-Studio-30.2.3-Full-Installer-x64.exe

Version

2407.1202

What PowerShell edition/s are you running Evergreen on?

Windows PowerShell

Which operating system/s are you running Evergreen on?

Windows 10+

Have you reviewed the documentation?

Verbose output

PS C:\WINDOWS\system32> Get-EvergreenApp OBSStudio -Verbose
AUSFÜHRLICH: Function path: C:\Program Files\WindowsPowerShell\Modules\Evergreen\2407.1202\Apps\Get-OBSStudio.ps1
AUSFÜHRLICH: Function exists: C:\Program Files\WindowsPowerShell\Modules\Evergreen\2407.1202\Apps\Get-OBSStudio.ps1.
AUSFÜHRLICH: Dot sourcing: C:\Program Files\WindowsPowerShell\Modules\Evergreen\2407.1202\Apps\Get-OBSStudio.ps1.
AUSFÜHRLICH: Get-FunctionResource: read application resource strings from [C:\Program
Files\WindowsPowerShell\Modules\Evergreen\2407.1202\Manifests\OBSStudio.json]
AUSFÜHRLICH: Calling: Get-OBSStudio.
AUSFÜHRLICH: Invoke-EvergreenRestMethod: Invoke-RestMethod parameter: UseBasicParsing: True.
AUSFÜHRLICH: Invoke-EvergreenRestMethod: Invoke-RestMethod parameter: MaximumRedirection: 2.
AUSFÜHRLICH: Invoke-EvergreenRestMethod: Invoke-RestMethod parameter: DisableKeepAlive: True.
AUSFÜHRLICH: Invoke-EvergreenRestMethod: Invoke-RestMethod parameter: UserAgent: Mozilla/5.0 (Windows NT 10.0; Win64;
x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36 Edg/124.0.2478.67.
AUSFÜHRLICH: Invoke-EvergreenRestMethod: Invoke-RestMethod parameter: Method: Default.
AUSFÜHRLICH: Invoke-EvergreenRestMethod: Invoke-RestMethod parameter: Uri:
https://obsproject.com/update_studio/manifest.json.
AUSFÜHRLICH: Invoke-EvergreenRestMethod: Invoke-RestMethod parameter: ContentType: application/octet-stream.
AUSFÜHRLICH: GET https://obsproject.com/update_studio/manifest.json with 0-byte payload
AUSFÜHRLICH: received 372382-byte response of content type application/octet-stream

Version Architecture URI
------- ------------ ---
30.2.3  x64          https://cdn-fastly.obsproject.com/downloads/OBS-Studio-30.2.3-Full-Installer-x64.exe
ChristianOe commented 2 months ago

Issue is fixed with #734