-
I seem to be able to connect to my SPOT through WIFI, but I am getting an issue creating the client service. Any assistance would be greatly appreciated.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
This is odd. For some reason the lines here in the wrapper https://github.com/bdaiinstitute/spot_wrapper/blob/68d5e79162571d81939bb07decae9de41d6384a2/spot_wrapper/wrapper.py#L551-L559 are executing because of some variable If you add
to the except block, can you see where the uninitialised variable is? |
Beta Was this translation helpful? Give feedback.
It looks like this was a workaround that ended up working
I changed the following code of wrapper.py:
to: