busimus / cutelog

GUI for logging
MIT License
479 stars 45 forks source link

Error while starting the server #22

Closed ShaharSarShalom closed 2 years ago

ShaharSarShalom commented 2 years ago

cutelog failed to start (and restart) the server

I changed the ip and server port, however cutelog doens't work and I keep on getting a screen with the following message

"Error while starting the..." permission denied

sudo doesn't help

busimus commented 2 years ago

I'm unable to replicate this, maybe it's caused by your Qt installation (since this error is returned by QTcpServer). Can you tell me more about your system: what distro are you running, what version of Qt do you have installed?

ShaharSarShalom commented 2 years ago

I must had an issue with the QT installation, here is how I fixed it -

Cutelog installation (or in case you are having troubles)

conda create --name CondaEnvForCutelog python=3.8 -y conda activate CondaEnvForCutelog conda install -c anaconda pyqt qtpy -y

which pip pip install git+https://github.com/busimus/cutelog.git

cutelog