-
Notifications
You must be signed in to change notification settings - Fork 24
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
Problem with reverse lookups #90
Labels
Comments
Hi, |
Merged
TobiasWeigel
pushed a commit
that referenced
this issue
Jul 8, 2016
* Credentials: Added method to get all credentials. * Credentials: Added methods for rev lookup params, as they are not in 'additional config'. * Searcher module: Improved checking/warning if required params are there. * Instantiation with credentials now simpler. * Bugfixes in clientcredentials.
PR #93 repairs unit tests affected by this fix. |
This issue will be closed when PR #93 is merged and released. |
Fixed in release 1.0.3, released on 2016-07-21. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am working with the epicclient2.py from B2SAFE and the B2HANDLE library.
On the same machine and with the same python compiler I arrive at the following error for the reverse lookups.
Everything works fine with the epicclient2:
admin@ubuntu:
$ ./epicclient2.py os credentials/cred_b2handle/credentials.json search URL www.google.com$["841/3f066d3a-3794-11e6-98f1-04040a6400cb"]admin@ubuntu:
However, when I am trying to execute tha same commands from the function outside of the script I reeive this:
admin@ubuntu:~$ python
Python 2.7.6 (default, Jun 22 2015, 17:58:13)
[GCC 4.8.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
The text was updated successfully, but these errors were encountered: