1
0
Fork 0
mirror of https://github.com/dbarzin/pandora-box.git synced 2025-07-19 05:19:40 +02:00

fix some issues

This commit is contained in:
Didier Barzin 2023-02-19 14:21:54 +00:00
parent 65cd1313f4
commit 2346f4b2fa
3 changed files with 41 additions and 3 deletions

View file

@ -37,3 +37,30 @@ The [installation and configuration procedure](INSTALL.md) is documented.
Pandora-box is an open source software distributed under [GPL](https://www.gnu.org/licenses/licenses.html).
# Troubleshooting
Update Pandora
poetry run update --yes
Check Pandora listening on port 6100
sudo lsof -i -P -n | grep LISTEN
Result should contains
...
gunicorn: 1034 pandora 5u IPv4 27043 0t0 TCP *:6100 (LISTEN)
...
Test submit a file to Panra with command line
poetry run pandora --url http://127.0.0.1:6100 -f
Look a logs
tail -500f /var/log/pandora_message.log
tail -500f /var/log/pandora_error.log