Closed minasouliman closed 2 years ago
Is the Add-on installed and accessed from Workbench? or is it being run on a cell in a SDL notebook?
It looks like seeq.spy
hasn't been authenticated, which should happen automatically when opening an SDL notebook.
In the test SDL instance, can you open a new notebook (in the same project where you have the add-on) and try this command spy.client
(without any previous imports)? It should return an instance of seeq.sdk.api_client.ApiClient
. If it returns None
there might be an issue with the SDL setup. However, if it is None
that can explain the error you are encountering.
hmmm...interesting, after logging out and logging back into SDL it's working just fine...must've just been an odd issue that one time. Seems like SDL is authenticating just fine, so closing this. Thanks @monstrorivas!
Hi,
In testing out the add-in on our test SDL instance, I got the connection error below. When performing the same test on my local environment I don't get this error and the /api/trees/assets end point is accessible by the code and the model inputs asset selector is enabled.