Giter Club home page Giter Club logo

Comments (7)

mrnoahfink avatar mrnoahfink commented on May 13, 2024

Here Error Log for Heroku Stable
kpgtf2statuserver-logs-1602955622235.txt

from discordgsm.

Alpha-20 avatar Alpha-20 commented on May 13, 2024

Might be an error in your server.json file. The bot crashes if there's an error in your server.json file. Better to join their discord to contact their support team.

from discordgsm.

mrnoahfink avatar mrnoahfink commented on May 13, 2024

Well, I try to fix something in server.json and no luck.

Can you check and see that if I did something wrong? (btw GitHub doesn't support json files)

statuserver.txt

from discordgsm.

Alpha-20 avatar Alpha-20 commented on May 13, 2024

Better to get it checked from the developer himself. here's the discord link https://discord.gg/Sp36ss

from discordgsm.

mrnoahfink avatar mrnoahfink commented on May 13, 2024

I did join a couple of days ago lol. anyway, I did mention that.

from discordgsm.

TandelK avatar TandelK commented on May 13, 2024

@mrnoahfink I can see that after every servers added in servers.json you forgot to add , in the end. As per the JSON Format it should be like this

[
    {
        "type": "SourceQuery",
        "game": "Team Fortress 2",
        "addr": "",
        "port": 27015,
        "channel": ,
        "image_url": ""
    },
   {
        "type": "SourceQuery",
        "game": "Team Fortress 2",
        "addr": "",
        "port": 27025,
        "channel": ,
        "image_url": ""
    }
]

After the ending of each section you will have to mention , in the end except for the last one.

from discordgsm.

mrnoahfink avatar mrnoahfink commented on May 13, 2024

Thanks! Now I don't have any problem! I realize that I just don't need , the last one. Thanks so much for helping!

from discordgsm.

Related Issues (19)

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.