Unable to complete the challenge Midnight Kitties

I have completed the environment setup, but the compilation step is failing due to a Midnight infrastructure failure. The installer is unable to download the compact-toolchain (the compiler) required for Compact v0.25.0, as the link for the binary is returning a 404 Error (File Not Found). The error in my terminal is ‘No default compiler set’ because the compactc file was never downloaded. Please provide the updated download link for the compact-toolchain version 0.25.0 or higher.

2 Likes

Have you installed compactc as described in these docs: Introducing the Compact Developer Tools | Midnight Docs ?

2 Likes

I second Bochaco’s response. follow the link to install compact. One thing I want to note is that Midnight Kitties was built on the last compact compiler version. So after you install compact, you will have to switch to version v0.25.0 using compact update 0.25.0

2 Likes


take a look, I was using 0.26.0

2 Likes

It won’t run on 0.26.0. You need to switch to 0.25.0

3 Likes

Thanks, man. I will try aggain

2 Likes

This was it for me. Was using 0.26.0 and kept getting the error “context is not defined” when trying to create a kitty via the cli. Switching to 0.25.0 solved the issue. That and using midnight-local-network to run a local setup.

3 Likes