#Lokalise: Requesting... API request error 413 Project too big for sync export.
1 messages ยท Page 1 of 1 (latest)
@dreamy spoke You've been talking about making it async... we might need it sooner ๐
๐ค๐ผ just a tiny bit sooner
Currently the releases are blocked:
Run python3 -m script.translations download
Unable to find image 'lokalise/lokalise-cli-2:v2.6.14' locally
v2.6.14: Pulling from lokalise/lokalise-cli-2
89a55f6f1e22: Pulling fs layer
c4417cf537bc: Pulling fs layer
89a55f6f1e22: Verifying Checksum
89a55f6f1e22: Download complete
89a55f6f1e22: Pull complete
c4417cf537bc: Verifying Checksum
c4417cf537bc: Download complete
c4417cf537bc: Pull complete
Digest: sha256:242c9f46f0a2063b5c9f8eb6f2587c1c2e4fb1f73465ceff44bcae9e64f057ff
Status: Downloaded newer image for lokalise/lokalise-cli-2:v2.6.14
Error: API request error 413 Project too big for sync export. Please use our async export endpoint instead. (/files/async-download)
Requesting... API request error 413 Project too big for sync export. Please use our async export endpoint instead. (/files/async-download)
Failing beta build: https://github.com/home-assistant/core/actions/runs/23786035179/job/69309549952
I have issues on setup up my new macbook.... Docker has no internet connection... Will fallback to my old notebook and fix it
I wanted to wait after the release to make it better but now we go just for a working solution and make it faster later
Could be done without much overhaul tbh
looking at the Lokalise CLI repository, they added a async flag
https://github.com/lokalise/lokalise-cli-2-go/pull/178/changes
I know we can just update the docker version and add async
https://github.com/home-assistant/core/pull/166700 otherwise this would be the solution going forward but it needs a new builder version and co
I will create a new PR to just update the cli
Breaking change
Proposed change
Use async download approach to unblock build images
Testing pipeline https://github.com/home-assistant/core/actions/runs/23786710276
Needed to update lokalize cli:...
merged. Building now a new nightly
if that is successful we can create a new beta
All seems fine ๐