Jessecar96 / SteamBot

Automated bot software for interacting with Steam Trade
http://scrap.tf
MIT License
1.33k stars 910 forks source link

SteamKit2 inaccessible #7

Closed rannmann closed 12 years ago

rannmann commented 12 years ago

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!

geel9 commented 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.

rannmann commented 12 years ago

@geel9 I synced it directly from github, so it should have everything already.

geel9 commented 12 years ago

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.

rannmann commented 12 years ago

I must have broken something at some point. I fetched the newest revision and everything seems to work now. Thanks!