AlbianWarp / AlbianWarpClient

Albian Warp Client component!
http://blog.albianwarp.com
GNU General Public License v3.0
9 stars 2 forks source link

Expected numeric rvalue at token 'e' #54

Closed Amaikokonut closed 2 years ago

Amaikokonut commented 2 years ago

Log attached: message.txt

Everything seems to be normal until suddenly:

DBG: OUTS:
e
DBG: OUTS:
e
DBG: OUTS:
e
DBG: OUTS:
e
e
DBG: OUTS:
e
RETRY: WARNING: Expecting value: line 1 column 1 (char 0), Retrying in 3 seconds...
e
Expected numeric rvalue at token 'e'
 [targ agnt {@}e sets va00 "" outs "{" loop namn va00   ...
Expected numeric rvalue at token 'e'
 [targ agnt {@}e sets va00 "" outs "{" loop namn va00   ...
RETRY: WARNING: Expecting value: line 1 column 1 (char 0), Retrying in 3 seconds...
RETRY: WARNING: Expecting value: line 1 column 1 (char 0), Retrying in 3 seconds...
Expected numeric rvalue at token 'e'
 [targ agnt {@}e sets va00 "" outs "{" loop namn va00   ...
RETRY: WARNING: Expecting value: line 1 column 1 (char 0), Retrying in 6 seconds...
Expected numeric rvalue at token 'e'
 [targ agnt {@}e sets va00 "" outs "{" loop namn va00   ...
Expected numeric rvalue at token 'e'
 [targ agnt {@}e sets va00 "" outs "{" loop namn va00   ...
RETRY: WARNING: Expecting value: line 1 column 1 (char 0), Retrying in 6 seconds...
RETRY: WARNING: Expecting value: line 1 column 1 (char 0), Retrying in 6 seconds...
Expected numeric rvalue at token 'e'
 [targ agnt {@}e sets va00 "" outs "{" loop namn va00   ...
RETRY: WARNING: Expecting value: line 1 column 1 (char 0), Retrying in 12 seconds...
Expected numeric rvalue at token 'e'
 [targ agnt {@}e sets va00 "" outs "{" loop namn va00   ...
Expected numeric rvalue at token 'e'
 [targ agnt {@}e sets va00 "" outs "{" loop namn va00   ...
RETRY: WARNING: Expecting value: line 1 column 1 (char 0), Retrying in 12 seconds...
RETRY: WARNING: Expecting value: line 1 column 1 (char 0), Retrying in 12 seconds...

etc.

Seems to be related to this line: https://github.com/AlbianWarp/AlbianWarpClient/blob/23e71b49bdb8f62e9147422a45e666a0d6c73b34/CaosEvolution/Agent.py#L115

Amaikokonut commented 2 years ago

Multiple people have confirmed this appears to be a sync issue that kicks up after the client either throws an error or lags for more than a few seconds. So far this has only been reproducible on windows.

Amaikokonut commented 2 years ago

Hopefully https://github.com/AlbianWarp/AlbianWarpClient/commit/bd7ec186972f8499466be032aecb4ed186c3effe fixed it!