Raised This Month: $12 Target: $400
 3% 

[CS:GO] RankMe Kento Edition (3.0.3.Kento.33.2 | 2020-11-11)


Post New Thread Reply   
 
Thread Tools Display Modes
rogeraabbccdd
Veteran Member
Join Date: Jun 2015
Location: de_dust2
Old 04-16-2019 , 18:38   Re: [CS:GO] RankMe Kento Edition (3.0.3.Kento.31 | 2019-4-16)
Reply With Quote #641

Quote:
Originally Posted by Deivid90 View Post
Corrected translation "es"
Updated to github, thank you!
__________________

Please keep in mind, nobody have responsibility to help you, especially who don't try to Google first.
I only read messages in Chinese and English.

GitHub | Discord:Kento#2118
rogeraabbccdd is offline
Deivid90
Junior Member
Join Date: Apr 2019
Old 04-16-2019 , 21:14   Re: [CS:GO] RankMe Kento Edition (3.0.3.Kento.31 | 2019-4-16)
Reply With Quote #642

Log errors.

Code:
L 04/17/2019 - 02:59:15: [SM] Exception reported: Invalid query Handle 0 (error: 4)
L 04/17/2019 - 02:59:15: [SM] Blaming: kento_rankme.smx
L 04/17/2019 - 02:59:15: [SM] Call stack trace:
L 04/17/2019 - 02:59:15: [SM]   [0] SQL_GetRowCount
L 04/17/2019 - 02:59:15: [SM]   [1] Line 291, d:\csgoserver\csgo\addons\sourcemod\scripting\kento_rankme.sp::SQL_SetUniqueCallback
Deivid90 is offline
rogeraabbccdd
Veteran Member
Join Date: Jun 2015
Location: de_dust2
Old 04-17-2019 , 09:47   Re: [CS:GO] RankMe Kento Edition (3.0.3.Kento.31 | 2019-4-16)
Reply With Quote #643

Quote:
Originally Posted by Deivid90 View Post
Log errors.

Code:
L 04/17/2019 - 02:59:15: [SM] Exception reported: Invalid query Handle 0 (error: 4)
L 04/17/2019 - 02:59:15: [SM] Blaming: kento_rankme.smx
L 04/17/2019 - 02:59:15: [SM] Call stack trace:
L 04/17/2019 - 02:59:15: [SM]   [0] SQL_GetRowCount
L 04/17/2019 - 02:59:15: [SM]   [1] Line 291, d:\csgoserver\csgo\addons\sourcemod\scripting\kento_rankme.sp::SQL_SetUniqueCallback
Hi, I just updated a new version which logs query error in SQL_SetUniqueCallback.
Please update your plugin and post your query error, thank you.
__________________

Please keep in mind, nobody have responsibility to help you, especially who don't try to Google first.
I only read messages in Chinese and English.

GitHub | Discord:Kento#2118
rogeraabbccdd is offline
Deivid90
Junior Member
Join Date: Apr 2019
Old 04-17-2019 , 16:45   Re: [CS:GO] RankMe Kento Edition (3.0.3.Kento.31 | 2019-4-16)
Reply With Quote #644

Quote:
Originally Posted by rogeraabbccdd View Post
Hi, I just updated a new version which logs query error in SQL_SetUniqueCallback.
Please update your plugin and post your query error, thank you.
Hello again, after updating it I received this error.
Code:
L 04/17/2019 - 22:21:30: SourceMod error session started
L 04/17/2019 - 22:21:30: Info (map "workshop/000000000/...") (file ".../csgo/addons/sourcemod/logs/errors_20190417.log")
L 04/17/2019 - 22:21:30: [kento_rankme.smx] [RankMe] Save Player Fail: near "SHOW": syntax error

Last edited by Deivid90; 04-17-2019 at 16:51.
Deivid90 is offline
rogeraabbccdd
Veteran Member
Join Date: Jun 2015
Location: de_dust2
Old 04-17-2019 , 21:27   Re: [CS:GO] RankMe Kento Edition (3.0.3.Kento.31 | 2019-4-16)
Reply With Quote #645

Quote:
Originally Posted by Deivid90 View Post
Hello again, after updating it I received this error.
Code:
L 04/17/2019 - 22:21:30: SourceMod error session started
L 04/17/2019 - 22:21:30: Info (map "workshop/000000000/...") (file ".../csgo/addons/sourcemod/logs/errors_20190417.log")
L 04/17/2019 - 22:21:30: [kento_rankme.smx] [RankMe] Save Player Fail: near "SHOW": syntax error
looks like you're using sqlite in your server.
I will fix it after work today.
__________________

Please keep in mind, nobody have responsibility to help you, especially who don't try to Google first.
I only read messages in Chinese and English.

GitHub | Discord:Kento#2118
rogeraabbccdd is offline
WardPearce
Senior Member
Join Date: Apr 2017
Location: New Zealand
Old 04-17-2019 , 23:46   Re: [CS:GO] RankMe Kento Edition (3.0.3.Kento.31 | 2019-4-16)
Reply With Quote #646

Created a new rewrite of my outdated discord bot.
(Planning on adding web script and more features)

https://github.com/DistrictNineHost/RankMe-Discord-Web


WardPearce is offline
ayrton09_arg
Senior Member
Join Date: Nov 2017
Old 04-18-2019 , 02:33   Re: [CS:GO] RankMe Kento Edition (3.0.3.Kento.30 | 2018-12-12)
Reply With Quote #647

Quote:
Originally Posted by rogeraabbccdd View Post
Hi, it should be fixed now, please redownload the plugin.
If you still have this error, please run this sql
PHP Code:
ALTER TABLE `rankmeCHANGE steam steam VARCHAR(20
#1406 - Data too long for column 'steam' at row 488 i got this when i run sql
ayrton09_arg is offline
rogeraabbccdd
Veteran Member
Join Date: Jun 2015
Location: de_dust2
Old 04-18-2019 , 03:24   Re: [CS:GO] RankMe Kento Edition (3.0.3.Kento.30 | 2018-12-12)
Reply With Quote #648

Quote:
Originally Posted by ayrton09_arg View Post
#1406 - Data too long for column 'steam' at row 488 i got this when i run sql
Increase 20 to bigger number.
__________________

Please keep in mind, nobody have responsibility to help you, especially who don't try to Google first.
I only read messages in Chinese and English.

GitHub | Discord:Kento#2118
rogeraabbccdd is offline
Gerticek
Member
Join Date: Dec 2018
Old 04-18-2019 , 07:07   Re: [CS:GO] RankMe Kento Edition (3.0.3.Kento.31 | 2019-4-16)
Reply With Quote #649

Hi,
does not work topweapon.
https://ctrlv.cz/ZYHL
Gerticek is offline
rogeraabbccdd
Veteran Member
Join Date: Jun 2015
Location: de_dust2
Old 04-18-2019 , 10:02   Re: [CS:GO] RankMe Kento Edition (3.0.3.Kento.31 | 2019-4-16)
Reply With Quote #650

Quote:
Originally Posted by Gerticek View Post
Hi,
does not work topweapon.
https://ctrlv.cz/ZYHL
Hi, I found the problem and I have fixed it.
Update will coming later.
__________________

Please keep in mind, nobody have responsibility to help you, especially who don't try to Google first.
I only read messages in Chinese and English.

GitHub | Discord:Kento#2118

Last edited by rogeraabbccdd; 04-18-2019 at 10:33.
rogeraabbccdd is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 14:23.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode