jammerware / margiebot

MargieBot is a .NET library designed to make building bots for Slack fast, easy, and fun.
MIT License
122 stars 42 forks source link

MargieBot on Nuget Requies Bazam.WebSockets #17

Open idvorkin opened 8 years ago

idvorkin commented 8 years ago

This is occuring via linqpad, but I suspect that's a red herring

When I try to use the MargieBot via the nuget package, I can an exception trying to connect:


Could not load file or assembly 'Bazam.WebSockets, Version=1.0.2.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.

   at MargieBot.Bot.<Connect>d__61.MoveNext()
   at System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start[TStateMachine](TStateMachine& stateMachine)
   at MargieBot.Bot.Connect(String slackKey)
   at UserQuery.<RunUserAuthoredQuery>d__0.MoveNext() in C:\Users\idvor\AppData\Local\Temp\LINQPad5\_ekgubgol\query_snztoq.cs:line 41

When I use the MarigeBot built from source, everything works fine.