Results 73 comments of Bob

It seems that the CMD direction isn't correct. `CMD ["bash", "-c", "/etc/init.d/postgresql start && python /albireo/server.py"]` the last part should be `python /home/albireo/server.py`

@HerringtonDarkholme How did you build your docker image to run anyway? Is that path really runnable?

Sorry for the confusion. In our production environment, We use a more complex docker-compose configuration to run this project in several separate containers. And my development environment doesn't use docker...

Had you run the initialization? ``` # /etc/init.d/postgresql start && python tools.py --db-init && python tools.py --user-add admin 1234 && python tools.py --user-promote admin 3 ``` `python tools.py --db-init` must...

Not sure, because it is totally asynchronized. the stack trace didn't provide too much useful information. I don't know which image cause this error. But by searching the error message...

It looks like a similar feature we have but can be used over tabs and applications. This may be useful. I will evaluate how our current architecture can fit into...

a user reported this is because he trying to enter the email as user name. unsure why toast say unknown error

Thank you for the information. I will investigate this abnormal behavior.

After some observation and search. I think it's the video file cause this issue. and somehow it's also a Chrome related issue. the videos are from third-party sources, so they...

You suggestion is considerable. currently a player optimization is on the schedule. the whole interactive of player will be redesign and implemented.