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: AttributeError: 'NoneType' object has no attribute 'name' subdomain scan #1217

Open
1 task done
DanyAssuid opened this issue Mar 18, 2024 · 1 comment
Open
1 task done
Labels
bug Something isn't working

Comments

@DanyAssuid
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

It's resolved the error :
AttributeError: 'NoneType' object has no attribute 'name'

Expected Behavior

The file task.py have a bug in line 545
Need to change
urls.append(subdomain.name)
to
urls.append(subdomain_name)

Steps To Reproduce

go to task.py in line 545
change the line above

Environment

- reNgine: 
- OS: mac
- Python: 
- Docker Engine: 
- Docker Compose: 
- Browser:

Anything else?

No response

@DanyAssuid DanyAssuid added the bug Something isn't working label Mar 18, 2024
Copy link

👋 Hi @DanyAssuid,
Issues is only for reporting a bug/feature request. Please read documentation before raising an issue https://rengine.wiki
For very limited support, questions, and discussions, please join reNgine Discord channel: https://discord.gg/azv6fzhNCE
Please include all the requested and relevant information when opening a bug report. Improper reports will be closed without any response.

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

1 participant