Emby Media Server & Emby Scripter X #2430
Unanswered
AnthonyMusgrove
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Howdy guys,
I use SortableJS as part of my Emby Scripter-X Plugin and it has worked amazingly well for years. Something has changed in the Emby environment and I am absolutely stuck at the moment trying to diagnose the issue.
All of a sudden, it's not functioning. The SortableJS is definitely loaded and applied. When I select a list item to drag it, on inspection/watching, I click the item, it automatically sets draggable="true" on that container, but as soon as I move my mouse to drag the element, it sets draggable="false" and doesn't allow it to move.
The other issue is the following:
Randomly, the console will output the following error:
configurationpage?name=SortableJS&v=4.8.11.0:2203 Uncaught TypeError: Cannot read properties of null (reading 'parentNode')
at Sortable._hideClone (configurationpage?name=SortableJS&v=4.8.11.0:2203:63)
at configurationpage?name=SortableJS&v=4.8.11.0:1619:23
I am stuck now and I would really, really appreciate some advice as to where to go next to continue diagnosing the issue.
Kindest regards,
Anthony Musgrove
Beta Was this translation helpful? Give feedback.
All reactions