Jump to content
McKay Development

pc10201

Member
  • Posts

    5
  • Joined

  • Last visited

pc10201's Achievements

  1. I use casemove,but it is an gui software. I want an command line version with sleep time. But I do not be good at nodejs.
  2. Can you support other program language like golang or rust? Golang and rust are static program. There are easier to debug and compile than javascript.
  3. steamcommunity use request lib which was fully deprecated https://www.npmjs.com/package/request Can you replace it?
  4. I use proxy to run steam program. The proxy is stable because it is a dedicated line,I used golang program over it. It do not tell any wrong about proxy. But I use nodejs and node-steam-tradeoffer-manager to accept and confirm offers. Sometimes it tells Error: read ECONNRESET at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20) Emitted 'error' event on ClientRequest instance at: at TLSSocket.socketErrorListener (node:_http_client:442:9) at TLSSocket.emit (node:events:520:28) at emitErrorNT (node:internal/streams/destroy:157:8) at emitErrorCloseNT (node:internal/streams/destroy:122:3) at processTicksAndRejections (node:internal/process/task_queues:83:21) { errno: -54, code: 'ECONNRESET', syscall: 'read' } I upgrade nodejs from 18.16.1 lts to 20.3.1 But it is not fixed
  5. steamcommunity version is 3.5.2 community.acceptConfirmationForObject() But it does not works for me. The IDE(webstorm) show me community does no have acceptConfirmationForObject method.
×
×
  • Create New...