liquidx/webviewscreensaver

2.4 brew deployment not working under Sequoia 15.0.1

Opened this issue · 1 comments

Version 2.4, installed via brew, doesn’t seems to be working with Sequoia 15.0.1.
I’m pretty sure it was working under Sequoia 15.0.
Tried uninstalling and reinstalling via brew (brew install --cask webviewscreensaver --no-quarantine), but no change.
Symptoms are:
It can be configured and appears to function in all ways except for actually rendering any page when activated via system screensaver or via the ‘eye’/preview button to the left of the URL in the options field.
Here’s a copy of my .plist:

{
  "kScreenSaverFetchURLs" => 0
  "kScreenSaverURLList" => [
    0 => {
      "kScreenSaverTime" => 90
      "kScreenSaverURL" => "https://ground.news"
    }
    1 => {
      "kScreenSaverTime" => 90
      "kScreenSaverURL" => "https://radar.weather.gov/?settings=v1_eyJhZ2VuZGEiOnsiaWQiOm51bGwsImNlbnRlciI6Wy05NSwzN10sImxvY2F0aW9uIjpudWxsLCJ6b29tIjo0fSwiYW5pbWF0aW5nIjp0cnVlLCJiYXNlIjoic3RhbmRhcmQiLCJhcnRjYyI6ZmFsc2UsImNvdW50eSI6ZmFsc2UsImN3YSI6ZmFsc2UsInJmYyI6ZmFsc2UsInN0YXRlIjpmYWxzZSwibWVudSI6dHJ1ZSwic2hvcnRGdXNlZE9ubHkiOmZhbHNlLCJvcGFjaXR5Ijp7ImFsZXJ0cyI6MC44LCJsb2NhbCI6MC42LCJsb2NhbFN0YXRpb25zIjowLjgsIm5hdGlvbmFsIjowLjZ9fQ%3D%3D"
    }
    2 => {
      "kScreenSaverTime" => 90
      "kScreenSaverURL" => "https://radar.weather.gov/?settings=v1_eyJhZ2VuZGEiOnsiaWQiOiJ3ZWF0aGVyIiwiY2VudGVyIjpbLTg3Ljc2OCw0MS45MzhdLCJsb2NhdGlvbiI6Wy04Ny43NjgsNDEuOTM4XSwiem9vbSI6NywibGF5ZXIiOiJicmVmX3FjZCJ9LCJhbmltYXRpbmciOmZhbHNlLCJiYXNlIjoic3RhbmRhcmQiLCJhcnRjYyI6ZmFsc2UsImNvdW50eSI6ZmFsc2UsImN3YSI6ZmFsc2UsInJmYyI6ZmFsc2UsInN0YXRlIjpmYWxzZSwibWVudSI6dHJ1ZSwic2hvcnRGdXNlZE9ubHkiOmZhbHNlLCJvcGFjaXR5Ijp7ImFsZXJ0cyI6MC44LCJsb2NhbCI6MC42LCJsb2NhbFN0YXRpb25zIjowLjgsIm5hdGlvbmFsIjowLjZ9fQ%3D%3D"
    }
    3 => {
      "kScreenSaverTime" => 90
      "kScreenSaverURL" => "https://www.weather.gov/erh/ghwo?wfo=lot"
    }
    4 => {
      "kScreenSaverTime" => 90
      "kScreenSaverURL" => "https://radar.weather.gov/?settings=v1_eyJhZ2VuZGEiOnsiaWQiOiJsb2NhbCIsImNlbnRlciI6Wy04OC4yNCwzMC42NzldLCJsb2NhdGlvbiI6bnVsbCwiem9vbSI6NywiZmlsdGVyIjoiV1NSLTg4RCIsImxheWVyIjoic3JfYnJlZiIsInN0YXRpb24iOiJLTU9CIn0sImFuaW1hdGluZyI6dHJ1ZSwiYmFzZSI6InN0YW5kYXJkIiwiYXJ0Y2MiOmZhbHNlLCJjb3VudHkiOmZhbHNlLCJjd2EiOmZhbHNlLCJyZmMiOmZhbHNlLCJzdGF0ZSI6ZmFsc2UsIm1lbnUiOnRydWUsInNob3J0RnVzZWRPbmx5Ijp0cnVlLCJvcGFjaXR5Ijp7ImFsZXJ0cyI6MC44LCJsb2NhbCI6MC42LCJsb2NhbFN0YXRpb25zIjowLjgsIm5hdGlvbmFsIjowLjZ9fQ%3D%3D"
    }
    5 => {
      "kScreenSaverTime" => 90
      "kScreenSaverURL" => "/Users/joechap/scripts/SWPC-solar.html"
    }
    6 => {
      "kScreenSaverTime" => 90
      "kScreenSaverURL" => "https://nasstatus.faa.gov/list"
    }
  ]
}

No issues on my end running 15.0.1 or M3.
Can you open Console.app and look for Crash Reports and/or do a log filter WebViewScreenSaver while trying this out.
See if anything stands out?