Results 17 comments of Lele Long

[Android app loading courses outline... not loading the actual content](https://groups.google.com/d/msg/openedx-ops/lynNQFnnpBo/-ZUjPojgAwAJ) may links to this too.

Still missing libsystemd-login-dev dependency in the main repo's README.md.

This only applied to `Signed version of the programme`, 9 out 30 videos I downloaded threw `ERROR: local variable 'programme_id' referenced before assignment`, such as [this episode](https://www.bbc.co.uk/iplayer/episode/m000tb8m/sign/cbeebies-bedtime-stories-779-somebody-swallowed-stanley). ![image](https://user-images.githubusercontent.com/434358/236668646-c5805d44-3f63-4f8f-abaf-2da8ec7d681c.png)

`programme_id` will be undefined if allAvailableVersions and defaultAvailableVersion are empty or null. For example, response from https://www.bbc.co.uk/programmes/b09ylv6t/playlist.json: ```json { "info": { "readme": "For the use of Radio, Music and Programmes...

@dirkf Yes, now I have to use playwright to scrape the page, accept the cookie settings, trigger video play action, and click the subtitle menu(for the first video only, and...

mcve: 1. create empty project `mvn archetype:generate -DgroupId=com.mycompany.app -DartifactId=my-app -DarchetypeArtifactId=maven-archetype-quickstart -DarchetypeVersion=1.4 -DinteractiveMode=false` 2. Add spotbugs to pom.xml ```xml ... com.github.spotbugs spotbugs-maven-plugin 3.1.11 Max Low true false com.github.spotbugs spotbugs-maven-plugin 3.1.11 Max...

Maybe this should be moved to [spotbugs/spotbugs-maven-plugin](https://github.com/spotbugs/spotbugs-maven-plugin/issues)? If that is the case, I will close this one, and open a new one there.