Closed rannmann closed 12 years ago
Download the entire project and try to compile. On Sep 9, 2012 3:55 PM, "Jake" notifications@github.com wrote:
Trying to compile the ExampleBot, I get the following error.
Error 5 'SteamKit2.WebHelpers' is inaccessible due to its protection level C:\Users\rannmann\Documents\GitHub\SteamBot\SteamBot\Bot.cs 351 25 ExampleBot
The line:
sessionId = WebHelpers.EncodeBase64(callback.UniqueID.ToString());
I live in the web developer world and haven't really touched compiled languages since my college days, so it could be PEBKAC. Any information would be appreciated!
— Reply to this email directly or view it on GitHubhttps://github.com/Jessecar96/SteamBot/issues/7.
@geel9 I synced it directly from github, so it should have everything already.
Then I am an idiot and will look into it further once I'm at my computer On Sep 9, 2012 3:59 PM, "Jake" notifications@github.com wrote:
@geel9 https://github.com/geel9 I synced it directly from github, so it should have everything already.
— Reply to this email directly or view it on GitHubhttps://github.com/Jessecar96/SteamBot/issues/7#issuecomment-8408587.
I must have broken something at some point. I fetched the newest revision and everything seems to work now. Thanks!
Trying to compile the ExampleBot, I get the following error.
The line:
I live in the web developer world and haven't really touched compiled languages since my college days, so it could be PEBKAC. Any information would be appreciated!