monolith icon indicating copy to clipboard operation
monolith copied to clipboard

IncompleteBody causing panic

Open zmni opened this issue 4 years ago • 3 comments

I'm no programmer, just regular user. Run the program and got this error:

thread 'main' panicked at 'called Result::unwrap()on anErr value: reqwest::Error { kind: Body, source: hyper::Error(Body, Custom { kind: UnexpectedEof, error: IncompleteBody }) }', src\utils.rs:273:49

URL: https://kylegabriel.com/projects/2020/06/automated-hydroponic-system-build.html

zmni avatar Jul 11 '21 10:07 zmni

Hi there @zmni o/

Thank you for letting me know!

I was able to save that page using both 2.6.0 and 2.6.1, the result is quite big, around 60MB, so I wonder if the size could be the cause.

Could you please let me know which OS and version of monolith you have?

Thank you 🙏🏻

snshn avatar Jul 11 '21 14:07 snshn

Windows 8.1 64bit and monolith 2.6.1

zmni avatar Jul 11 '21 15:07 zmni

I've managed to run and save that page (no flags used, just .\monolith.exe https://kylegabriel.com/projects/2020/06/automated-hydroponic-system-build.html > out.html on Windows 10, no error in my case. Since the page is very large (results in ~120MB on-disk), I assume there could be a bug somewhere in one of the libraries when it comes to running out of RAM or something to do with the machine you have. Could be something else, but it's likely relevant to your OS version and hardware. I'll try running it on Windows 8 virtual machine, adjusting the amount of RAM available. May I ask if your OS/system is 32bit or 64 bit?

snshn avatar Jul 24 '21 23:07 snshn