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

Bblfsh fails to extract UAST from file #58

@zurk

Description

@zurk

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)"

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions