Tima version:
LHS version:
DeltaTima version:
GeometryServer version:
FMS type:
Client:
time="2022-07-28T16:30:30-04:00" level=error msg="Fail import initial syncing (importing general data)" error="fail importing trucks: couldn't query for remote trucks: Error running command 'conn_truck_trucks.py', cannot schema validate response: invalid character 'A' looking for beginning of value"
Diagnosis and Solution: This problem occurs when there is a debugging "print()" sentence in a connector. Since Synker expects to receive a string which contains a JSON structure with the results, it shows an error when an unexpected "print()" sentence is used. In this way, you should check the involved connector and look for some debugging "print()" sentence and remove them.