The plugin is constantly failing to authenticate with Logitech.
I took a closer look at the requests, and it appears that Logitech's API is only allowing a few particular user agents now.
The user agents that are allowed should be available via GET https://video.logi.com/api/info, which right now doesn't seem to reject arbitrary user agents.
The plugin is constantly failing to authenticate with Logitech.
I took a closer look at the requests, and it appears that Logitech's API is only allowing a few particular user agents now.
The user agents that are allowed should be available via
GET https://video.logi.com/api/info
, which right now doesn't seem to reject arbitrary user agents.