Jump to content
McKay Development

Got 403 everywhere in steam on my VPS server


sNIP

Recommended Posts

Yesterday I was testing my steam bot to get my inventory and to send some offers. I had sent about 50 offers only to my main account(which I declined them all) and I fetched my inventory like 70~times. Nothing was wrong, even at the end of the testing. Today when I tried to access steam on my vps server, no matter logged or not, it gives me 403 forbidden. What did I do wrong? Did steam ban me temporary because I was pooling too much or banned the ip forever. The account seems fine, client.on("accountLimitations") returns false. I didn't do anything malicious, how to proceed if I want to run my bot on dedicated server again?

 

The pollings I used.

 

fetch friend list for their personas(did this only once yesterday)

 

startConfirmationChecker(20000)

 

setInterval( function() {

client.webLogOn();

}, 1000*60*5

 

Edit: I have seems to have forget the bot running midnight, but is that really a problem?

 

Edit2: Loggin in is fine, just cant send offers and anything that have job with steamcommunity

 

Iam getting 403 from both steamcommunity and steam store but I can log in fine

 

Edit3: I just bought a new ip and everything works fine for now

Edited by sNIP
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...