fix: downgrading nodriver to 0.39 to address failing browser launch #470

This commit is contained in:
sebthom
2025-04-07 22:19:08 +02:00
parent 79701e2833
commit 27c7bb56ca
2 changed files with 8 additions and 6 deletions

View File

@@ -38,7 +38,7 @@ dependencies = [
"certifi",
"colorama",
"jaraco.text", # required by pkg_resources during runtime
"nodriver @ git+https://github.com/ultrafunkamsterdam/nodriver.git",
"nodriver==0.39.0", # 0.40-0.44 have issues starting browsers and evaluating self.web_execute("window.BelenConf") fails
"ruamel.yaml",
"psutil",
"wcmatch",