Giter Site home page Giter Site logo

Comments (5)

ShamanCoder avatar ShamanCoder commented on June 26, 2024 1

I was able to set the bot up on my phone this way:

  1. Go to /data/media/0/ (Important: not /sdcard/ or /storage/emulated/0/ - the bot's setup requires creating symbolic links which are only supported on ext4 and most phones have their emulated storage formatted using exfat, so use /data/media/0/ because it magically supports symlinks on all phones).
  2. Follow the instructions from the wiki.
  3. Scan for npm module updates with npm outdated
  4. Update the npm modules using npm i [module_name] (This also is important - tried starting the bot without updating modules and it just gave me the same errors as before).
  5. Set up the configuration file using the help of the wiki.
  6. Start the bot.
  7. Profit! 👍

from tf2-automatic.

idinium96 avatar idinium96 commented on June 26, 2024

Most of the dependencies for tf2-automatic are outdated, and one of them is steamcommunity.

Update steamcommunity by running npm i steamcommunity --save and restart your bot.

If you want to update any other dependencies, run npm outdated and it will list out all other outdated dependencies. You can update each of them with the same command mentioned above, or multiple with npm i <dep1> [dep2] ... [depN] --save. Please avoid updating @types/death and jsonschema dependencies as the newer version do not compatible with the current tf2-automatic source codes.

from tf2-automatic.

ShamanCoder avatar ShamanCoder commented on June 26, 2024

Updated all dependencies except for @types/death and @jsonschema with npm i [dependency] --save.
This didn't affect my bot at all, it still gives the same error.

from tf2-automatic.

ShamanCoder avatar ShamanCoder commented on June 26, 2024

Sorry for my improper testing, I forgot to test on my computer.
Interestingly, the bot works on my PC, so it's not a problem with a bot.
I suppose I'll look into it for a few more days.

from tf2-automatic.

ShamanCoder avatar ShamanCoder commented on June 26, 2024

I tried to install tf2-automatic on my phone and compile it there too.
During npm install I've found out that my phone can't create symlinks. This is probably related to my storage being formatted in fat and not ext4. I'll try to get an SD card on which I would install the bot.

from tf2-automatic.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.