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

Problems getting Discord.Net with nuget #21

Closed
Xeltor opened this issue Jan 22, 2016 · 1 comment
Closed

Problems getting Discord.Net with nuget #21

Xeltor opened this issue Jan 22, 2016 · 1 comment

Comments

@Xeltor
Copy link

Xeltor commented Jan 22, 2016

When trying to get Discord.Net v0.7.3 (or the latest) it throws an error about not being able to resolve the dependency WebSocketSharp.

Error log:
Install-Package Discord.Net -Version 0.7.3
Attempting to resolve dependency 'Newtonsoft.Json (≥ 7.0.1)'.
Attempting to resolve dependency 'RestSharp (≥ 105.2.3)'.
Attempting to resolve dependency 'WebSocketSharp (≥ 1.0.3-rc9)'.
Install-Package : Unable to resolve dependency 'WebSocketSharp (≥ 1.0.3-rc9)'.
At line:1 char:16

  • Install-Package <<<< Discord.Net -Version 0.7.3
    • CategoryInfo : NotSpecified: (:) [Install-Package], InvalidOperationException
    • FullyQualifiedErrorId : NuGetCmdletUnhandledException,NuGet.PowerShell.Commands.InstallPackageCommand
@Xeltor
Copy link
Author

Xeltor commented Jan 22, 2016

Using "Install-Package WebSocketSharp -Pre" and then adding Discord.Net does work however.

@Xeltor Xeltor closed this as completed Jan 22, 2016
Still34 pushed a commit that referenced this issue May 24, 2021
Sorting with the highest number first is *de*scending order.
quinchs added a commit to quinchs/Discord.Net that referenced this issue Sep 20, 2021
…d GetOriginalResponseAsync to SocketInteraction. Fixed a few null bugs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant