101Dude
101Dude
First I tried the tap: ``` remote: Repository not found. fatal: repository 'https://github.com/rvalente/homebrew-alerter/' not found ``` Then tried `brew install alerter` ``` Warning: alerter has been deprecated because it does...
Been awhile. Somewhere I saw this recommended for choosing which to delete: ``` fdupes -r dir1 dir2|grep dir1/|xargs rm ``` I can't get that to work on macOS, and I...
@macau23 this is what I ended up using and it works well. xargs runs into issues when path names have special characters. `fdupes` doesn't have a `-print0` option like `find`...
[jackettPermissionsOriginal.txt](https://github.com/Jackett/Jackett/files/13272334/jackettPermissionsOriginal.txt) @garfield69 The default permissions on the launch agent plist are incorrect. Changing them to: ``` -rwxr-xr-x@ 1 john 670 Nov 6 01:12 org.user.Jackett.plist com.apple.TextEncoding 15 ``` Immediately the process...
don't know if this helps but I did a `grep` of the project on a hunch that the HEADLESS flag just isn't being set by the environmental settings (although other...
https://stackoverflow.com/questions/56436173/python-selenium-chromedriver-not-working-with-headless-option https://developer.chrome.com/docs/chromium/new-headless
just getting ahead of any questions.. I switched to Chrome and removed all traces of Chromium to check if the way Headless is called may differ between them or their...
https://github.com/FlareSolverr/FlareSolverr/issues/1097#issuecomment-1969572652 Fixes my issue as well so I am closing this
Before I make a new issue. Is this issue what's causing TorrentGalaxy to fail here. I have FlareSolverr setup and it runs properly upon starting a search in my torrent...
@garfield69 I am no coder/programmer... excuse my ignorance. What is preventing Jackett from recognizing the cookie has expired or getting a new cookie on the next request after it's been...