Skip to content
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]: Manifest could not be downloaded #86

Closed
1 task done
chrisbra opened this issue Jan 30, 2023 · 9 comments · Fixed by #93 or vim/vim-win32-installer#302
Closed
1 task done

[Bug]: Manifest could not be downloaded #86

chrisbra opened this issue Jan 30, 2023 · 9 comments · Fixed by #93 or vim/vim-win32-installer#302
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@chrisbra
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

What happened?

Hey,
for a fews days, I see the following error in the https://github.com/vim/vim-win32-installer/actions/runs/4039423513/jobs/6944142155:


Update manifests and create pull request
  OperationStopped: D:\a\vim-win32-installer\vim-win32-installer\winget-pkgs\Tools\YamlCreate.ps1:38
  Line |
    38 |      throw [System.Net.WebException]::new('Manifest schemas could not  …
       |      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       | Manifest schemas could not be downloaded. Try running the script again
  
  node:internal/errors:841
    const err = new Error(message);
                ^

any idea please?

@chrisbra chrisbra added bug Something isn't working help wanted Extra attention is needed labels Jan 30, 2023
@ReenigneArcher
Copy link

ReenigneArcher commented Jan 30, 2023

  OperationStopped: D:\a\Sunshine\Sunshine\winget-pkgs\Tools\YamlCreate.ps1:38
  Line |
    38 |      throw [System.Net.WebException]::new('Manifest schemas could not  …
       |      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       | Manifest schemas could not be downloaded. Try running the script again
  
  node:internal/errors:841
    const err = new Error(message);
                ^
  
  Error: Command failed: .\YamlCreate.ps1 '{"PackageIdentifier":"LizardByte.Sunshine","PackageVersion":"0.18.0","InstallerUrls":["https://github.com/LizardByte/Sunshine/releases/download/v0.18.0/sunshine-windows.exe"],"ReleaseNotesUrl":"https://github.com/LizardByte/Sunshine/releases/tag/v0.18.0","ReleaseDate":"2023-01-30","DeletePreviousVersion":false}'
      at checkExecSyncError (node:child_process:828:11)
      at execSync (node:child_process:899:15)
      at D:\a\_actions\vedantmgoyal2009\winget-releaser\v1\dist\index.js:9766:34
      at processTicksAndRejections (node:internal/process/task_queues:96:5) {
    status: 1,
    signal: null,
    output: [ null, null, null ],
    pid: 5520,
    stdout: null,
    stderr: null
  }

Same error. It would be ideal if the fix could be included in the @v1 tag so I can re-run my release without creating a new release.

@ilike2burnthing
Copy link

Same. Multiple retries eventually work (see mentioned issue above).

Started three days ago, after the dependabot updates were committed here.

@vedantmgoyal9
Copy link
Owner

vedantmgoyal9 commented Jan 30, 2023

Started three days ago, after the dependabot updates were committed here.

But they haven't been into the @v1 tag yet.

@ReenigneArcher
Copy link

But they haven't been into the @v1 tag yet.

So multiple retries will work if using the v1 tag or retrying won't work? I already attempted one retry and it failed.

@ilike2burnthing
Copy link

So multiple retries will work if using the v1 tag or retrying won't work? I already attempted one retry and it failed.

I'm using @v1 and it took between 2 and 6 retries to get successful runs.

@ReenigneArcher
Copy link

3rd attempt worked. Thanks!

@sitiom
Copy link
Contributor

sitiom commented Feb 1, 2023

@vedantmgoyal9 vedantmgoyal9 removed their assignment Feb 10, 2023
@vedantmgoyal9 vedantmgoyal9 linked a pull request Feb 10, 2023 that will close this issue
@vedantmgoyal9
Copy link
Owner

@allcontributors please add @chrisbra for bug

@allcontributors
Copy link
Contributor

@vedantmgoyal2009

I've put up a pull request to add @chrisbra! 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
5 participants