Jump to content
McKay Development

Duodecim

Member
  • Posts

    13
  • Joined

  • Last visited

Posts posted by Duodecim

  1. I use passport and  SteamStrategy to login my steam account to my bot, and i found this peculiar bug, 

    When i enter from anyware to https://steamcommunity.com/chat/
    The method  that handles the bot errors of SteamUser gets emited and the session of my bot ends, so i need to login again.

    //Listen Error Bots Bidirectional
    client.on('error', function(err) {
    console.log('Bot-Error');
    socket.emit('bot-errors', err); // Updates Live Notification
    }, err => {
    console.log('error');
    console.log(err);
    });

    Thanks !

  2. Hello Comm, I'm here to ask if there is something similar to "switch stable endpoint method" , on https://github.com/DoctorMcKay/node-steam-tradeoffer-manager


    I was experienced steam overload more frequently in this steam sales, i saw in a few forums that there is a new limit in all request of steam, to solve this there are a few tools that are able to switch an stable version of the steam https://github.com/cantryDev/FixCSGOInventory/blob/master/de/cantry/fixcsgoinventory/manifest.json (not tested)
    is something similar on node-steam-tradeoffer-manager ?

    Clear out,  when is called  getUserInventoryContents 5 times or more, i get the message "You've made too many requests recently. Please wait and try your request again later".

    Note : my isp is from argentina

  3. Hello, I'm using  TradeOfferManager and SteamUser libraries, following the docs on 
    https://github.com/DoctorMcKay/node-steam-user#patterns-
    https://github.com/DoctorMcKay/node-steam-tradeoffer-manager/wiki
    so far I was able to continue my project and learning more about programming in the process, in a few features of the project I use getUserInventoryContents and works fine,

    There is one feature that require more than one call of this method getUserInventoryContents, this feature works, but in cases crashes when the user runs this a few times.
    I don't know if this may be related but i get the GET /ab2h,  ab2g after the crash,
    my question my node server requires robots.txt to avoid this ? or add more delay on each getUserInventoryContents call ?

    Thanks !

  4. Hello, I'm full stack dev, working on a project to improve my full stack skills with node angular and MySQL as database

    an i was a trader with 2500+ trades confirmed, so i pick this data source that is very interested to manage.
    for now i'm handling getUserInventoryContents passing an Trade Url, my question
    is there is a way to verify the currents items of a user inventory, by passing some list of assets id

    looking for this solution because there is a case, that i need to call getUserInventoryContents for more than one user and verify if this value is updated

×
×
  • Create New...