Added debug messages
This commit is contained in:
@ -189,7 +189,8 @@ class InstagramRepostJob extends BrowserJob implements ShouldBeUniqueUntilProces
|
|||||||
"content" => ""
|
"content" => ""
|
||||||
]));
|
]));
|
||||||
} catch (\Exception $e) {
|
} catch (\Exception $e) {
|
||||||
dump($e->getMessage());
|
$browser->screenshot(JobDebugScreenshot::getFileName($this->jobId));
|
||||||
|
AllNotification::send(new JobDebugNotification($this->jobId, "Unknown error when trying to repost reels : " . $e->getMessage()));
|
||||||
} finally {
|
} finally {
|
||||||
// Removes all videos in the download folder
|
// Removes all videos in the download folder
|
||||||
$files = glob($this->downloadFolder . '*'); // Get all files in the download folder
|
$files = glob($this->downloadFolder . '*'); // Get all files in the download folder
|
||||||
|
Reference in New Issue
Block a user