The difference is that you use in your dedicated.cfg this and we dont:
Code: Select all
<title>TMStadium@nadeo</title> <!-- SMStorm, TMCanyon, ... -->
Code: Select all
<title>TMStadium@nadeo</title>
Greetz,
Moderators: TheM, toffe, NADEO
Code: Select all
<title>TMStadium@nadeo</title> <!-- SMStorm, TMCanyon, ... -->
Code: Select all
<title>TMStadium@nadeo</title>
Code: Select all
xmlrpc.client.Fault: <Fault -1000: 'No current script.'>
Code: Select all
xmlrpc.client.Fault: <Fault -1000: 'Not in script mode.'>
Code: Select all
xmlrpc.client.Fault: <Fault -1000: 'Not in script mode.'>
Code: Select all
xmlrpc.client.Fault: <Fault -1000: 'No current script.'>
Code: Select all
DEBUG [Main][pyplanet.core.management.commands.start] Initiated configuration and environment... (debug on, means no error reporting and verbose output
INFO [Main][pyplanet.core.management.commands.start] -------------------------------[ PyPlanet v0.7.4 ]-------------------------------
DEBUG [Main][pyplanet.god.pool] Starting watchdog... watching 1 instances
INFO [MainThread][pyplanet.god.process] Starting pool process for 'default'...
DEBUG [default][asyncio] Using selector: SelectSelector
DEBUG [default][pyplanet.core.gbx.remote] Trying to connect to the dedicated server...
DEBUG [default][pyplanet.core.gbx.remote] Dedicated connection established!
DEBUG [default][pyplanet.core.gbx.remote] GBX: Received response to handler 2147483648, method: None
ERROR [default][pyplanet.core.instance] <Fault -1000: 'Password incorrect.'>
Traceback (most recent call last):
File "C:\Users\alpha\AppData\Local\Programs\Python\Python37\lib\site-packages\pyplanet\core\instance.py", line 127, in start
self.loop.run_until_complete(self._start())
File "C:\Users\alpha\AppData\Local\Programs\Python\Python37\lib\asyncio\base_events.py", line 568, in run_until_complete
return future.result()
File "C:\Users\alpha\AppData\Local\Programs\Python\Python37\lib\site-packages\pyplanet\core\instance.py", line 176, in _start
await self.gbx.connect()
File "C:\Users\alpha\AppData\Local\Programs\Python\Python37\lib\site-packages\pyplanet\core\gbx\client.py", line 134, in connect
await super().connect()
File "C:\Users\alpha\AppData\Local\Programs\Python\Python37\lib\site-packages\pyplanet\core\gbx\remote.py", line 132, in connect
await self.execute('Authenticate', self.user, self.password)
File "C:\Users\alpha\AppData\Local\Programs\Python\Python37\lib\site-packages\pyplanet\core\gbx\remote.py", line 201, in execute
return await asyncio.wait_for(future, timeout)
File "C:\Users\alpha\AppData\Local\Programs\Python\Python37\lib\asyncio\tasks.py", line 412, in wait_for
return fut.result()
File "C:\Users\alpha\AppData\Local\Programs\Python\Python37\lib\site-packages\pyplanet\core\gbx\remote.py", line 215, in listen
data, method = loads(body, use_builtin_types=True)
File "C:\Users\alpha\AppData\Local\Programs\Python\Python37\lib\xmlrpc\client.py", line 1021, in loads
return u.close(), u.getmethodname()
File "C:\Users\alpha\AppData\Local\Programs\Python\Python37\lib\xmlrpc\client.py", line 656, in close
raise Fault(**self._stack[0])
xmlrpc.client.Fault: <Fault -1000: 'Password incorrect.'>
INFO [default][root] Apps successfully stopped!
CRITICAL [Main][pyplanet.god.pool] The instance 'default' just died. We will not restart!
CRITICAL [Main][pyplanet.god.pool] All instances died. Quitting now...
Code: Select all
<dedicated>
<authorization_levels>
<level>
<name>SuperAdmin</name>
<password>USE THE VALUE AT HERE TO PYPLANET</password>
</level>
Code: Select all
<referee_validation_mode>1</referee_validation_mode>
Cool, you got it working finally
This is fine, you may as well wish to enable this setting:prevonuty wrote: ↑12 Apr 2020, 23:19 Second, I did check and indeed I made some mistakes. Tell me if I misunderstood or not this line "Validation seed, Referee[1]". So i did this :Code: Select all
<referee_validation_mode>1</referee_validation_mode>
Code: Select all
<use_changing_validation_seed>True</use_changing_validation_seed>
Users browsing this forum: No registered users and 1 guest