SelfControlApp / selfcontrol

:skull: Mac app to block your own access to distracting websites etc for a predetermined period of time. It can not be undone by the app or by a restart – you must wait for the timer to run out.
http://selfcontrolapp.com
GNU General Public License v3.0
4.03k stars 399 forks source link

Accidentally Started too long a block timer #857

Closed nbbaier closed 9 months ago

nbbaier commented 9 months ago

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?

slambert commented 9 months ago

https://github.com/SelfControlApp/selfcontrol/issues/28 🤫