kRPC: Control the game using C#, C++, Java, Lua, Python...

kRPC: Control the game using C#, C++, Java, Lua, Python...

8.4k Downloads

Crew argument in space_center.launch_vessel()

afnanwioe456 opened this issue ยท 0 comments

commented

What happened?

Types.coerce_to() cannot coerce NoneType to List(string) when "crew" argument is set to default (None) in launch_vessel(). Change default value or fix coerce_to will help.

How can someone else reproduce it?

space_center.launch_vessel('VAB', 'vessel_name', 'LaunchPad')

What is your environment?

krpc 0.5.2

Anything else we need to know?

No response