• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space
  • 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