You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 8, 2020. It is now read-only.
We are getting the following error in the latest bblfsh logs:
rpc error: code = Internal desc = Traceback (most recent call last):\n
File \"/opt/driver/bin/.local/lib/python3.6/site-packages/python_driver/requestprocessor.py\", line 155, in process_request\n ast = AstImprover(code, orig_ast).parse()\n
File \"/opt/driver/bin/.local/lib/python3.6/site-packages/python_driver/astimprove.py\", line 39, in parse\n res = self.visit(self._astdict, root=True)\n
File \"/opt/driver/bin/.local/lib/python3.6/site-packages/python_driver/astimprove.py\", line 66, in visit\n visit_result = meth(node)\n
File \"/opt/driver/bin/.local/lib/python3.6/site-packages/python_driver/astimprove.py\", line 264, in visit_other\n node[field] = meth(child)\n
File \"/opt/driver/bin/.local/lib/python3.6/site-packages/python_driver/astimprove.py\", line 271, in visit_other_field\n return [self.visit(x) for x in node]\n
File \"/opt/driver/bin/.local/lib/python3.6/site-packages/python_driver/astimprove.py\", line 271, in <listcomp>\n return [self.visit(x) for x in node]\n
File \"/opt/driver/bin/.local/lib/python3.6/site-packages/python_driver/astimprove.py\", line 66, in visit\n visit_result = meth(node)\n
File \"/opt/driver/bin/.local/lib/python3.6/site-packages/python_driver/astimprove.py\", line 264, in visit_other\n node[field] = meth(child)\n
File \"/opt/driver/bin/.local/lib/python3.6/site-packages/python_driver/astimprove.py\", line 271, in visit_other_field\n return [self.visit(x) for x in node]\n
File \"/opt/driver/bin/.local/lib/python3.6/site-packages/python_driver/astimprove.py\", line 271, in <listcomp>\n return [self.visit(x) for x in node]\n
File \"/opt/driver/bin/.local/lib/python3.6/site-packages/python_driver/astimprove.py\", line 66, in visit\n visit_result = meth(node)\n
File \"/opt/driver/bin/.local/lib/python3.6/site-packages/python_driver/astimprove.py\", line 264, in visit_other\n node[field] = meth(child)\n
File \"/opt/driver/bin/.local/lib/python3.6/site-packages/python_driver/astimprove.py\", line 269, in visit_other_field\n return self.visit(node)\n
File \"/opt/driver/bin/.local/lib/python3.6/site-packages/python_driver/astimprove.py\", line 68, in visit\n self.pos_sync.sync_node_pos(visit_result)\n
File \"/opt/driver/bin/.local/lib/python3.6/site-packages/python_driver/locationfixer.py\", line 78, in sync_node_pos\n token = self._pop_token(node_line, node_token)\n
File \"/opt/driver/bin/.local/lib/python3.6/site-packages/python_driver/locationfixer.py\", line 41, in _pop_token\n line_value = literal_eval(t.value)\n
File \"/usr/local/lib/python3.6/ast.py\", line 48, in literal_eval\n node_or_string = parse(node_or_string, mode='eval')\n
File \"/usr/local/lib/python3.6/ast.py\", line 35, in parse\n return compile(source, filename, mode, PyCF_ONLY_AST)\n
File \"<unknown>\", line 6\nSyntaxError: (unicode error) 'unicodeescape' codec can't decode bytes in position 106-107: truncated \\uXXXX escape\n
We are getting the following error in the latest bblfsh logs:
Files that produce the error
The text was updated successfully, but these errors were encountered: