Error: can't find file 'http/multipart'

Seems like I’m missing some dependency, on Manjaro, Crystal 0.31.1

The error:

In lib/mastodon/src/mastodon/utils/multipart_from_data.cr:1:1

 1 | require "http/multipart"
     ^
Error: can't find file 'http/multipart'

I’ve installed all of the deps listed on with Arch package https://www.archlinux.org/packages/community/x86_64/crystal/, openssl, libssl, libssl 1.0 … Not sure how to fix it. Never ran into this on Debian-based, and suspect libssl is the issue. Any help?

1 Like

It’s now require "mime/multipart".

1 Like