08-04-2024, 08:23 PM
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.
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.