SelfControlApp/selfcontrol

Accidentally Started too long a block timer

nbbaier opened this issue · 1 comments

Summary

I wrote a small bash script to start SelfControl via the cli. Somehow, I calculated the time wrong and ended up with a 208 day block.

Background Info

SelfControl version = Version 4.0.2 (410)
macOS version? =

ProductName:		macOS
ProductVersion:		13.6.2
BuildVersion:		22G320

Do you use a VPN/proxy, and if so which one? = No

Here are the results for print-settings

ActiveBlockAsWhitelist = 0;
    ActiveBlocklist =     (
        "www.freetetris.org",
        "www.val.town",
        "twitter.com",
        "facebook.com",
        "reddit.com",
        "tumblr.com",
        "youtube.com",
        "9gag.com",
        "netflix.com",
        "hulu.com",
        "buzzfeed.com",
        "dailymotion.com",
        "collegehumor.com",
        "funnyordie.com",
        "vine.co",
        "pinterest.com",
        "stumbleupon.com",
        "instagram.com"
    );
    AllowLocalNetworks = 1;
    BlockEndDate = "2024-07-03 03:21:35 +0000";
    BlockIsRunning = 1;
    BlockSound = 5;
    BlockSoundShouldPlay = 0;
    ClearCaches = 1;
    EnableErrorReporting = 0;
    EvaluateCommonSubdomains = 1;
    IncludeLinkedDomains = 1;
    LastSettingsUpdate = "2023-12-07 21:21:47 +0000";
    SettingsVersionNumber = 56;
    TamperingDetected = 0;
}

@cstigler and @slambert is there anyway to resolve this issue?

#28 🤫