rustdesk-server
rustdesk-server copied to clipboard
Rustdesk exits after running for a period of time
Describe the bug ERROR [src/rendezvous_server.rs:173] Failed to run hbbs test with 0.0.0.0:21116: Operation not permitted (os error 1)
Describe the environment
- Install environment: package
How to Reproduce the bug I looked at the source code and my running environment, and found that my server does not have a local address. I directly configured the public IP address on the EM1 port, and I don't know if this is the cause. I added test_cbbs=no to the environment variable, I don't know if it can solve it, I'm observing.
Notes
- Please write in english only. If you provide some images in different languages, you're required to write a translation in english.
- In any case, NEVER put here the content if your
id_ed25519file
hbbs version: 1.1.11-1
I encounter this problem too, but I don't know how to solve it
I solved it by setting environment variables export TEST_HBBS=no
So far, there has been no collapse
So far, there has been no collapse
thanks.I will also observe
I solved it by setting environment variables export TEST_HBBS=no
Thank you very much, it has been solved