nspyre-org / nspyre

(n)etworked (s)cientific (p)ython (r)esearch (e)nvironment
BSD 3-Clause "New" or "Revised" License
23 stars 11 forks source link

Instrument Server Not Working with Custom Config #27

Closed aidanj5 closed 3 years ago

aidanj5 commented 3 years ago

After setting my own config files that have worked in the previous version of nspyre, I get an error in my command prompt. image This is what my config file looks like. image

image

jacobfeder commented 3 years ago

Hey aidan, there were some changes in the new version with what config file entries are needed for both the inserv and client. See: https://github.com/nspyre-org/nspyre/blob/develop/src/nspyre/config/client_default_config.yaml and https://github.com/nspyre-org/nspyre/blob/develop/src/nspyre/config/server_default_config.yaml

aidanj5 commented 3 years ago

You're right, you removed the server info at the beginning. Thank you, I didn't spot that when evaluating the new example files, and now it works.