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
DEBUG [default][pyplanet.core.gbx.remote] GBX: Received response to handler 2147483649, method: None
DEBUG [default][pyplanet.core.gbx.remote] GBX: Received response to handler 2147483650, method: None
DEBUG [default][pyplanet.core.gbx.remote] GBX: Received response to handler 2147483651, method: None
DEBUG [default][pyplanet.core.gbx.remote] GBX: Received response to handler 2147483652, method: None
DEBUG [default][pyplanet.core.gbx.remote] GBX: Received response to handler 2147483653, method: None
DEBUG [default][pyplanet.core.gbx.remote] GBX: Received response to handler 2147483654, method: None
ERROR [default][pyplanet.core.instance] <Fault -1000: 'Not in script mode.'>
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 148, in connect
settings = await self.execute('GetModeScriptSettings')
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: 'Not in script mode.'>
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...
But I still don't know how to solve this problem. I hope someone will help me with this
