You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
with open(default_blocklist, 'wb') as default_blocklist_write:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: 'None/None/Lists/default_ad_blocklist.txt'
Extra Info about the bug
its on line 33
Code of Conduct
I agree to follow this project's Code of Conduct
I read the avaible Documentation
I have checked that there is no issue on the same subject
I have checked that my issue does not contain any relevant security data (Passwords, Secrets or Users)
I have checked that my issue is not a Security Vulneability Security Policy
The text was updated successfully, but these errors were encountered:
Hi, the script you mention is designed to run from GitHub Actions. So trying to run it outside of this environment will throw multiple directory handling errors.
Currently, I have pending to update the scripts so that they can also run locally, although I will do that after integrating the script to integrate default ad lists.
Contact Details
[email protected]
What happened?
Please change how it handles directory
Platform
Web App
Device
MacBook Air
OS & Version
MacOS 14.6
Browser & Version (If applicable)
No response
Relevant log output
Extra Info about the bug
its on line 33
Code of Conduct
The text was updated successfully, but these errors were encountered: