Neil Rickards
Neil Rickards
www.screenscraper.fr/api/jeuInfos.php appears to returning "File not found" which scraper is trying to parse as json. > But in reality that should not be returning 200 OK and would've been caught...
It looks like maybe api2 is up but api is down. Requests to api2 work, but the response format is different: name and synopsis are arrays for different languages.
I've bumped to 0.17.1 and constructed a DockerComposeRule but it didn't make any difference. Looking at the code it's constructing the DockerComposeExecutable exactly the same.
We are also on 1.7.1
@j-baker helped unblock us by correctly using docker-compose exec. This is no longer blocking us. I'll leave this open as think there is still an issue with the project name...
Inspired by the Roses.SolarAPI code, I was able to set my battery with a pair of curl commands: ``` HASH=$(md5 -qs $PASSWORD) TOKEN=$(curl -H "Content-Type: application/json" -d "{\"user\":\"$USER\",\"password\":\"$HASH\"}" https://www.foxesscloud.com/c/v0/user/login |...