2 Commits

Author SHA1 Message Date
6b9b5a60e9 Should fix HellcaseJob login
All checks were successful
Push image to registry / build-image (push) Successful in 3m21s
2025-07-02 12:29:36 +02:00
6d92eb76d8 Fix InstagramRepostJob describing non downloaded reel 2025-07-02 12:24:50 +02:00
2 changed files with 5 additions and 2 deletions

View File

@ -99,7 +99,7 @@ class HellcaseJob extends BrowserJob implements ShouldBeUniqueUntilProcessing
sleep(5);
$browser->waitForText("Sign in with Steam", 30, true);
sleep(3);
$browser->driver->findElement(WebDriverBy::xpath('//button[contains(@class,"_base_zvftr_1 _accent-1_zvftr_105 _m_zvftr_52 _full_zvftr_94 _primary_zvftr_100")]'))->click();
$browser->driver->findElement(WebDriverBy::xpath("//button[. = 'Sign in with Steam']"))->click();
sleep(5);
// QR CODE SCANNING

View File

@ -171,7 +171,10 @@ class InstagramRepostJob extends BrowserJob implements ShouldBeUniqueUntilProces
$downloadInfos
];
$this->describeReel($repost, $downloadInfos);
if ($downloadInfos !== null) {
$this->describeReel($repost, $downloadInfos);
}
}
$this->jobRun->addArtifact(new JobArtifact([