- This topic has 1 reply, 2 voices, and was last updated 8 months, 2 weeks ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Forums › FABRIC General Questions and Discussion › Fablib can not list resources via jupyterhub
Hi,
I am trying to list site resources using the following code snippet
try:
fablib.list_sites()
except Exception as e:
print(f”Exception: {e}”)
but it throws error : ” Exception: unconverted data remains: +0000 ”
detailed error is given below
To recreate on your end, I’m following the example notebook list_selected_resources.ipynb
under jupyter-examples-rel1.6.1/fablib_api/sites_and_resources/
Note: I had previously been using jupyter notebook to list and create my own slices
Thanks,
Khawar
Hello Khawar,
Could you please check if you have any entries for fabrictestbed-extensions
in /home/fabric/work/fabric_config/requirements.txt
? If so, please remove those entries and restart your container via File -> Hub Control Panel -> Stop My container followed by Start My Container.
This should clear the issue. Please let us know if the problem persists.
Thanks,
Komal