3ventic / BotVentic

Twitch-focused Discord bot
https://github.com/3ventic/BotVenticCore
MIT License
22 stars 4 forks source link

Getting an unhandled exception when running the program #13

Open Alpgh367 opened 8 years ago

Alpgh367 commented 8 years ago

When running the program I am getting this error: http://puu.sh/s5ZEt.png

swiftyspiffy commented 8 years ago

I happened to be viewing this repo and saw your issue. Looks like all you need to do is add Newtonsoft (JSON library).

To do that: Project tab -> Manage NuGet packages -> Browse tab -> search "Newtonsoft" -> The first listing (should be a black rocket ship), click this listing -> Click Install button.

Not sure the required version of it, you may need to mess around with the version of Newtonsoft.Json you install.