ola icon indicating copy to clipboard operation
ola copied to clipboard

The Open Lighting Architecture - The Travel Adaptor for the Lighting Industry

Results 233 ola issues
Sort by recently updated
recently updated
newest added

When I try to run `rdm_test_server.py`, I get this: > Traceback (most recent call last): File "/usr/local/bin/rdm_test_server.py", line 38, in from ola.ClientWrapper import ClientWrapper, SelectServer File "/usr/local/lib/python2.7/site-packages/ola/ClientWrapper.py", line 28, in...

bug
OpSys-OSX
Maintainability
Language-Python

Coverage still not working: ``` $ if [ "$TASK" = "coverage" ]; then coveralls --gcov /usr/bin/gcov-10 -b . -E '.*Test\.cpp$' -E '.*\.pb\.cc$' -E '.*\.pb\.cpp$' -E '.*\.pb\.h$' -E '.*\.yy\.cpp$' -E '.*\.tab\.cpp$'...

Priority-Medium
Maintainability
OpSys-Linux
Difficulty-Medium

To mirror ola_set_dmx/ola_streaming_client to either get the current data once, or get a feed of fresh data.

enhancement
Priority-Low
OpSys-All
Difficulty-Easy
Language-C++

Using Debian Stretch on Rpi 3B+ Build ola from git as following: ``` git clone https://github.com/OpenLightingProject/ola.git cd ola autoreconf -i ./configure make -j 4 all sudo make install sudo ldconfig...

when using the openDMX plugin with a openDMX compatible adaptor that works with QLC+ no dmx output gets sent if i use the FTDIDMX plugin the usb device does not...

Type-DeviceSupport
OpSys-Linux
Difficulty-Easy
Language-C++

On startup UART sender has empty DMX frame. This causes UART sequence BREAK-MAB-STARTCODE repeated without mandatory 24-byte payload. During normal use, it seems to be full 512-byte frame, set to...

bug
Priority-Medium
Component-Plugin
Difficulty-Easy
Language-C++

> if i try the simple fade example this does not work: > stefan:~/ola/python/examples[master]$ python3 ./ola_simple_fade.py > Traceback (most recent call last): > File "./ola_simple_fade.py", line 69, in > wrapper.AddEvent(SHUTDOWN_INTERVAL,...

enhancement
OpSys-All
Maintainability
API-Python
Language-Python

Error: Param 1 out of range, must be one of loud, quiet, 0, 255 Traceback (most recent call last): File "/usr/local/bin/rdm_test_server.py", line 274, in _RunTests tests, device = runner.RunTests(test_filter, False,...

bug
Component-RDM
Component-RDMTestServer
Difficulty-Easy
Language-Python

Trying to send sACN with python API. after a while i the CPU usage slowly increases and i get this error at 30%. [test1.zip](https://github.com/OpenLightingProject/ola/files/3884022/test1.zip) WARNING:root:Failed to send full datagram Exception...

bug
API-Python
Difficulty-Medium
Language-Python

Could we add a "make lint" target that would run cpplint.py with the right parameters? It could also run pep8/flake8 for Python, and others for other languages.

enhancement
Maintainability
Difficulty-Easy