Page 1 of 1

installation problem-Encountered a Warning:

Posted: Wed Apr 18, 2018 3:13 pm
by varunkishore
i have download the latest version of source-python-csgo-February-21-2018.zip
now im facing the problem to load

Code: Select all

[Source.Python] Loading...

[SP] Encountered a Warning:
  File '..\addons\source-python\packages\site-packages\mutagen\id3\_specs.py', l
ine 666: DeprecationWarning
    invalid escape sequence \s

[Source.Python] Loaded successfully.
maxplayers set to 64
ConVarRef cl_embedded_stream_video_playing doesn't point to an existing ConVar
exec: couldn't exec valve.rc
Cannot init steam datagram client, no Steam HTTP interface
Cannot init steam datagram client, no Steam HTTP interface

Re: installation problem-Encountered a Warning:

Posted: Thu Apr 19, 2018 5:38 pm
by Ayuto
It's just a deprecation warning from a thirdparty library we have included. We need to update the mutagen library to fix this warning, but it doesn't matter if it occurs. Source.Python is fully working, so you can simply ignore this warning.

Re: installation problem-Encountered a Warning:

Posted: Fri Apr 27, 2018 12:59 pm
by varunkishore
now source python works fine !!! even though i'm getting error in console log like this

Code: Select all

exec: couldn't exec server.cfg
exec: couldn't exec gamemode_competitive_server.cfg
Commentary: Could not find commentary data file 'maps/de_mirage_commentary.txt'.
Error parsing BotProfile.db - unknown attribute 'Rank'
Error parsing BotProfile.db - unknown attribute 'Rank'
Error parsing BotProfile.db - unknown attribute 'Rank'
Error parsing BotProfile.db - unknown attribute 'Rank'
Error parsing BotProfile.db - unknown attribute 'Rank'
Error parsing BotProfile.db - unknown attribute 'Rank'
Error parsing BotProfile.db - unknown attribute 'Rank'
Error parsing BotProfile.db - unknown attribute 'Rank'
'

Re: installation problem-Encountered a Warning:

Posted: Fri Apr 27, 2018 2:38 pm
by Ayuto
It was also working fine with that warning (which only appears once). The errors you get aren't caused by SP, but the server itself.

Re: installation problem-Encountered a Warning:

Posted: Sat Apr 28, 2018 8:01 am
by varunkishore
k fine
thank you so much!!