Moode Forum

Full Version: CamillaDSP Pipeline editor not working after 8.2.5 update
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
Hello,

Love to use Moode and the CamillaDSP integration is a must for me.

One thing I use a lot is to change different "filter settings" in the "Pipeline editor".

But after updating to 8.2.5, when I access the cdsp-configeditor.php page, all I get is a gigantic Moode logo image Big Grin

[Image: gj9Ywd2]

What can I do to get the "Editor" back?

Thank you!
I've found that sometimes after initially opening the editor the main part of the page below the heading is empty. Doing Menu, refresh fixes it.

I'll add to the TODO list to investigate.
I think I have a different issue Big Grin

I post a video for you to see: https://files.fm/f/7ujd8qew2
(01-23-2023, 06:12 PM)tiago.trindade Wrote: [ -> ]I think I have a different issue Big Grin

I post a video for you to see: https://files.fm/f/7ujd8qew2

Does the issue occur when accessing from a PC?
I confirm, the problem also exists with PC access
Maybe there was some issue with the update. The update log can be viewed via the command moodeutl --updlog but in any case try a fresh image.

If you are still experiencing the issue after using a fresh image then you will need someone to be able to repro it in order to continue troubleshooting.
Uh, I'm seeing this too, in the Chromium browser on my laptop, looking at a moOde 8.2.5 player updated from 8.2.4. 

The update log shows no surprises

Code:
20230123 062728 updater: Start 2023-01-20 update for moOde
20230123 062728 updater: ** Step 1-13: Remove package hold
20230123 062728 updater: ** Step 2-13: Update package list
20230123 062734 updater: ** Step 3-13: Install timesyncd
20230123 062736 updater: ** Step 4-13: Update Linux kernel to 5.15.84
20230123 062736 updater: ** - Updating...
20230123 062736 updater: ** - Prepare environment
20230123 062810 updater: ** - Install kernel
20230123 063053 updater: ** - Install bootloader
20230123 063120 updater: ** - Install custom drivers
20230123 063153 updater: ** - Complete
20230123 063153 updater: ** Step 5-13: Install moode-player=8.2.5-1moode1
20230123 063203 updater: ** Step 6-13: Install mpd=0.23.11-1moode1
20230123 063207 updater: ** Step 7-13: Install camilladsp=1.0.3-1moode1
20230123 063211 updater: ** Step 8-13: Install camillagui=1.0.1-1moode1
20230123 063215 updater: ** Step 9-13: Install python3-camilladsp-plot=1.0.2-1moode1
20230123 063219 updater: ** Step 10-13: Install shairport-sync=4.1.1-1moode1
20230123 063244 updater: ** Step 11-13: Apply package hold
20230123 063245 updater: ** Step 12-13: Post-install cleanup
20230123 063245 updater: ** Step 13-13: Sync changes to disk
20230123 063245 updater: Finish 2023-01-20 update for moOde

Inspecting the image being displayed on the page cdsp-configeditor.php , I see it's the default-cover-v6.svg contained in an iframe inside

Code:
<div class="container">
    <h1 class="cdsp-config">Pipeline editor</h1>
    <iframe class="cdsp-pipeline-editor" src="/camilladsp/gui/index.html">

or mostly like that. I don't seem to be able to cut and paste from the inspection window like I want to.

Regards,
Kent
Yep, me too, both on Chrome and Firefox. On Linux Mint here.
I smell 8.2.6 out soon... :-D
@Tim Curtis

Got it.

Line 27 in cdsp-configeditor.php has changed. I ran a diff between v8.2.4 and v8.2.5 files.

Code:
27c27
< $_camillagui_url = 'http://'. $_SERVER['HTTP_HOST'] . ':15000';
---
> $_camillagui_url = '/camilladsp/gui/index.html';

Changed it back and et voila all goodness.

Regards,
Kent
Could also be an issue in the update with NGINX config.

post output from commands below and I'll compare with what should have been installed.

Code:
ls -l /etc/nginx/sites-enabled/
cat /etc/nginx/sites-available/moode-http.conf
cat /etc/nginx/nginx.conf
cat /etc/nginx/moode-locations.conf
Pages: 1 2 3