mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-04-13 06:48:52 -05:00
Unhandled exception #155
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @danielsza on GitHub.
running the macos arm version
Last login: Thu Dec 26 11:20:55 on ttys001
$(String[] args)/Applications/cleanuperr-osx-arm64/cleanuperr ; exit;
macserver@macservers ~ % /Applications/cleanuperr-osx-arm64/cleanuperr ; exit;
Unhandled exception. System.InvalidOperationException: Section 'Triggers' not found in configuration.
at Microsoft.Extensions.Configuration.ConfigurationExtensions.GetRequiredSection(IConfiguration configuration, String key)
at Executable.DependencyInjection.QuartzDI.<>c__DisplayClass0_0.b__0(IServiceCollectionQuartzConfigurator q)
at Quartz.ServiceCollectionExtensions.AddQuartz(IServiceCollection services, NameValueCollection properties, Action
1 configure) at Quartz.ServiceCollectionExtensions.AddQuartz(IServiceCollection services, Action1 configure)at Executable.DependencyInjection.QuartzDI.AddQuartzServices(IServiceCollection services, IConfiguration configuration)
at Executable.DependencyInjection.MainDI.AddInfrastructure(IServiceCollection services, IConfiguration configuration)
at Program.
zsh: abort /Applications/cleanuperr-osx-arm64/cleanuperr
Saving session...
...copying shared history...
...saving history...truncating history files...
...completed.
@danielsza commented on GitHub:
Looks like the issues was me launching it from the GUI.
If I launched it from the CLI it works as it should.
@Flaminel commented on GitHub:
Did you also copy the
appsettings.jsonfile from the archive in the same place you put the cleanuperr binary?@Flaminel commented on GitHub:
It's probably because you're trying to run cleanuperr from outside of its directory. From those logs it seems that you're trying to run
/Applications/cleanuperr-osx-arm64/cleanuperr, so that means your working directory is something else. cleanuperr is looking for that settings file where you executed the command from. I'd recommend runningcd /Applications/cleanuperr-osx-arm64before trying to run cleanuperr or copy the configuration file into your working directory.@danielsza commented on GitHub:
Yes both files are in the same folderSent from my iPhoneOn Dec 26, 2024, at 11:52, Marius Nechifor @.***> wrote:
Did you also copy the appsettings.json file from the archive in the same place you put the cleanuperr binary?
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>