-
Notifications
You must be signed in to change notification settings - Fork 3
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
SSL Error #19
Comments
@kanchar What version of pip show isi_sdk_7_2 |
Hi David,
Thanks for quick response
C: pip show isi_sdk_7_2
Name: isi-sdk-7-2
Version: 0.2.5
Summary: Isilon SDK
Home-page: UNKNOWN
Author: UNKNOWN
Author-email: [email protected]
License: UNKNOWN
Location: c:\users\skanchar\appdata\local\programs\python\python36\lib\site-packages
Requires: urllib3, six, certifi, python-dateutil
Required-by:
From: David Tucker [mailto:[email protected]]
Sent: Friday, 8 February 2019 7:47 AM
To: Isilon/isilon_stat_browser
Cc: Srikanth Kancharla; Mention
Subject: Re: [Isilon/isilon_stat_browser] SSL Error (#19)
@kanchar<https://github.com/kanchar> What version of isi_sdk_7_2 do you have?
pip show isi_sdk_0_7_2
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#19 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AtNf-kcXhrHzS4ttaa7nZto9Guu1wBBdks5vLJDYgaJpZM4aphzn>.
…______________________________________________________________________
This email and any attachments may contain privileged and confidential
information and are intended for the named addressee only. If you have
received this e-mail in error, please notify the sender and delete
this e-mail immediately. Any confidentiality, privilege or copyright
is not waived or lost because this e-mail has been sent to you in
error. It is your responsibility to check this e-mail and any
attachments for viruses. No warranty is made that this material is
free from computer virus or any other defect or error. Any
loss/damage incurred by using this material is not the sender's
responsibility. The sender's entire liability will be limited to
resupplying the material.
______________________________________________________________________
|
I suspect you need pip install 'isi_sdk_7_2 ~= 0.1.2' |
Hi David,
Name: isi-sdk-7-2
Version: 0.1.2
Summary: Isilon SDK
Home-page: https://github.com/Isilon/isilon_sdk
Author: UNKNOWN
Author-email: [email protected]
License: UNKNOWN
Location: c:\users\skanchar\appdata\local\programs\python\python36\lib\site-packages
Requires: urllib3, certifi, python-dateutil, six
Required-by:
*******************************************
C:\junk\script\isilon\stat_browser\isilon_stat_browser-master>python build_stat_browser.py --debug
Cluster IP or hostname:
Cluster username: admin
Password:
2019-02-08T08:21:15 [DEBUG] Querying cluster for stat key list
Traceback (most recent call last):
File "build_stat_browser.py", line 68, in <module>
build_browser()
File "build_stat_browser.py", line 63, in build_browser
bb.build_browser()
File "C:\junk\script\isilon\stat_browser\isilon_stat_browser-master\stat_key_browser\browser_builder.py", line 130, in build_browser
key_data = self._write_key_data_json(jskeys_path)
File "C:\junk\script\isilon\stat_browser\isilon_stat_browser-master\stat_key_browser\browser_builder.py", line 103, in _write_key_data_json
key_dict = self._transform_key_dict(key_dict)
File "C:\junk\script\isilon\stat_browser\isilon_stat_browser-master\stat_key_browser\browser_builder.py", line 89, in _transform_key_dict
tagger = Tagger()
File "C:\junk\script\isilon\stat_browser\isilon_stat_browser-master\stat_key_browser\tagger.py", line 26, in __init__
def_path = self.get_defs_path()
File "C:\junk\script\isilon\stat_browser\isilon_stat_browser-master\stat_key_browser\tagger.py", line 73, in get_defs_path
logging.debug('Expect key tag definitions at ', path=defs_path)
File "C:\Users\skanchar\AppData\Local\Programs\Python\Python36\lib\logging\__init__.py", line 1911, in debug
root.debug(msg, *args, **kwargs)
File "C:\Users\skanchar\AppData\Local\Programs\Python\Python36\lib\logging\__init__.py", line 1295, in debug
self._log(DEBUG, msg, args, **kwargs)
TypeError: _log() got an unexpected keyword argument 'path'
From: David Tucker [mailto:[email protected]]
Sent: Friday, 8 February 2019 8:08 AM
To: Isilon/isilon_stat_browser
Cc: Srikanth Kancharla; Mention
Subject: Re: [Isilon/isilon_stat_browser] SSL Error (#19)
I suspect you need isi_sdk_7_2 ~= 0.1.2. Could you try downgrading?
pip install 'isi_sdk_7_2 ~= 0.1.2'
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#19 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AtNf-tuV6idsJgOp2BiOMWwZRIlnvdZYks5vLJWvgaJpZM4aphzn>.
…______________________________________________________________________
This email and any attachments may contain privileged and confidential
information and are intended for the named addressee only. If you have
received this e-mail in error, please notify the sender and delete
this e-mail immediately. Any confidentiality, privilege or copyright
is not waived or lost because this e-mail has been sent to you in
error. It is your responsibility to check this e-mail and any
attachments for viruses. No warranty is made that this material is
free from computer virus or any other defect or error. Any
loss/damage incurred by using this material is not the sender's
responsibility. The sender's entire liability will be limited to
resupplying the material.
______________________________________________________________________
|
That looks like a legitimate (although separate) bug. |
C:\junk\script\isilon\stat_browser\isilon_stat_browser-master>python build_stat_browser.py
Cluster IP or hostname:
Cluster username:
Password:
2019-02-08T09:08:17 [ERROR] Unable to open C:\junk\script\isilon\stat_browser\isilon_stat_browser-master\stat_key_browser\data\key_tags.json: [Errno 2
] No such file or directory: 'C:\\junk\\script\\isilon\\stat_browser\\isilon_stat_browser-master\\stat_key_browser\\data\\key_tags.json'
2019-02-08T09:08:17 [ERROR] Try running 'make tags' to create the tag file
From: David Tucker [mailto:[email protected]]
Sent: Friday, 8 February 2019 9:07 AM
To: Isilon/isilon_stat_browser
Cc: Srikanth Kancharla; Mention
Subject: Re: [Isilon/isilon_stat_browser] SSL Error (#19)
That looks like a legitimate (although separate) bug.
Does it reproduce if you omit --debug?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#19 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AtNf-pE6htPexiuflI6qBY6WV6Yrn8eQks5vLKOQgaJpZM4aphzn>.
…______________________________________________________________________
This email and any attachments may contain privileged and confidential
information and are intended for the named addressee only. If you have
received this e-mail in error, please notify the sender and delete
this e-mail immediately. Any confidentiality, privilege or copyright
is not waived or lost because this e-mail has been sent to you in
error. It is your responsibility to check this e-mail and any
attachments for viruses. No warranty is made that this material is
free from computer virus or any other defect or error. Any
loss/damage incurred by using this material is not the sender's
responsibility. The sender's entire liability will be limited to
resupplying the material.
______________________________________________________________________
|
Did |
Sorry david I am new to programming
I don’t know what “make tags” does or how to run it.
Os: windows 7
Thanks
From: David Tucker [mailto:[email protected]]
Sent: Friday, 8 February 2019 9:25 AM
To: Isilon/isilon_stat_browser
Cc: Srikanth Kancharla; Mention
Subject: Re: [Isilon/isilon_stat_browser] SSL Error (#19)
Did make tags help?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#19 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AtNf-jCoKPPosH5AxsfXW2cBkPNW7c-yks5vLKe0gaJpZM4aphzn>.
…______________________________________________________________________
This email and any attachments may contain privileged and confidential
information and are intended for the named addressee only. If you have
received this e-mail in error, please notify the sender and delete
this e-mail immediately. Any confidentiality, privilege or copyright
is not waived or lost because this e-mail has been sent to you in
error. It is your responsibility to check this e-mail and any
attachments for viruses. No warranty is made that this material is
free from computer virus or any other defect or error. Any
loss/damage incurred by using this material is not the sender's
responsibility. The sender's entire liability will be limited to
resupplying the material.
______________________________________________________________________
|
Ah, Lines 20 to 21 in c0368c0
./hexaparse.py stat_key_browser/data/key_tags.hexa > stat_key_browser/data/key_tags.json
./hexaparse.py stat_key_browser/data/key_cats.hexa > stat_key_browser/data/key_cats.json |
Hi David,
Thank you heaps for your help
From: David Tucker [mailto:[email protected]]
Sent: Friday, 8 February 2019 10:33 AM
To: Isilon/isilon_stat_browser
Cc: Srikanth Kancharla; Mention
Subject: Re: [Isilon/isilon_stat_browser] SSL Error (#19)
Ah, make refers to GNU Make<https://www.gnu.org/software/make/>. If you don't have that installed or don't want to bother with it, you can just do what make tags does under the hood:
https://github.com/Isilon/isilon_stat_browser/blob/c0368c079c73f44b6b1a49a4605920efe48a17c4/Makefile#L20-L21
./hexaparse.py stat_key_browser/data/key_tags.hexa > stat_key_browser/data/key_tags.json
./hexaparse.py stat_key_browser/data/key_cats.hexa > stat_key_browser/data/key_cats.json
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#19 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AtNf-jzUHogSW3DPGU9uRS727a_LSF6rks5vLLeagaJpZM4aphzn>.
…______________________________________________________________________
This email and any attachments may contain privileged and confidential
information and are intended for the named addressee only. If you have
received this e-mail in error, please notify the sender and delete
this e-mail immediately. Any confidentiality, privilege or copyright
is not waived or lost because this e-mail has been sent to you in
error. It is your responsibility to check this e-mail and any
attachments for viruses. No warranty is made that this material is
free from computer virus or any other defect or error. Any
loss/damage incurred by using this material is not the sender's
responsibility. The sender's entire liability will be limited to
resupplying the material.
______________________________________________________________________
|
Hi There,
I am getting the following error when i run build stat browser.py
Traceback (most recent call last):
File "build_stat_browser.py", line 68, in
build_browser()
File "build_stat_browser.py", line 63, in build_browser
bb.build_browser()
File "C:\junk\script\isilon\stat_browser\isilon_stat_browser-master\stat_key_browser\browser_builder.py", line 130, in build_browser
key_data = self._write_key_data_json(jskeys_path)
File "C:\junk\script\isilon\stat_browser\isilon_stat_browser-master\stat_key_browser\browser_builder.py", line 102, in _write_key_data_json
self.password)
File "C:\junk\script\isilon\stat_browser\isilon_stat_browser-master\stat_key_browser\key_collector.py", line 123, in get_tagged_squashed_di
key_dict = _get_key_dict(cluster_ip, username, password)
File "C:\junk\script\isilon\stat_browser\isilon_stat_browser-master\stat_key_browser\key_collector.py", line 111, in _get_key_dict
key_list = _get_key_list(cluster_ip, username, password)
File "C:\junk\script\isilon\stat_browser\isilon_stat_browser-master\stat_key_browser\key_collector.py", line 97, in _get_key_list
papi = isi_sdk.ApiClient(host)
File "C:\Users\skanchar\AppData\Local\Programs\Python\Python36\lib\site-packages\isi_sdk_7_2\api_client.py", line 71, in init
self.rest_client = rest.RESTClientObject(configuration)
File "C:\Users\skanchar\AppData\Local\Programs\Python\Python36\lib\site-packages\isi_sdk_7_2\rest.py", line 68, in init
if configuration.verify_ssl:
AttributeError: 'str' object has no attribute 'verify_ssl'
The text was updated successfully, but these errors were encountered: