mirror of
https://github.com/mrh0wl/Cloudmare.git
synced 2026-04-26 18:35:47 +03:00
[GH-ISSUE #10] There was an error getting results #8
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Cloudmare#8
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @VirtualM20 on GitHub (Sep 3, 2019).
Original GitHub issue: https://github.com/mrh0wl/Cloudmare/issues/10
There was an error getting results
Traceback (most recent call last):
File "Cloudmare.py", line 79, in
ip_takes = make_list()
File "Cloudmare.py", line 32, in make_list
ip_list = subdomain_tracking(domain)
File "/root/Cloudmare/lib/core/subdomain_finder.py", line 9, in subdomain_tracking
if res['dns_records']['host']:
TypeError: list indices must be integers or slices, not str
@mrh0wl commented on GitHub (Sep 4, 2019):
Hi, thanks for reporting this issue. Check please if your problem is solved in commit
18035fa075@VirtualM20 commented on GitHub (Sep 4, 2019):
Fixed, the issue can be closed i think, and thx for the fast reaction.
@mrh0wl commented on GitHub (Sep 4, 2019):
You're welcome!