Hello, I am trying to setup a jump server and wanted to ask for help on some issues.
I have so far installed everything located at:
https://github.com/Jump-Academy/jse with the exception of:
-autoexecconfig
-multi colors
-smlib
-tf2items
I have posted an attachment of the plugins active list and error log.
AI Has been kind enough to answer some of my questions. I figure I would post here so anyone else with the same issue can reference this thread.
1) My first issue was:
The jse_tracker.smx plugin would say:
Could not find database config "jse"
In order to fix this issue, I made a MySQL server and then edited my ../sourcemod/configs/databases.cfg as shown in the attachment.
AI explained that: "The plugins were designed and tested with MySQL, so it assumes you have access to a separate server running database software."
2) The next issue I had was jse_tracker reporting:
Cannot connect to database: [2002]: Can't connect to local MySQL server through socket '/tmp/mysql.sock'
In order to fix this issue, I edited my ../sourcemod/configs/databases.cfg from 'localhost' to '127.0.0.1'
This makes the OS use the TCP/IP instead of socket and fixed the issue for me.
After that autosave is working properly. However /save, /s (manual save) still don't work. Is there something else that needs to be done to get those to work?
Additionally, how can I go about fixing the error being reported by JumpBot:
"Cannot open file for writing: addons/sourcemod/data/jse/jumpbot/.cache/index.cfg"
In Game testing on jump_academy_easy_e:
JumpBot reports:
"[jb] No Recordings Were Found For this map"
/mi reports:
"[jse] No map info was found"
I have attached a screenshot of the error reported from jse_api.smx in the server log.
It lists a Windows path, whereas I'm running a Linux Server.
I would very much appreciate your help!
Attachments:
https://imgur.com/2CE2q1V [First Edit which Solved Issue 1, Created Issue 2]
https://imgur.com/reFWKdf [Second Edit which Solved Issue 2]
https://imgur.com/n3T2rc8 [Server Log / Plugin Errors]
https://imgur.com/U9nnjz0 [Error from jse_api.smx]