Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]: FileNotFoundError: [Errno 2] No such file or directory: 'None/None/Lists/default_ad_blocklist.txt #52

Open
5 tasks done
shliu888 opened this issue Jan 10, 2025 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@shliu888
Copy link

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

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
@Isaaker Isaaker self-assigned this Jan 12, 2025
@Isaaker Isaaker added the bug Something isn't working label Jan 12, 2025
@Isaaker
Copy link
Owner

Isaaker commented Jan 12, 2025

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.

Thanks

@shliu888
Copy link
Author

OK thank you so much.

@shliu888
Copy link
Author

I can help you if you want.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants