Please help me im getting this error

ERROR:root:An unexpected error occurred while tokenizing input
The following traceback may be corrupted or invalid
The error message is: (‘EOF in multi-line string’, (1, 38))


ExceptionCodeRet Traceback (most recent call last)
in ()
77 PRINT s2;
78 }
—> 79 INSTALL Query GetMostRecentTransaction’’’, options=[]))

4 frames
/usr/local/lib/python3.7/dist-packages/pyTigerDriver/pyDriver.py in __handle__interactive(reader)
330 ret = int(ret)
331 if ret != 0:
–> 332 raise ExceptionCodeRet(ret)
333 elif line.startswith(PREFIX_INTERACT):
334 _, it, ik = line.split(",", 2)

ExceptionCodeRet: 212

@Genius can you provide a few more details. I’m reading the message and I’m assuming you are using pyTigerGraph. Is that correct? Can you also confirm:

  1. pyTigerGraph version?
  2. on prem or tgcloud?
  3. version of TigerGraph?

Any additional details will help us help you? If you don’t know how to fetch those details let us know and we can help.