Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error while starting the server #22

Closed
ShaharSarShalom opened this issue Mar 14, 2022 · 2 comments
Closed

Error while starting the server #22

ShaharSarShalom opened this issue Mar 14, 2022 · 2 comments

Comments

@ShaharSarShalom
Copy link

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
Copy link
Owner

busimus commented Mar 14, 2022

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
Copy link
Author

ShaharSarShalom commented Mar 14, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants