Closed Wozahru closed 4 years ago
Clearing mods and reinstalling with CKAN instead of curse solve the issue
I am having same problem. It was ok with Mechjeb2 2.8.4 but after updating to 2.9.1.0, this error occurs.
@yjchun Could you please send me the log file?
Kerbal Space Program/KSP.log
to your github commentTested again. First two errors are testing of maneuver_planner.operation_transfer.make_node(), and last one error with maneuver_planner.operation_circularize.make_node().
Version details kRPC.MechJeb: 0.5.1 Kerbal Space Program: 1.9.1 kRPC: 0.4.8 MechJeb2: 2.9.2.0
sc = conn.space_center
mj = conn.mech_jeb
#
#sc.target_body = sc.bodies['Mun']
# planner = mj.maneuver_planner
# hohmann = planner.operation_transfer
# hohmann.make_node()
circularize = mj.maneuver_planner.operation_circularize
circularize.time_selector.time_reference = mj.TimeReference.apoapsis
circularize.make_node()
Sorry for confusion but it seems this error is new with MechJeb2 2.9.2.0. Works ok with 2.9.1.0.
Describe the bug
Code snippet to reproduce it (ideally in Python)
Version details kRPC.MechJeb: 0.5.1 Kerbal Space Program: 1.9.1 kRPC: 0.4.8 MechJeb2: 2.9.1.0 and 2.8.3.0