Jump to content

backpack.tf automatic help thread


Brad Pitt

Recommended Posts

I own a Macbook Pro and I'm trying to find a way to use the Automatic Trading for backpack.tf. I followed the instructions (install node.js, download the latest version of the file, and unzip it), but when I open my automatic.bat file, I get this error instead of it asking for my Steam information:


 


 


 

@ECHO OFF

node bot

IF %ERRORLEVEL% == 0 GOTO QUIT

pause

:QUIT

 

 

I am really confused and don't know what to do. Please help ASAP!

Link to comment
Share on other sites

 

I own a Macbook Pro and I'm trying to find a way to use the Automatic Trading for backpack.tf. I followed the instructions (install node.js, download the latest version of the file, and unzip it), but when I open my automatic.bat file, I get this error instead of it asking for my Steam information:

 

 

 
@ECHO OFF
node bot
IF %ERRORLEVEL% == 0 GOTO QUIT
pause
:QUIT
 
 
I am really confused and don't know what to do. Please help ASAP!

 

 

Open Terminal.app in the Automatic directory and type 'node bot'

Link to comment
Share on other sites

Open Terminal.app in the Automatic directory and type 'node bot'

 

 

Okay, I opened Terminal and typed in "node bot" and got this:

 

 

module.js:338

    throw err;

          ^

Error: Cannot find module '/Users/xxxxxx/bot'

    at Function.Module._resolveFilename (module.js:336:15)

    at Function.Module._load (module.js:278:25)

    at Function.Module.runMain (module.js:501:10)

    at startup (node.js:129:16)

    at node.js:814:3

Link to comment
Share on other sites

Okay, I opened Terminal and typed in "node bot" and got this:

 

 

module.js:338

    throw err;

          ^

Error: Cannot find module '/Users/xxxxxx/bot'

    at Function.Module._resolveFilename (module.js:336:15)

    at Function.Module._load (module.js:278:25)

    at Function.Module.runMain (module.js:501:10)

    at startup (node.js:129:16)

    at node.js:814:3

 

 

 

in the Automatic directory

 

use the cd command to navigate there (cd dirname)

Link to comment
Share on other sites

This is my error every time I launch backpack.tf automaic 0.0.24 all.
I am on a windows 8 laptop.

I have restarted that did not fix the problem!

I do have node.js installed

Thanks in advance!

XEa6XB2.png?1

Link to comment
Share on other sites

Whoops. Support was added a while ago but not included in any release. Grab 0.0.24 for mobile authenticator support.

 

Note that you'll have to provide a code on every login. This is a Steam limitation.

 

Should have checked the protos before-hand I guess. Nice one ... ;)

 

@JZCowan: Seems like you are not running node.js v0.12. You can verify this by typing "node -v" in the command line.

Link to comment
Share on other sites

Hello!

 

I have a problem. I've sent a gift offer and i have "Skipping: Gifft offer". I've changed "acceptGift" on true, but it not work. What can i do? Maybe it's steam guard, because i had a block trade.

Link to comment
Share on other sites

Hello,when I am reciving an offer I get this error:

Error 24 while accepting refreshing the web cookies.

Help pls

Link to comment
Share on other sites

BogdanXD:

 

What happens afterwards? Copy/paste the complete log.

Nothing else happens it just starts again and gives me this error again,and again and again.

Some of my friends told my that could be that cuz it is a new device,is it true?

Link to comment
Share on other sites

Hello! Sorry, I have used Backpack automatic before but haven't used it for a while. So I wanted to start using it again. I am on Mac, I have downloaded all the necessary requirements but can't seem to get it to work. There is an error about reading dependancies or something, I am fairly new to commands so I don't know what this means. This is what comes up when I type this.

 

git clone https://bitbucket.org/srabouin/backpack.tf-automatic.git

cd backpack.tf-automatic
npm install
node bot

 

 

And this is what comes up

 

Last login: Thu Jul  9 19:08:37 on ttys000

-bash: bot: command not found

Harrys-Mac:~ Harry$ git clone https://bitbucket.org/srabouin/backpack.tf-automatic.git

fatal: destination path 'backpack.tf-automatic' already exists and is not an empty directory.

Harrys-Mac:~ Harry$ cd backpack.tf-automatic

Harrys-Mac:backpack.tf-automatic Harry$ npm install

node bot

npm ERR! install Couldn't read dependencies

npm ERR! Darwin 14.4.0

npm ERR! argv "/usr/local/bin/iojs" "/usr/local/bin/npm" "install"

npm ERR! node v2.3.3

npm ERR! npm  v2.11.3

npm ERR! path /Users/Harry/backpack.tf-automatic/package.json

npm ERR! code ENOPACKAGEJSON

npm ERR! errno -2

npm ERR! syscall open

 

npm ERR! package.json ENOENT: no such file or directory, open '/Users/Harry/backpack.tf-automatic/package.json'

npm ERR! package.json This is most likely not a problem with npm itself.

npm ERR! package.json npm can't find a package.json file in your current directory.

 

npm ERR! Please include the following file with any support request:

npm ERR!     /Users/Harry/backpack.tf-automatic/npm-debug.log

Harrys-Mac:backpack.tf-automatic Harry$ node bot

module.js:338

    throw err;

          ^

Error: Cannot find module 'tough-cookie'

    at Function.Module._resolveFilename (module.js:336:15)

    at Function.Module._load (module.js:286:25)

    at Module.require (module.js:365:17)

    at require (module.js:384:17)

    at Object.<anonymous> (/Users/Harry/backpack.tf-automatic/node_modules/steam-tradeoffers/node_modules/request/lib/cookies.js:3:13)

    at Module._compile (module.js:430:26)

    at Object.Module._extensions..js (module.js:448:10)

    at Module.load (module.js:355:32)

    at Function.Module._load (module.js:310:12)

    at Module.require (module.js:365:17)

Harrys-Mac:backpack.tf-automatic Harry$

 

I have tried this many times and ignored this typing in the next code which I assume is

npm install -g forever 

 

 
Thanks SO much for helping, any support is much appreciated. Sorry if this is a double up comment on the forums!
Link to comment
Share on other sites

I'm getting this error:

 

warn: Syntax error in settings.json, could not reloading settings.

 

 

Can you help me? Many thanks.

 

Have a good one. 

Link to comment
Share on other sites

 

Hello! Sorry, I have used Backpack automatic before but haven't used it for a while. So I wanted to start using it again. I am on Mac, I have downloaded all the necessary requirements but can't seem to get it to work. There is an error about reading dependancies or something, I am fairly new to commands so I don't know what this means. This is what comes up when I type this.

 

git clone https://bitbucket.org/srabouin/backpack.tf-automatic.git

cd backpack.tf-automatic

npm install

node bot

 

 

And this is what comes up

 

Last login: Thu Jul  9 19:08:37 on ttys000

-bash: bot: command not found

Harrys-Mac:~ Harry$ git clone https://bitbucket.org/srabouin/backpack.tf-automatic.git

fatal: destination path 'backpack.tf-automatic' already exists and is not an empty directory.

Harrys-Mac:~ Harry$ cd backpack.tf-automatic

Harrys-Mac:backpack.tf-automatic Harry$ npm install

node bot

npm ERR! install Couldn't read dependencies

npm ERR! Darwin 14.4.0

npm ERR! argv "/usr/local/bin/iojs" "/usr/local/bin/npm" "install"

npm ERR! node v2.3.3

npm ERR! npm  v2.11.3

npm ERR! path /Users/Harry/backpack.tf-automatic/package.json

npm ERR! code ENOPACKAGEJSON

npm ERR! errno -2

npm ERR! syscall open

 

npm ERR! package.json ENOENT: no such file or directory, open '/Users/Harry/backpack.tf-automatic/package.json'

npm ERR! package.json This is most likely not a problem with npm itself.

npm ERR! package.json npm can't find a package.json file in your current directory.

 

npm ERR! Please include the following file with any support request:

npm ERR!     /Users/Harry/backpack.tf-automatic/npm-debug.log

Harrys-Mac:backpack.tf-automatic Harry$ node bot

module.js:338

    throw err;

          ^

Error: Cannot find module 'tough-cookie'

    at Function.Module._resolveFilename (module.js:336:15)

    at Function.Module._load (module.js:286:25)

    at Module.require (module.js:365:17)

    at require (module.js:384:17)

    at Object.<anonymous> (/Users/Harry/backpack.tf-automatic/node_modules/steam-tradeoffers/node_modules/request/lib/cookies.js:3:13)

    at Module._compile (module.js:430:26)

    at Object.Module._extensions..js (module.js:448:10)

    at Module.load (module.js:355:32)

    at Function.Module._load (module.js:310:12)

    at Module.require (module.js:365:17)

Harrys-Mac:backpack.tf-automatic Harry$

 

I have tried this many times and ignored this typing in the next code which I assume is

npm install -g forever 

 

 
Thanks SO much for helping, any support is much appreciated. Sorry if this is a double up comment on the forums!

 

 

Looks like the directory into which you're trying to clone it already exists and doesn't contain everything you need. Delete it and try again.

 

I'm getting this error:

 

warn: Syntax error in settings.json, could not reloading settings.

 

 

Can you help me? Many thanks.

 

Have a good one. 

 

Does it still work? You can safely ignore that if so.

Link to comment
Share on other sites

Looks like the directory into which you're trying to clone it already exists and doesn't contain everything you need. Delete it and try again.

 

 

Does it still work? You can safely ignore that if so.

 

Yep, it works :D This bot. This bot does not interfere with VAC system?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...