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

noUiSlider / xxAPI2 (Gira HomeServer) #1282

Closed
mrTBBW opened this issue Nov 8, 2024 · 2 comments
Closed

noUiSlider / xxAPI2 (Gira HomeServer) #1282

mrTBBW opened this issue Nov 8, 2024 · 2 comments
Labels
Support Questions and other support issues

Comments

@mrTBBW
Copy link

mrTBBW commented Nov 8, 2024

Hi All,

I use the noUiSlider in combination with the xxAPI2 package on a Gira Homeserver4.
At this moment i'm upgrading the software/firmware of this system from 4.11 to the latest 4.12.

In 4.11 I was still using an old version of noUiSlider, version 7.0.10!
Using this version the system worked error free.
But with the implementation of the latest version of no UiSlider from 7.0.10 to 15.8.1 I get an error.
(Slider is not created).

Error Displayed: Uncaught TypeError: oarg.item.xxapi.slider.noUiSlider is not a function.

on this statement:

        oarg.item.xxapi.slider.noUiSlider(oarg.item.xxapi.slider_options);

the error is created. (using 7.0.10 it worked fine!!)

change it to this:

 oarg.item.xxapi.slider.noUiSlider.create(oarg.item.xxapi.slider_options);

does not cure the error.

Where do I go wrong.

Regards,

Gerwin, Holland

@leongersen leongersen added the Support Questions and other support issues label Jan 15, 2025
@leongersen
Copy link
Owner

There is not enough information here to answer this question. Versions 7 to 15 are not option-compatible.

Copy link

github-actions bot commented Mar 1, 2025

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 1, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Support Questions and other support issues
Projects
None yet
Development

No branches or pull requests

2 participants