zyachel / libremdb

A free & open source IMDb front-end.
https://libremdb.iket.me
GNU Affero General Public License v3.0
297 stars 29 forks source link

500 error on searching #37

Closed aeternum1986 closed 1 year ago

aeternum1986 commented 1 year ago

Hello

When I try searching on Libremdb, it gives me a 500 error. there's nothing useful in the logs. I tried it on a different server, and it does the same thing. Any ideas?

aeternum1986 commented 1 year ago

I should also note, I am using docker, and the docker image is the pussthecat image.

Also, I just tried the truecharts image, and it does the same thing.

zyachel commented 1 year ago

There are a couple of required env vars that pussthecat's image doesn't have.
That is most likely the issue.
Can you build an image with those vars and test if it works?

aeternum1986 commented 1 year ago

aha. it worked. Thanks so much :)