empiricaly / empirica

Open source project to tackle the problem of long development cycles required to produce software to conduct multi-participant and real-time human experiments online.
https://empirica.ly/
Apache License 2.0
43 stars 8 forks source link

Export fails on lines that are too long #565

Open npaton opened 3 weeks ago

npaton commented 3 weeks ago

Is there an existing issue for this?

What happened?

Export issues: building an odd experiment where values written to game/player/stage/etc objects might be very long strings, and I think it's breaking export. 20:45:25.658 FTL empirica: failed to start error="export csv: prepare export: read tajriba file: bufio.Scanner: token too long" The default buffer size for a newScanner in bufio is 64kb, which is what I suspect is causing an issue.

We need to make that value larger and configurable and maybe even dynamically resizing.

Steps To Reproduce

No response

Empirica Version

No response

What OS are you seeing the problem on?

No response

What browser are you seeing the problem on?

No response

Relevant log output

No response

Anything else?

No response

Code of Conduct