• 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

Issue with B2 (legacy) dependency

Rodolfo

👑 Chevereto Godlike
Chevereto Staff
Administrator
▶ Reproduction steps
  1. Enable B2 (old accounts)
  2. Try to upload an image
😢 Unexpected result

Doesn't work, duh.

📃 Error log message

Code:
> esac\B2\Exceptions\NotFoundException [0]:
At /www/wwwroot/app/vendor/esac/backblaze-b2/src/Client.php:424
Stack trace:
#0 /www/wwwroot/app/vendor/esac/backblaze-b2/src/Client.php(452): esac\B2\Client->getFile()
#1 /www/wwwroot/app/lib/classes/class.queue.php(160): esac\B2\Client->deleteFile()
#2 /www/wwwroot/app/cron.php(50): CHV\Queue::process()
#3 /www/wwwroot/app/cron.php(32): storageDelete()
#4 /www/wwwroot/app/loader.php(233): require_once('/www/wwwroot/app/cron.php')
#5 /www/wwwroot/cli.php(36): include_once('/www/wwwroot/app/loader.php')
 
This one affects only the legacy B2 service, relying on the library esac/backblaze-b2. We will try switch to obregonco/backblaze-b2 to see how it goes.

Note that all the new accounts in B2 works with "S3 Compatible" which is delivered by another dependency so is not affected by this situation. The issue here only affects legacy B2 accounts.
 
Back
Top