Jump to content
McKay Development

RomanStifler

Member
  • Posts

    1
  • Joined

  • Last visited

Posts posted by RomanStifler

  1. Hello. Maybe someone has encountered such a problem.
    Here is my code: 
    const SteamCommunity = require('steamcommunity')
    const SteamTotp = require('steam-totp')
    const request = require('request')
    
    var myProxy = request.defaults({'proxy': 'http://104.***.***.*3:3128' });
    const client = new SteamCommunity({ 
    	"localAddress": myProxy,
    	"request": myProxy,
    });
    client.login(
    	loginOptions,
    	function(err, sessionID, cookies, steamguard) {
    	if (err)
    		console.log('ERROR', err)
    });
    

    2018_04_18_16_36_49.png

     

    How can i solve this?

     

×
×
  • Create New...