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 was archived by the owner on Mar 8, 2020. It is now read-only.
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 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 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 130, in visit_Num\n elif not math.isfinite(node[\"n\"]):\nOverflowError: int too large to convert to float\n
From the latest bblfsh logs we got this error:
Files that triggered the error:
The text was updated successfully, but these errors were encountered: