GWTMap
GWTMap copied to clipboard
parse_parameter list index out of range
Got the following error while running against gwt endpoint 2.8.2.

same issue here
I don't know what the issue is, but I found a quick fix, even though I'm unsure what side effects it might cause.
Change line 607 and 608 to this:
"rmtSvcIntName": parse_parameter(code, "'"),
"paramCount": parse_parameter(code, "'"),
Thanks a lot @myyxl, that fixed the issue for me!