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

v7.3.0 does not work properly in interactive docs #284

Open
asamrega opened this issue Mar 14, 2023 · 2 comments
Open

v7.3.0 does not work properly in interactive docs #284

asamrega opened this issue Mar 14, 2023 · 2 comments

Comments

@asamrega
Copy link

When running example in interactive docs that uses Python 3.9.5 the resulting dictionary iocs contains only one domain and no urls.

image

Expected results:

>>> iocs['domains']
['example.org', 'foobar.com']
>>> iocs['urls']
['https://example.org/test/bingo.php']

Maybe the problem is related to dependencies because in my fresh environment created with Python 3.9.5 it works properly:

image

PS C:\> pip list
Package           Version
----------------- -------
attrs             22.2.0
click             8.1.3
colorama          0.4.6
d8s-dicts         0.6.0
d8s-hypothesis    0.6.0
d8s-lists         0.8.0
d8s-math          0.7.0
d8s-strings       0.5.0
d8s-uuids         0.6.0
dictdiffer        0.9.0
exceptiongroup    1.1.1
hypothesis        6.68.2
inflect           6.0.2
ioc-fanger        4.2.1
ioc-finder        7.3.0
more-itertools    9.1.0
mpmath            1.3.0
number-tools      0.1.0
pip               21.1.2
pydantic          1.10.6
pyparsing         3.0.9
setuptools        57.0.0
sortedcontainers  2.4.0
sympy             1.11.1
typing-extensions 4.5.0
wheel             0.36.2
@fhightower
Copy link
Owner

Interesting - thanks for pointing this out! I'll take a look.

@fhightower fhightower pinned this issue May 11, 2023
@fhightower
Copy link
Owner

I'm working on a fix for this. Thanks again for reporting this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants