wolfe-pack / moro

Interactive documentation and programming with Scala, iPython notebook style.
http://wolfe-pack.github.io/moro
BSD 2-Clause "Simplified" License
19 stars 3 forks source link

'Request Entity Too Large' when storing a notebook with a larger generated d3 graph #82

Closed riedelcastro closed 9 years ago

riedelcastro commented 9 years ago

the generated HTML in this case is quite long, with the javascript data array having 3000 points. Maybe this is the reason.

This happens when storing

http://localhost:9000/doc/editor/01_tasks/0x_languagemodels

in the stat nlp book. Console doesn't seem to show the error (or I can't find it).

sameersingh commented 9 years ago

This is hitting against the REST limit, I'll raise it even more.

On Wed, Aug 26, 2015 at 1:26 PM, Sebastian Riedel notifications@github.com wrote:

the generated HTML in this case is quite long, with the javascript data array having 3000 points. Maybe this is the reason.

This happens when storing

http://localhost:9000/doc/editor/01_tasks/0x_languagemodels

in the stat nlp book. Console doesn't seem to show the error (or I can't find it).

— Reply to this email directly or view it on GitHub https://github.com/wolfe-pack/moro/issues/82.

sameersingh commented 9 years ago

can you check and close if this is solved?

riedelcastro commented 9 years ago

Seems to work!