FPS Knowledge Base

* Setup



* Database Setup

* How To

* Troubleshooting

I get the following error message when starting FPS:

fps is unable to connect with the fps server.

The following error was encountered:

(999999) mtg.ui.app.fps.main.FPS.__init__: Failure during application initialization
(999999) The %s server is unreachable, aborting connection attempt

If this problem persists for more than a few minutes, please contact the
fps administrator.

When getting this error, make sure that you're FPS server is running, and that the IP addresses to the server in your .config files are accurate.


ImportError: libpq.so.5: cannot open shared object file: No such file or directory

Make the PostgreSQL library directory known to the run-time linker. You can edit /etc/ld.so.conf adding /usr/local/pgsql/pgsql/lib and running ldconfig or "export LD_LIBRARY_PATH=/usr/local/pgsql/lib" before
running Python.


* Error Messages

* Release Notes