Having an issue with the Oppo integration (by henrikwidlund) in that it causes an error ‘error during the sequence’ wherein the Oppo player does not respond but which also causes the sequence to terminate.
I did recently upgrade to the latest version which is v0.0.20 but I also did recently upgrade the UC3 software to the latest beta build v2.8.4 as I was trying to see if it could fix some other minor issue I was having. The previous combination of Oppo integration v0.0.12 / v0.0.11 (can’t remeber exactly which) and UC3 software v2.8.3 was working.
- integration is succesfully installed and I can see the various commands being available to select to include into an activity
- am using these integration files labelled ‘unfolded-circle-oppo-v0.0.xx-remote.tar.gz’ and not the ones with ‘linux’, ‘macos’ or ‘windows’ in its filename
- command tested is to power the Oppo on and off
- have tried other versions of the Oppo integration (from v.0.0.11 to v0.0.20)
- have tried both the ‘media player’ and ‘remote’ entities
- am unable to downgrade the UC3 OS (have toggled the beta switch off and did a factory reset of the remote)
Am I doing anything stupid?
Should I be using the media player commands or the remote commands?
Can anyone with an Oppo blu-ray player with a working integration say what integration version and remote OS version they are using?
These are the relevant log entries: (‘disc’ is the name of the activity)
Oppo remote v0.0.20
2026-03-08 13:26:45.755765 +00:00 core ERROR [disc] error executing activity command oppo-unfolded-circle.main.REMOTE:192.168.50.124:remote.on (ignore error: false): BadRequest: Unknown command
2026-03-08 13:26:45.753903 +00:00 core WARN [oppo-unfolded-circle] 400 for request_id 9: Some(WsResultMsgData { code: “INV_ARGUMENT”, message: “Unknown command” })
2026-03-08 13:26:43.740497 +00:00 core NOTICE [disc] activity command: oppo-unfolded-circle.main.REMOTE:192.168.50.124:remote.on
Oppo media player v0.0.20
2026-03-08 13:22:30.840655 +00:00 core ERROR [disc] error executing activity command oppo-unfolded-circle.main.192.168.50.124:media_player.on (ignore error: false): BadRequest: Unknown command
2026-03-08 13:22:30.839942 +00:00 core WARN [oppo-unfolded-circle] 400 for request_id 8: Some(WsResultMsgData { code: “INV_ARGUMENT”, message: “Unknown command” })
2026-03-08 13:22:25.880548 +00:00 core NOTICE [disc] activity command: oppo-unfolded-circle.main.192.168.50.124:media_player.on
2026-03-08 13:21:04.957612 +00:00 core NOTICE [oppo-unfolded-circle.main] Waiting for available entities with request id: 6
2026-03-08 13:21:04.449950 +00:00 core ERROR Error(“invalid type: sequence, expected a map”, line: 0, column: 0)
2026-03-08 13:21:04.390700 +00:00 core NOTICE Sent get_entity_states to oppo-unfolded-circle: Ok(())
Oppo remote v0.0.11
2026-03-08 13:12:15.476792 +00:00 core ERROR [disc] error executing activity command oppo-unfolded-circle.main.REMOTE:192.168.50.124:remote.on (ignore error: false): BadRequest: Unknown command
2026-03-08 13:12:15.475865 +00:00 core WARN [oppo-unfolded-circle] 400 for request_id 10: Some(WsResultMsgData { code: “INV_ARGUMENT”, message: “Unknown command” })
2026-03-08 13:12:10.515777 +00:00 core NOTICE [disc] activity command: oppo-unfolded-circle.main.REMOTE:192.168.50.124:remote.on
Opppo media player v0.0.11
2026-03-08 13:08:04.175764 +00:00 core NOTICE Removed standby inhibitor: activity ‘disc’ (on) (max 305s)
2026-03-08 13:08:04.174968 +00:00 core ERROR [disc] error executing activity command oppo-unfolded-circle.main.192.168.50.124:media_player.on (ignore error: false): BadRequest: Unknown command
2026-03-08 13:08:04.174376 +00:00 core WARN [oppo-unfolded-circle] 400 for request_id 9: Some(WsResultMsgData { code: “INV_ARGUMENT”, message: “Unknown command” })
2026-03-08 13:07:59.905400 +00:00 core NOTICE [disc] activity command: oppo-unfolded-circle.main.192.168.50.124:media_player.on
- I have the full logs of it would help.