mainline icon indicating copy to clipboard operation
mainline copied to clipboard

Json-CRITICAL

Open djkraven opened this issue 10 months ago • 6 comments

I am getting a Json-CRITICAL error when running from CLI. This prevents updating from the CLI but will update when using the UI.

/usr/bin/mainline install-latest

mainline 1.4.8

(process:7589): Json-CRITICAL **: 09:01:52.161: json_object_get_string_member: assertion 'node != NULL' failed 7589: /usr/bin/mainline install-latest -v 9 7589: load_app_config() 7589: fread(/root/.config/mainline/config.json) 7589: { "ppa_uri" : "https://kernel.ubuntu.com/~kernel-ppa/mainline/", "all_proxy" : "", "connect_timeout_seconds" : 15, "concurrent_downloads" : 1, "hide_unstable" : true, "previous_majors" : 0, "notify_major" : false, "notify_minor" : false, "notify_interval_unit" : 0, "notify_interval_value" : 4, "verify_checksums" : false, "window_width" : 800, "window_height" : 600, "window_x" : -1, "window_y" : -1, "term_width" : 1100, "term_height" : 600 } 7589: Loaded config file: /root/.config/mainline/config.json

djkraven avatar Aug 28 '23 13:08 djkraven