This repository was archived by the owner on Mar 8, 2020. It is now read-only.

Description
I have strange error trying to get UAST from this file: oo.py.zip
I run this code
from bblfsh.client import BblfshClient
bc = BblfshClient("0.0.0.0:9432")
res = bc.parse("./oo.py", language='Python')
print(res)
Output:
status: FATAL
errors: "expected object of type map[string]interface{}, got: \"NoneLiteral\""
but py file seems to be correct because I can run python3 ./oo.py without any problem
Also, bblfsh server is running in docker and output only
time="2017-08-08T20:34:55Z" level=info msg="parsing oo.py (34525 bytes)"