-
Notifications
You must be signed in to change notification settings - Fork 28
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
Broken DnsResponse - Not available for import #11
Comments
Will fix this. Please use https://github.com/passivetotal/python_api/releases/tag/v1.0.23 for now which works with CRITs. You can install it by running "pip install 'passivetotal==1.0.23'" (note the single quotes). |
Thank for the quick response the version 1.0.23 works Successfully installed dicttoxml-1.6.6 passivetotal-1.0.23 tabulate-0.7.5
|
Bump, this issue persists in Python 2 & 3. |
@vesche Is this still an issue? If so, please comment and let us know how we can repro it so we can prioritize accordingly. |
@aeetos This is from a little while back, so I don't remember the details of the use case I was doing. However, this seems fixed in Python 3 having just installed the latest package & attempted these imports:
It seems this package no longer supports Python 2 so the problem is moot on that end. |
Trying to use passivetotal library in a CRITS instance. However the service keeps reporting that the 'DnsResponse' function isn't available.
'
WARNING 2016-06-15 12:39:38,306 crits.services.core Failed to import service (passivetotal_service): cannot import name DnsResponse
`
`
------------------ Trying to manually import following docs found here
Python 2.7.11 (default, Dec 14 2015, 22:56:59)
[GCC 4.6.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
I've tried both with 'pip' and manual installs as well as using the provided 'pt-config' to set my options
------------- Setting by hand
xxx@crits:/opt/git_passivetotal_python# pt-config setup [email protected] ee7xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Current Configuration:
api_key : ee7xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
api_server : api.passivetotal.org
api_version : v2
http_proxy :
https_proxy :
username : [email protected]
xxx@crits:/opt/git_passivetotal_python#
xxx@crits:/opt/git_passivetotal_python# pt-config show
Current Configuration:
api_key : ee7xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
api_server : api.passivetotal.org
api_version : v2
http_proxy :
https_proxy :
username : [email protected]
The text was updated successfully, but these errors were encountered: