garncarz / nogamespy-vietcong

Vietcong 1 multiplayer game support
https://vietcong1.eu
GNU Affero General Public License v3.0
18 stars 2 forks source link

Docker: don't hardcode Python path #18

Closed garncarz closed 4 years ago

garncarz commented 6 years ago

env PYTHONPATH build/lib.linux-x86_64-3.6 is bad, it makes the master server (probably only this service) unresponsive everytime there's a new Python version (now 3.7 from 3.6).

garncarz commented 6 years ago

Also, this has been logged in docker logs, but not in Sentry, that's not good.

garncarz commented 4 years ago

Solved by executing ./setup.py install instead of ./setup.py build.

garncarz commented 4 years ago

I can see the project makes use of the old raven library instead of a newer sentry-sdk, maybe that's the reason some logs missed Sentry.