(08-04-2024, 08:23 PM)Tim Curtis Wrote: Ok, here's the next step in debugging.
I'm using Chrome on my Mac but other Browsers should have a similar Javascript console.
1. Open the Browser Javascript console
2. As a control, perform a success case up to the point where the list of Playlists is displayed but don't click the Add button
- In the console display the contents of the varilables UI.dbEntry[0] and UI.dbEntry[4]. They should both contain the path to the station pls file. Here's a screen shot of what that should look like.
3. Now perform a failure case up to the point where the list of Playlists is displayed but don't click the Add button.
Display the contents of the variables and post a screen shot of the console.
Hi @Tim Curtis ,
To do your test, I used Chrome on a Win machine.
Failing case:
![[Image: fail.jpg]](https://frlklyng9buw.compat.objectstorage.eu-frankfurt-1.oraclecloud.com/os-bucket/fail.jpg)
Successful case:
![[Image: success.jpg]](https://frlklyng9buw.compat.objectstorage.eu-frankfurt-1.oraclecloud.com/os-bucket/success.jpg)