You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From tango-controls/pytango#266 it sounded like this should be a drop-in replacement for the database. However, a very basic use (start server with empty database, open Jive) gives me
TypeError: expected string or Unicode object, int found for DbGetProperty.
It seems that here should be str(n_rows). After fixing this, the new error is
AttributeError: 'Sqlite3Database' object has no attribute 'get_server_name_list'
This looks like a pretty basic unimplemented method?
The text was updated successfully, but these errors were encountered:
From tango-controls/pytango#266 it sounded like this should be a drop-in replacement for the database. However, a very basic use (start server with empty database, open Jive) gives me
TypeError: expected string or Unicode object, int found
forDbGetProperty
.It seems that here should be
str(n_rows)
. After fixing this, the new error isAttributeError: 'Sqlite3Database' object has no attribute 'get_server_name_list'
This looks like a pretty basic unimplemented method?
The text was updated successfully, but these errors were encountered: