Mac OS: Error While running edge app emulator and creating mock data with it.
Error when trying to run edge app emulator, but working fine when createing and deploying the edge app.
> screenly edge-app run
thread 'main' panicked at src/cli.rs:823:48:
Failed to load authentication.: Io(Os { code: 2, kind: NotFound, message: "No such file or directory" })
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
> screenly edge-app run --generate-mock-data
thread 'main' panicked at src/cli.rs:823:48:
Failed to load authentication.: Io(Os { code: 2, kind: NotFound, message: "No such file or directory" })
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
CLI Version
- screenly 1.0.2
Installation method
- homebre
System Details
- OS : macOS 15.4.1
- Chip: Apple M1
- Memmory: 8GB
- Shell: zsh on iTerm
@salmanfarisvp, do you experience any issues in v1.0.3, should you have the chance to install it?
@nicomiguelino I have another issue, reagarding "Missing v1.0.3 in Screenly CLI for Mac"
Update:
I have upgraded to version 1.0.3, but I am still experiencing the same issue.
cc @sergey-borovkov
@salmanfarisvp is this still relevant?
@salmanfarisvp, are you still having issues on macOS?
@sergey-borovkov and @nicomiguelino issue has been resolved.
@sergey-borovkov I tried to fresh install the CLI version 1.0.4 on my mac and I got the same issue.
Mac OS: 26.0.1 (25A362) Chip: M3 CLI Version: screenly 1.0.4
> screenly edge-app run
thread 'main' panicked at src/cli.rs:822:48:
Failed to load authentication.: Io(Os { code: 2, kind: NotFound, message: "No such file or directory" })
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
> screenly edge-app run --generate-mock-data
thread 'main' panicked at src/cli.rs:822:48:
Failed to load authentication.: Io(Os { code: 2, kind: NotFound, message: "No such file or directory" })
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Update: Found a solution, we need to authenticate to run the app locally and generate the mock data. Is this a feature or a bug? @sergey-borovkov