• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

  • Chevereto Support CLST

    Support response

    Support checklist

    • Got a Something went wrong message? Read this guide and provide the actual error. Do not skip this.
    • Confirm that the server meets the System Requirements
    • Check for any available Hotfix - your issue could be already reported/fixed
    • Read documentation - It will be required to Debug and understand Errors for a faster support response

B2 legacy cron delete not working when the file doesn't exists in B2

Rodolfo

👑 Chevereto Godlike
Chevereto Staff
Administrator
▶ Reproduction steps
  1. Provide B2 (legacy) storage
  2. Upload images
  3. Remove images from the bucket (directly from B2 dashboard, not from Chevereto)
  4. Run the cron -C cron
😢 Unexpected result

Doesn't remove the images and affects all other cron jobs.

📃 Error log message

Code:
Aw, snap! Internal Server Error [debug @ stderr]

** errorId #cf309e84a1b49a07 **
>> obregonco\B2\Exceptions\NotFoundException [0]:
At /app/vendor/obregonco/backblaze-b2/src/Client.php:435

Stack trace:
#0 /app/vendor/obregonco/backblaze-b2/src/Client.php(463): obregonco\B2\Client->getFile(Array)
#1 /app/lib/classes/class.queue.php(160): obregonco\B2\Client->deleteFile(Array)
#2 /app/cron.php(50): CHV\Queue::process(Array)
#3 /app/cron.php(32): storageDelete()
#4 /app/loader.php(242): require_once('/app/cron.p
 
Back
Top