Day One CLI no longer working with 2024.6 Mac app

  • Unknown's avatar

    I am in the process of migrating pictures to a shared Day One journal using the CLI. Things were working fine a few days ago but after the most recent Mac update (2024.6) the CLI just hangs and never exits with the “Created new entry with uuid” message, as though it’s stuck. But if I check the web or iOS app, I can see that it did create a new post with the photo as expected.

  • Unknown's avatar

    Hello @jordanmerrick. Thanks for your report. Are the images stored locally on the Mac when running the script?

  • Unknown's avatar

    And I, on a Mac Studio, Apple Silicion get the following error message after the install script is run and the environment variable is set:

    echo “$DAYONE_APP_PATH”
    /Applications/Day One.app

    dayone2 -h
    Could not find needed ‘CLIKit’ in searchPaths ((
    “/Applications/Day One.app/Contents/Frameworks”,
    “/Applications/Day One.app/Contents/Frameworks”,
    “/Applications/Day One.app/Contents/Frameworks”
    ))
    This is needed for CLI utility to run. You can set environmentalvariable DAYONE_APP_PATH to the Day One app to help utility find it.(Example: export DAYONE_APP_PATH=”/Applications/Day One.app”)%

    Any suggestions?

  • Unknown's avatar

    Hi @tomdakl. Thanks for your report. We will share this with our engineers.

  • Unknown's avatar

    I’m also seeing the same as Tom:

    zsh ~
    > dayone2 -h
    
    Could not find needed 'CLIKit' in searchPaths ((
        "/Applications/Day One.app/Contents/Frameworks",
        "/Applications/Day One.app/Contents/Frameworks"
    ))
    This is needed for CLI utility to run. You can set environmentalvariable DAYONE_APP_PATH to the Day One app to help utility find it.(Example: export DAYONE_APP_PATH="/Applications/Day One.app")%

    My CLI seems to think CLIKit exists:

    zsh ~
    > which CLIKit
    /Applications/Day One.app/Contents/Frameworks/CLIKit.framework/CLIKit
    

    I’m on a M1 Mac, Sonoma 14.5, Day One 2024.7 (1552)

    Thanks in advance!

  • Unknown's avatar

    Thanks,  @kristophercs. We have reported this to our engineers. We don’t have an ETA for a fix just yet. Thanks for your patience.

  • The topic ‘Day One CLI no longer working with 2024.6 Mac app’ is closed to new replies.