Alexander Spurlock
Alexander Spurlock
@JeanBaptisteBolh have you initialized your `.arkana.yml` file for Arkana? There isn't really an onboarding process. But I remember getting this error as well. Somewhere in the documentation, you will find...
@JeanBaptisteBolh That looks right (I THINK). However, for me, my env vars are in a file called `.env`. I believe that this is a requirement - to have this file...
I think what you have to do is: ``` environments: debug: DEBUG_OPEN_API_KEY: "abcdefghijklmnopqrstuv123456789" release: PROD_OPEN_API_KEY: "abcdefghijklmnopqrstuv123456789" ``` in your `.env` file: ``` DEBUG_OPEN_API_KEY: "abcdefghijklmnopqrstuv123456789" PROD_OPEN_API_KEY: "abcdefghijklmnopqrstuv123456789" ```
@JeanBaptisteBolh Sorry I am not much of a help. In your `.yml` file, you have a value set for your var like so ``` DEBUG_OPEN_API_KEY: "abcdefghijklmnopqrstuv123456789" ``` remove the value...
I also noticed that your local ruby version is set to be below 3. I believe that Arkana needs ruby to be above version 3
> @alexspurlock25 > > > > >There isn't really an onboarding process. > > > > We have [what I believed to be] an extensive documentation in the project's README,...
> Fixed by enabling long paths via registry and replacing `ninja.exe` in the Android SDK. > > Replaced the old Ninja (v1.10) at: > > ``` > C:\Users\\AppData\Local\Android\Sdk\cmake\3.22.1\bin\ninja.exe > ```...