Guest User

SwarmUI Error

a guest
Jun 22nd, 2024
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.92 KB | None | 0 0
  1. Failed in attempting to update the source: winget
  2. Failed when searching source: winget
  3. An unexpected error occurred while executing the command:
  4. 0x8a15000f : Data required by the source is missing
  5.  
  6. No packages were found among the working sources.
  7. Failed when opening source(s); try the 'source reset' command if the problem persists.
  8. An unexpected error occurred while executing the command:
  9. 0x8a15000f : Data required by the source is missing
  10. Cloning into 'SwarmUI'...
  11. remote: Enumerating objects: 16736, done.
  12. remote: Counting objects: 100% (16736/16736), done.
  13. remote: Compressing objects: 100% (3649/3649), done.
  14. remote: Total 16736 (delta 13140), reused 16598 (delta 13002), pack-reused 0Receiving objects: 100% (16736/16736), 9.70 MiB | 9.69 MiB/s
  15. Receiving objects: 100% (16736/16736), 11.46 MiB | 9.81 MiB/s, done.
  16. Resolving deltas: 100% (13140/13140), done.
  17. The system cannot find the path specified.
  18. The system cannot find the path specified.
  19. The system cannot find the path specified.
  20. The system cannot find the path specified.
  21. The system cannot find the path specified.
  22. ""
  23. ""
  24. "WARNING: You did a git pull without building. Will now build for you..."
  25. ""
  26. ""
  27. The system cannot find the path specified.
  28. The system cannot find the file specified.
  29. error: The source specified has already been added to the list of available package sources. Provide a unique source.
  30.  
  31.  
  32. Usage: dotnet nuget add source [arguments] [options]
  33.  
  34. Arguments:
  35. PackageSourcePath Path to the package source.
  36.  
  37. Options:
  38. -n|--name Name of the source.
  39. -u|--username Username to be used when connecting to an authenticated source.
  40. -p|--password Password to be used when connecting to an authenticated source.
  41. --store-password-in-clear-text Enables storing portable package source credentials by disabling password encryption.
  42. --valid-authentication-types Comma-separated list of valid authentication types for this source. Set this to basic if the server advertises NTLM or Negotiate and your credentials must be sent using the Basic mechanism, for instance when using a PAT with on-premises Azure DevOps Server. Other valid values include negotiate, kerberos, ntlm, and digest, but these values are unlikely to be useful.
  43. --protocol-version The NuGet server protocol version to be used. Currently supported versions are 2 and 3. See https://learn.microsoft.com/nuget/api/overview for information about the version 3 protocol. Defaults to 2 if not specified.
  44. --configfile The NuGet configuration file. If specified, only the settings from this file will be used. If not specified, the hierarchy of configuration files from the current directory will be used. For more information, see https://docs.microsoft.com/nuget/consume-packages/configuring-nuget-behavior.
  45. -h|--help Show help information
  46.  
  47. Determining projects to restore...
Advertisement
Add Comment
Please, Sign In to add comment