-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Basler error when launching server Lima/applications/tango/LimaCCDs.py #19
Comments
In detail, I ran jive to register a LimaCCDs server and then launch in command line the instance LimaCCDs as described. |
please tell me if you created the property or not? Cheers. On 05/03/2015 10:22, PhilLAL wrote:
/=============================================================== |
It seems to me I can not reach this step where you can set this parameter.
In my first message, I executed it prefixed by python with "python $PYTHONPATH/Ressources/Lima/applications/tango/LimaCCDs.py 1" as it worked with old commit. The behavior is a bit different but it does not work either. Without python prefix (with "$PYTHONPATH/Ressources/Lima/applications/tango/LimaCCDs.py 1" as described in documentation), the output is the following : when I then click on "next" button, a window opened with error message opened :
the terminal output is :
And it failed. When I clicked "OK" (which is the only option), the following jive windows appears :
With the typo. The only options appearing are "< Back" and "Cancel". |
I get this output when I launch LimaCCDs :
python $PYTHONPATH/Ressources/Lima/applications/tango/LimaCCDs.py 1
Traceback (most recent call last):
File "/home/tangosrv/SW_tango/Ressources/Lima/applications/tango/LimaCCDs.py", line 60, in
LimaCameraType = setup_lima_env(sys.argv)
File "/home/tangosrv/SW_tango/Ressources/Lima/applications/tango/EnvHelper.py", line 141, in setup_lima_env
lima_camera_type = get_lima_camera_type(server_name)
File "/home/tangosrv/SW_tango/Ressources/Lima/applications/tango/EnvHelper.py", line 125, in get_lima_camera_type
lima_dev_name = get_lima_device_name(server=server, cache=cache)
File "/home/tangosrv/SW_tango/Ressources/Lima/applications/tango/EnvHelper.py", line 103, in get_lima_device_name
return get_device_class_map(server=server, cache=cache)['LimaCCDs'][0]
KeyError: 'LimaCCDs'
When getting back through log, the last commit which allow to launch this server and run correctly Basler CCD is ce225ec from 2014, Oct 20th.
The text was updated successfully, but these errors were encountered: