Build won't finish if skipUntranslatedStrings = true

Hello!
I have tried to download the project using de CLI, but it stopped at 75%. When I try to repeat the command, I get the following output:

[OK] Fetching project info
[OK] Building ZIP archive with the latest translations
[ERROR] Fetching project info
[ERROR] Failed to collect project info. Please contact our support team for help
[ERROR] Error from server: <Code: 409, Message: Another build is currently in progress. Please wait until it’s finished.>

(it has been 2 hours since the first try)

Tried again - it seemed that it was “unstuck” - but now the building progress stopped at 83%
stuck-crowdin

Every build I start with skipUntranslatedStrings = true gets stuck at a random percentage.

{
    "data": [
        {
            "data": {
                "id": 38,
                "projectId": 999999,
                "status": "finished",
                "progress": 100,
                "createdAt": "2022-07-05T22:45:40+00:00",
                "updatedAt": "2022-07-05T22:45:43+00:00",
                "finishedAt": "2022-07-05T22:45:43+00:00",
                "attributes": {
                    "branchId": null,
                    "directoryId": null,
                    "targetLanguageIds": [],
                    "skipUntranslatedStrings": false,
                    "skipUntranslatedFiles": false,
                    "exportApprovedOnly": false
                }
            }
        },
        {
            "data": {
                "id": 40,
                "projectId": 9999999,
                "status": "inProgress",
                "progress": 83,
                "createdAt": "2022-07-05T22:46:10+00:00",
                "updatedAt": "2022-07-05T22:46:10+00:00",
                "finishedAt": null,
                "attributes": {
                    "branchId": null,
                    "directoryId": null,
                    "targetLanguageIds": [],
                    "skipUntranslatedStrings": true,
                    "skipUntranslatedFiles": false,
                    "exportApprovedOnly": false
                }
            }
        }
    ],
    "pagination": {
        "offset": 0,
        "limit": 25
    }
}

Hello!

From the glance to me it seems that the build (another one) is stuck, maybe you had some custom integration build in past that uses CI by API or CLI, like bot that build + download project once an hour or so

Did you try any other attempts? Like build with default options, without skipping.

What’s your project settings, can you share screenshot? Maybe there’s a conflict with skipping options, for example I used in past both strings + files (to be skipped) an it returns me nothing because I had some hidden stings that can’t be translated

Sorry, Yury!

I was suspecting that it could be related to the file type (I uploaded .FTL files), and was intending to make a new attempt in a new project.

The download worked when I changed skipUntranslatedStrings to false

I just tried again, with skipUntranslatedStrings: true, and it worked!

@thiago.hirata so now all works? Both parameters?

Well, in this case can say for sure it’s not file type. Probably really as @YuryChugov mentioned some specific projects settings that blocked one call and let another being run fine.