Jonxslays/piston_rspy

Some requests fail

Jonxslays opened this issue · 1 comments

RuntimeError: reqwest::Error { kind: Decode, source: Error("invalid type: null, expected isize", line: 1, column: 10132) }

sending the following python code to piston:

for i in range(10_000_000):
    print(i)

This could be a bug from piston_rs spilling over here.

Confirmed bug in piston_rs, Jonxslays/piston_rs#13.