-
Notifications
You must be signed in to change notification settings - Fork 205
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
RDM TESTER issue: impossible to run (:9099) #1968
Comments
Hi @TdatRJ , I assume you're trying to compile from source for bleeding edge tests? There's some improved notes here you could try: Otherwise which doc have you followed etc?
Was there another copy of OLAd running? Perhaps one installed via apt rather than compiled (assuming Debian/Raspbian/Ubuntu)?
Where did this command you tried come from? There should probably be a useradd command before it.
I think this often happens if you try to open OLA's RPC port in a web browser, rather than it's web port.
olad -l 4 logs would be great too thanks: |
Thanks Peter, Installed on: Installation procedure followed: sudo apt-get update git clone https://github.com/OpenLightingProject/ola.git ola Add the following line before the line exit 0 at the end, then save the file and exit: echo "Sleep 15 seconds before starting olad" Log from olad -l 4 What do you mean by this: Hope it does make sense as I am far from a Debian savy |
Hello
II managed to have OLA working starting with :9090 but not the RDM tester.
Raspberry 5 8gb
It looks that I have an error during installation:
OlaClientWrapperTest.cpp:52:Assertion
Test name: OlaClientWrapperTest::testNoAutoStartNoOlad
assertion failed
Failures !!!
Run: 2 Failure total: 1 Failures: 1 Errors: 0
FAIL ola/OlaClientTester
Also I have this:
and this too:
ola/StreamingClient.cpp:172: The RPC socket has been closed, this is more than likely due to a framing error, perhaps you're sending too fast?
common/network/TCPSocket.cpp:158: connect(127.0.0.1:35173): Connection refused
Any idea? I am not a Linux expert
See below some log files:
test-suite.log
OlaClientTester.log
ClientTester.log
Thanks
The text was updated successfully, but these errors were encountered: