Discovered just now that I’m getting following error (below) in my scraping application.
First occurance I found was already on 9th August 2022 and it looks like my app received this all the time ever since and did not store images anymore.
Only limits I was aware of were Storage limits and I got large enough free tier.
Is this a new limitation and since when was it installed ?
What I am doing is uploading ~3000 images ~50KB each per day.
Does it make sense I hit segment limits with that ?
Any chance I can continue to use Free tier ?
Thanks for your inputs <3
{
"id": 10053400,
"filename": "10053400_1",
"upload": {
"success": false,
"error": {
"message": "You have reached your Storj project segment limit on the Satellite.",
"code": "XStorjSegmentsLimitExceeded",
"region": null,
"time": "2022-08-09T21:02:57.752Z",
"requestId": "1709C908DE52FE07",
"statusCode": 403,
"retryable": false,
"retryDelay": 12.876649694220955
}
}
}
Update: actual usage is much lower:
Since OCT 2021 I have uploaded 277616 objects stored in 277616 segments good for 20GB total.
Wait. Is the reason for receiving this error due to unpaid invoices ?
I was totally not aware of open invoices in my account.
If I pay the open invoices will it just work again ?
Either way the charges for segmenst appear to compound with previous months. So uploading small images piece by piece don’t seem to be viable strategy long term.
Any tricks for uploading images together in one segment and point parts to different objects ? (I always have ~10 images that belong to each other)
Just for sake off adding some context around why I was convinced no costs would incur:
My project dashboard gives me on top
Your 277616 objects are stored in 277616 segments around the world
Storage Limit per month: 500GB | Bandwidth Limit per month: 500GB
In the billing page I get reassured the displayed charges are for information only, but won’t be charged as long as my account operates within bandwidth limits.
So, these segment fee were introduced in January 6, 2022 and start to apply since March 2022.
All accounts are billed, but all accounts has a free tier coupon of $1.65, it’s covering exactly free tier limits. But if you managed to have usage above a free tier - you need to add a payment method to your account.