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 the rebuild for Fedora 24 triggered it failed. This was due to a deprecation warning that was treated as a error. The deprecation warning was about `template class std::auto_ptr`...

bug
Maintainability
OpSys-Linux
Difficulty-Medium
Language-C++

I have two installs of OLA "version 0.10.8". In the "New UI" web interface as served by macOS (Homebrew), the tabs work fine. In the "New UI" web interface as...

bug
Component-UI
OpSys-Linux

And expect jshint to pass again once we've fixed it

retrospective-review-required

Hello everyone, I want to connect my DJ controller or the dedicated soundswitch software (https://www.soundswitch.com/) to OLA to control my nanoleaf. The connection to nanoleaf works already. My current configuration:...

bug
Component-ArtNet
Component-Plugin

I tried to make the .deb build instruction more understandable for non-package-maintainers. I also added a link to the build instructions to the main README.

My Panel ID from one of my Nanoleafs is 54510, and i always get the error invaid value returned. (plugins/nanoleaf/NanoleafDevice.cpp:82) it seems the variable for panels is too small for...

bug
Type-DeviceSupport
Component-Plugin

Hi Your python version check in OlaClient.py fails on Python 3.10 line 957 if sys.version >= '3.2': request.data = data.tobytes() else: request.data = data.tostring() The best solution I can see,...

question
Maintainability
API-Python
Language-Python

Leftover from #1348 . Still todo/future features: - [ ] Enable streaming mode - [ ] Populate panel IDs automatically - [ ] Populate streaming port automatically - [ ]...

enhancement
Priority-Low
Component-Plugin
Difficulty-Medium
Language-C++

I've been tasked with replacing a stand alone DMX recorder (Elation DR-Pro Rack) with a Raspberry Pi running OLA, but am having trouble capturing the existing DMX data. The Elation...