alephdata / memorious

Lightweight web scraping toolkit for documents and structured data.
https://docs.alephdata.org/developers/memorious
MIT License
311 stars 59 forks source link

Docker-compose example doesn't work #50

Closed todorus closed 6 years ago

robinkiplangat commented 5 years ago

Hi @todorus,

I keep getting this error with docker-compose run ui on example :

gunicorn.errors.HaltServer: <HaltServer 'App failed to load.' 4>
Failed to find application object 'app' in 'memorious.ui'

The crawler seems to works well on the command line, is there a workaround on this ?

pudo commented 5 years ago

hey @4bic this sounds like a bug that existed briefly a week ago or so. Let me try and do a fresh release, then we can check if it's gone there, ok?

robinkiplangat commented 5 years ago

Hi @pudo , Thank you for the heads up. I suppose I'll ping back when you do.

pudo commented 5 years ago

Try 0.9.0 once it is built. (which is now)

robinkiplangat commented 5 years ago

Hey @pudo, Great! works fine.