Closed elayscs closed 3 years ago
Did you enable get5-apistats file?
Did you enable get5-apistats file?
Did you install SteamWorks ?
Вы установили SteamWorks?
[SM] Listing 21 plugins: 01 "Sound Commands" (1.10.0.6499) by AlliedModders LLC 02 "Fun Votes" (1.10.0.6499) by AlliedModders LLC 03 "Basic Ban Commands" (1.10.0.6499) by AlliedModders LLC 04 "Admin Help" (1.10.0.6499) by AlliedModders LLC 05 "Fun Commands" (1.10.0.6499) by AlliedModders LLC 06 "Admin Menu" (1.10.0.6499) by AlliedModders LLC 07 "Get5 Web API Integration" (0.7.2-dev+505) by splewis 08 "Basic Commands" (1.10.0.6499) by AlliedModders LLC 09 "Player Commands" (1.10.0.6499) by AlliedModders LLC 10 "Client Preferences" (1.10.0.6499) by AlliedModders LLC 11 "Basic Info Triggers" (1.10.0.6499) by AlliedModders LLC 12 "Get5" (0.7.1) by splewis 13 "Gloves" (1.0.3) by kgns | oyunhost.net 14 "Nextmap" (1.10.0.6499) by AlliedModders LLC 15 "Reserved Slots" (1.10.0.6499) by AlliedModders LLC 16 "Basic Chat" (1.10.0.6499) by AlliedModders LLC 17 "Admin File Reader" (1.10.0.6499) by AlliedModders LLC 18 "Basic Comm Control" (1.10.0.6499) by AlliedModders LLC 19 "Weapons & Knives" (1.7.0) by kgns | oyunhost.net 20 "Basic Votes" (1.10.0.6499) by AlliedModders LLC 21 "Anti-Flood" (1.10.0.6499) by AlliedModders LLC yes i install steamwork
do i need to use apistats and mysqlstats or i need only one of this?
From the webpanel documentation :
Note: when using this web panel, the CS:GO game servers must have both the core get5 plugin and the get5_apistats plugin. They are released together. This means the server must also be running the Steamworks and SMJansson extensions.
So, yes, apistats is needed, while mysqlstats is not.
i dont have smjansson i will download it now
Из документации веб-панели:
i downloaded smjansson but i still have this error
Из документации веб-панели:
Примечание: при использовании этой веб-панели игровые серверы CS: GO должны иметь как основной плагин get5, так и плагин get5_apistats. Их выпускают вместе. Это означает, что на сервере также должны быть запущены расширения Steamworks и SMJansson.
Итак, да, apistats необходим, а mysqlstats - нет.
@splewis
@Drarig29 can u help me bro? : D
No reason to tagging people.
Btw. what site are you using to create a match?
Are you sure you have this file : https://raw.githubusercontent.com/KyleSanderson/SteamWorks/master/Pawn/includes/SteamWorks.inc
In this folder : addons/sourcemod/scripting/include
No reason to tagging people.
Btw. what site are you using to create a match?
ok bro :D
Are you sure you have this file : https://raw.githubusercontent.com/KyleSanderson/SteamWorks/master/Pawn/includes/SteamWorks.inc
In this folder :
addons/sourcemod/scripting/include
No reason to tagging people.
Btw. what site are you using to create a match?
Maybe the website doesn't work... find the ID of your match and go to this URL :
https://get5.splewis.net/match/<matchid>/config
Check that the page contains the JSON config.
How does your get5_loadmatch_url command looks? Did you call it with http:// or https:// in front? if thats the case you have to put it in quotation marks like get5_loadmatch_url "https://test.test.net/testconfig"
Как выглядит ваша команда get5_loadmatch_url? Вы вызывали его с http: // или https: // впереди? если это так, вы должны заключить его в кавычки, например get5_loadmatch_url " https://test.test.net/testconfig "
i dont understand bro
Actually, I think he's using the webpanel to load the config, and the code is removing http://
and https://
:
Are you using the webpanel to load the config too ? Or are you trying to do get5_loadmatch_url
manually via the RCON?
Are you using the webpanel to load the config too ? Or are you trying to do
get5_loadmatch_url
manually via the RCON?
i just added server to webpanel and trying to create match
i tried console
Actually, I think he's using the webpanel to load the config, and the code is removing
http://
andhttps://
:
oh, i have never used it, so i didnt knew it supports direct rcon usage :D okay, if its removing the http(s) it should be not be our addition which breaks the whole thing.
i tried console
can you enable debugging please with
get5_debug 32
Yes, I knew you were thinking about your addition, but actually, he's using the latest release. So there isn't our changes yet 😉
I would try a clean install of your CS:GO server. Maybe it's not up to date and SteamWorks isn't working fine.
The error you are getting comes from these lines:
Clearly, the problem comes from SteamWorks. Maybe you have a conflict somewhere too.
я попробовал консоль
Можете ли вы включить отладку с помощью
get5_debug 32
i tried but i think it doesnt worked
I would try a clean install of your CS:GO server. Maybe it's not up to date and SteamWorks isn't working fine.
The error you are getting comes from these lines:
Clearly, the problem comes from SteamWorks. Maybe you have a conflict somewhere too.
what could it be?
i tried but i think it doesnt worked
It shouldn't have made it work but now we have logs.
Could you please dump your addons/sourcemod/logs/get5_debuginfo.txt
file?
Yes, I knew you were thinking about your addition, but actually, he's using the latest release. So there isn't our changes yet
oh, didnt saw that version.
I would try a clean install of your CS:GO server. Maybe it's not up to date and SteamWorks isn't working fine. The error you are getting comes from these lines: https://github.com/splewis/get5/blob/8bfb326fae1822ddae80a4844808d42c5ea826b3/scripting/get5/matchconfig.sp#L216-L220
Clearly, the problem comes from SteamWorks. Maybe you have a conflict somewhere too.
what could it be?
Post the content of the Log file please.
You can also try to use the recent developer Version of get5 (http://ci.splewis.net/job/get5/lastSuccessfulBuild/)
я пробовал, но думаю, что это не сработало
Это не должно было заставить его работать, но теперь у нас есть логи.
Не могли бы вы сбросить свой
addons/sourcemod/logs/get5_debuginfo.txt
файл?
first, please move the get5_mysqlstats.smx to the disabled Plugins
сначала переместите get5_mysqlstats.smx в отключенные плагины
already
then please delete your addons/sourcemod/logs/get5_debuginfo.txt, restart the cs server, issue the get5_debug 32 once again, test it once again and post the log content again
since your error is "Failed to create HTTP GET request" there should be at least an log entry with "cleanedUrl (SteamWorks) = *" if the debugging is enabled, which i can`t see at the Moment
затем удалите свои addons / sourcemod / logs / get5_debuginfo.txt, перезапустите сервер cs, снова выполните get5_debug 32 , проверьте его еще раз и снова опубликуйте содержимое журнала
i delete my get5_Debuginfo and he is not creating again and tried to create match on get5 web panel and it write in my console
really strange... which archive of SteamWorks do you have used? is it possible you used the Windows version on a Linux Server or the other way around? whats in your addons/sourcemod/extensions Folder? which OS does your Server run?
really strange... which archive of SteamWorks do you have used? is it possible you used the Windows version on a Linux Server or the other way around? whats in your addons/sourcemod/extensions Folder? which OS does your Server run?
linux
Please show your addons/sourcemod/extensions Folder. Is it a hosted gameserver or do you self host on a v/root/dedicated server?
Are you sure you have this file : https://raw.githubusercontent.com/KyleSanderson/SteamWorks/master/Pawn/includes/SteamWorks.inc
In this folder :
addons/sourcemod/scripting/include
Did you download exactly this file? Or did you just say you have a file of this name on your server?
Are you sure you have this file : https://raw.githubusercontent.com/KyleSanderson/SteamWorks/master/Pawn/includes/SteamWorks.inc In this folder :
addons/sourcemod/scripting/include
Did you download exactly this file? Or did you just say you have a file of this name on your server?
yes exactly ill try to setup windows steamwork now
Are you sure you have this file : https://raw.githubusercontent.com/KyleSanderson/SteamWorks/master/Pawn/includes/SteamWorks.inc In this folder :
addons/sourcemod/scripting/include
Did you download exactly this file? Or did you just say you have a file of this name on your server?
correct me if i'm wrong but i thougt only that file is not enough because you also need the .so/.dll of steamworks?
Are you sure you have this file : https://raw.githubusercontent.com/KyleSanderson/SteamWorks/master/Pawn/includes/SteamWorks.inc In this folder :
addons/sourcemod/scripting/include
Did you download exactly this file? Or did you just say you have a file of this name on your server?
yes exactly ill try to setup windows steamwork now
Please Answer the questions... it makes no sense if you have a Linux server to setup the windows steamworks...
Are you sure you have this file : https://raw.githubusercontent.com/KyleSanderson/SteamWorks/master/Pawn/includes/SteamWorks.inc In this folder :
addons/sourcemod/scripting/include
Did you download exactly this file? Or did you just say you have a file of this name on your server?
oh no i didnt download ur file i just have this file and now i cant open ur link
Did you download exactly this file? Or did you just say you have a file of this name on your server?
correct me if i'm wrong but i thougt only that file is not enough because you also need the .so/.dll of steamworks?
Oh yes, actually you're right! This is only to build the plugin.
So, @elayscs please follow these instructions :
https://github.com/splewis/get5/wiki/Step-by-step-installation-guide#4-install-steamworks-optional
(If you haven't done it already.)
Yes and please make sure you know what type of Server you are running (Windows or Linux !) and choose the right package!
Yes and please make sure you know what type of Server you are running (Windows or Linux !) and choose the right package!
linux
Did you download exactly this file? Or did you just say you have a file of this name on your server?
correct me if i'm wrong but i thougt only that file is not enough because you also need the .so/.dll of steamworks?
Oh yes, actually you're right! This is only to build the plugin.
So, @elayscs please follow these instructions :
https://github.com/splewis/get5/wiki/Step-by-step-installation-guide#4-install-steamworks-optional
(If you haven't done it already.)
yes i do this already
i have a question can i add steam id of players without web get panel?
You can with get5_addplayer
. Please read the documentation and open a new issue if you have other questions.
cant create match on get5 web failed to load match config
help me pls
[get5.smx] Failed to load match config: Failed to create HTTP GET request Failed to load match config.