ValueError: Invalid commit_id: 966bd7758586e05d18f6181f459c0e90ba318bec - no build exists for arch=Linux platforms=Linux64.
- Dominant language
- C#
- Stars
- 1.8k
- Forks
- 296
- PR merge metrics
- No merged PRs in 30d
Description
Hello,
I am currently using AI2-THOR version 0+966bd7758586e05d18f6181f459c0e90ba318bec , but I have encountered ValueError: Invalid commit_id: 966bd7758586e05d18f6181f459c0e90ba318bec - no build exists for arch=Linux platforms=Linux64. And I noticed an issue regarding the `commit_id` setting:
* When I set `commit_id = "5e43486351ac6339c399c199e601c9dd18daecc3"`, it successfully starts downloading the corresponding build file: `thor-Linux64-5e43486351ac6339c399c199e601c9dd18daecc3.zip`.
* However, when I set `commit_id = "966bd7758586e05d18f6181f459c0e90ba318bec"`, it immediately throws error again:
```
ValueError: Invalid commit_id
```
It seems that some commit_id correctly trigger the build download, while others are reported as invalid.
Any guidance would be greatly appreciated. Thanks!
Contributor guide
Assessment
This issue has not been assessed yet.