Giter Club home page Giter Club logo

Comments (12)

eartharoid avatar eartharoid commented on August 23, 2024

Can you send the npm logs from before the bot starts?

from bot.

djdiaguuu123 avatar djdiaguuu123 commented on August 23, 2024

I have alredy fixed this issue. I had to old version of node js. I have another issue, I've installed bot but my web panel not working. Server not responding. I am using daki.cc. Is there any option to config it?
10/08/24 14:38:56 [ERROR] (HTTP) Error: listen EADDRNOTAVAIL: address not available 141.195.113.222:4300 at Server.setupListenHandle [as _listen2] (node:net:1734:21) at listenInCluster (node:net:1799:12) at doListen (node:net:1948:7) at process.processTicksAndRejections (node:internal/process/task_queues:83:21) { code: 'EADDRNOTAVAIL', errno: -99, syscall: 'listen', address: '141.195.113.222', port: 4300 }
Is there any way to host panel separatly on another web server?

from bot.

eartharoid avatar eartharoid commented on August 23, 2024

Change HTTP_INTERNAL back to 0.0.0.0.

from bot.

djdiaguuu123 avatar djdiaguuu123 commented on August 23, 2024

I changed it and now i have this:
10/08/24 21:56:23 [ERROR] (HTTP) Error: listen EADDRNOTAVAIL: address not available 141.195.113.222:4300 at Server.setupListenHandle [as _listen2] (node:net:1734:21) at listenInCluster (node:net:1799:12) at doListen (node:net:1948:7) at process.processTicksAndRejections (node:internal/process/task_queues:83:21) { code: 'EADDRNOTAVAIL', errno: -99, syscall: 'listen', address: '141.195.113.222', port: 4300 }
Of course web panel still not working.

from bot.

eartharoid avatar eartharoid commented on August 23, 2024

Sorry, I meant HTTP_HOST, not HTTP_INTERNAL.

from bot.

djdiaguuu123 avatar djdiaguuu123 commented on August 23, 2024

This site is unreachable
Server 141.195.113.222 taking too long to respond.

from bot.

djdiaguuu123 avatar djdiaguuu123 commented on August 23, 2024

Now there arent any errors in console but it still not works.

from bot.

djdiaguuu123 avatar djdiaguuu123 commented on August 23, 2024
DISCORD_SECRET=secret
DISCORD_TOKEN=token
DB_PROVIDER=mysql
HTTP_EXTERNAL=https://141.195.113.222:4300
HTTP_HOST=0.0.0.0
HTTP_PORT=4300
HTTP_INTERNAL=141.195.113.222
HTTP_TRUST_PROXY=true
INVALIDATE_TOKENS=
OVERRIDE_ARCHIVE=
PUBLIC_BOT=false
PUBLISH_COMMANDS=true
SUPER=405657136379592704
DB_CONNECTION_URL="sql"
ENCRYPTION_KEY=key

My ENV

from bot.

djdiaguuu123 avatar djdiaguuu123 commented on August 23, 2024

As you wrote on discord, i have chandeg HTTP_INTERNAL to HTTP_INTERNAL=http://127.0.0.1:4300 . Still not working. Do you know how to fix this? The console shows me that it supposedly works on http://127.0.0.1:4300/ but when I go to the external IP address provided by the hosting it doesn't work and shows that the page is not responding.

from bot.

djdiaguuu123 avatar djdiaguuu123 commented on August 23, 2024

My console now:

########  ####  ######   ######   #######  ########  ########  
##     ##  ##  ##    ## ##    ## ##     ## ##     ## ##     ## 
##     ##  ##  ##       ##       ##     ## ##     ## ##     ## 
##     ##  ##   ######  ##       ##     ## ########  ##     ## 
##     ##  ##        ## ##       ##     ## ##   ##   ##     ## 
##     ##  ##  ##    ## ##    ## ##     ## ##    ##  ##     ## 
########  ####  ######   ######   #######  ##     ## ########  
######## ####  ######  ##    ## ######## ########  ######  
   ##     ##  ##    ## ##   ##  ##          ##    ##    ## 
   ##     ##  ##       ##  ##   ##          ##    ##       
   ##     ##  ##       #####    ######      ##     ######  
   ##     ##  ##       ##  ##   ##          ##          ## 
   ##     ##  ##    ## ##   ##  ##          ##    ##    ## 
   ##    ####  ######  ##    ## ########    ##     ######  
Discord Tickets (​https://discordtickets.app​) bot v4.0.19 by eartharoid
Sponsor this project at https://discordtickets.app/sponsor
 11/08/24 20:48:25  [INFO] (AUTOCOMPLETE) Loaded "category" autocompleter
 11/08/24 20:48:25  [INFO] (AUTOCOMPLETE) Loaded "references" autocompleter
 11/08/24 20:48:25  [INFO] (AUTOCOMPLETE) Loaded "tag" autocompleter
 11/08/24 20:48:25  [INFO] (AUTOCOMPLETE) Loaded "ticket" autocompleter
 11/08/24 20:48:25  [INFO] (BUTTONS) Loaded "claim" button
 11/08/24 20:48:25  [INFO] (BUTTONS) Loaded "close" button
 11/08/24 20:48:25  [INFO] (BUTTONS) Loaded "create" button
 11/08/24 20:48:25  [INFO] (BUTTONS) Loaded "edit" button
 11/08/24 20:48:25  [INFO] (BUTTONS) Loaded "unclaim" button
 11/08/24 20:48:25  [INFO] (COMMANDS) Loaded "Create ticket from message" message command
 11/08/24 20:48:25  [INFO] (COMMANDS) Loaded "Pin message" message command
 11/08/24 20:48:25  [INFO] (COMMANDS) Loaded "add" slash command
 11/08/24 20:48:25  [INFO] (COMMANDS) Loaded "claim" slash command
 11/08/24 20:48:25  [INFO] (COMMANDS) Loaded "close" slash command
 11/08/24 20:48:25  [INFO] (COMMANDS) Loaded "force-close" slash command
 11/08/24 20:48:25  [INFO] (COMMANDS) Loaded "help" slash command
 11/08/24 20:48:25  [INFO] (COMMANDS) Loaded "move" slash command
 11/08/24 20:48:25  [INFO] (COMMANDS) Loaded "new" slash command
 11/08/24 20:48:25  [INFO] (COMMANDS) Loaded "priority" slash command
 11/08/24 20:48:25  [INFO] (COMMANDS) Loaded "release" slash command
 11/08/24 20:48:25  [INFO] (COMMANDS) Loaded "remove" slash command
 11/08/24 20:48:25  [INFO] (COMMANDS) Loaded "tag" slash command
 11/08/24 20:48:25  [INFO] (COMMANDS) Loaded "tickets" slash command
 11/08/24 20:48:25  [INFO] (COMMANDS) Loaded "topic" slash command
 11/08/24 20:48:25  [INFO] (COMMANDS) Loaded "transcript" slash command
 11/08/24 20:48:25  [INFO] (COMMANDS) Loaded "transfer" slash command
 11/08/24 20:48:25  [INFO] (COMMANDS) Loaded "Create ticket for user" user command
 11/08/24 20:48:25  [INFO] (MENUS) Loaded "create" menu
 11/08/24 20:48:25  [INFO] (MODALS) Loaded "feedback" modal
 11/08/24 20:48:25  [INFO] (MODALS) Loaded "questions" modal
 11/08/24 20:48:25  [INFO] (MODALS) Loaded "topic" modal
 11/08/24 20:48:30  [SUCCESS] Connected to Discord as "Helpdesk Varso#9070" over 1 shards
 11/08/24 20:48:30  [INFO] (PRISMA) quaint::pooled Starting a mysql pool with 25 connections.
 11/08/24 20:48:30  [SUCCESS] (HTTP) Listening at http://0.0.0.0:4300
 11/08/24 20:48:30  [INFO] Cached ticket count of 0 categories (0 open tickets)
 11/08/24 20:48:30  [INFO] Loaded 0 active cooldowns
 11/08/24 20:48:30  [INFO] Closed 0 deleted tickets
 11/08/24 20:48:30  [INFO] Automatically publishing commands...
 11/08/24 20:48:31  [INFO] Checking for updates...
 11/08/24 20:48:31  [SUCCESS] Published 18 commands
 11/08/24 20:48:31  [INFO] No updates available
 11/08/24 20:48:35  [SUCCESS] Posted client stats

from bot.

eartharoid avatar eartharoid commented on August 23, 2024

Your HTTP_EXTERNAL value should start with http not https.

from bot.

djdiaguuu123 avatar djdiaguuu123 commented on August 23, 2024

It still not works.

from bot.

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.