mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
Merge pull request #40819 from nextcloud/imaginaryGuzzleErrors
Catch Imaginary processing errors
This commit is contained in:
commit
b46879db4b
1 changed files with 1 additions and 1 deletions
|
|
@ -168,7 +168,7 @@ class Imaginary extends ProviderV2 {
|
|||
'timeout' => 120,
|
||||
'connect_timeout' => 3,
|
||||
]);
|
||||
} catch (\Exception $e) {
|
||||
} catch (\Throwable $e) {
|
||||
$this->logger->info('Imaginary preview generation failed: ' . $e->getMessage(), [
|
||||
'exception' => $e,
|
||||
]);
|
||||
|
|
|
|||
Loading…
Reference in a new issue