Hi, I trying to create a script in python which build the project and perform a download to the PLC. But when it tries to login an error occurs, that I do not know how to solve. See my attached picture. It only occurs when login via the script. I am using a Lenze PLC 3200C and Lenze PLC designer 3.21. This is my python code. from __future__ import print_function proj = projects.primary app = proj.active_application onlineapp = online.create_online_application(app) app.build() # Find device object...