You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File D:\anaconda3\envs\icepyx_env\Lib\site-packages\icepyx\core\query.py:871 in show_custom_options
all(key in self._cust_options for key in keys)
File D:\anaconda3\envs\icepyx_env\Lib\site-packages\icepyx\core\query.py:871 in <genexpr>
all(key in self._cust_options for key in keys)
AttributeError: 'Query' object has no attribute '_cust_options'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File D:\anaconda3\envs\icepyx_env\Lib\site-packages\IPython\core\interactiveshell.py:3577 in run_code
exec(code_obj, self.user_global_ns, self.user_ns)
Cell In[8], line 1
region_a.show_custom_options(dictview=True)
File D:\anaconda3\envs\icepyx_env\Lib\site-packages\icepyx\core\query.py:873 in show_custom_options
self._cust_options = is2ref._get_custom_options(
File D:\anaconda3\envs\icepyx_env\Lib\site-packages\icepyx\core\is2ref.py:106 in _get_custom_options
root = ET.fromstring(response.content)
File D:\anaconda3\envs\icepyx_env\Lib\xml\etree\ElementTree.py:1330 in XML
parser.feed(text)
File <string>
ParseError: syntax error: line 1, column 49
The text was updated successfully, but these errors were encountered:
Here is the Traceback:
The text was updated successfully, but these errors were encountered: