attribute type error

8 views
Skip to first unread message

Amine BEN HAMMOUDA

unread,
Feb 18, 2020, 11:50:14 AM2/18/20
to OpenRemote
Hi, 
When I try to create a new attribute with a complex type such as  temperature, sound and many others, I get a "Missing attribute Type" error when I try to save the asset. I have got the same error when I tried to fulfill the "get started : connect your data" Guide, is there any solution for this ?  

Richard Turner

unread,
Feb 19, 2020, 2:59:24 PM2/19/20
to OpenRemote
Hi,

There was a bug in the manager which should now be resolved please pull latest openremote/manager image.

FYI: We are in the process of creating a new manager UI but it is not ready to replace the old one so sometimes the old one isn't kept up to date with code changes.

Amine BEN HAMMOUDA

unread,
Feb 19, 2020, 3:57:29 PM2/19/20
to OpenRemote
Hi,
Thank you for your reply, however the problem still not solved for me, I have pulled the latest manager image and tried to create a new attribute of type "temperature in Celsius" but i still get the same error

Richard Turner

unread,
Feb 20, 2020, 9:33:21 AM2/20/20
to OpenRemote
Hi,

I have tried with the latest image from Docker Hub and things work ok for me so please make sure you pull the latest image and also prune docker volumes (that's probably where you're going wrong):

docker-compose pull manager deployment
docker-compose down
docker volume prune (assuming you don't have other volumes you don't want to lose - otherwise use docker volume rm)
docker-compose up -d --no-build

Amine BEN HAMMOUDA

unread,
Feb 20, 2020, 10:04:53 AM2/20/20
to OpenRemote
hi,
thank you for your reply, now it worked for me too.
Reply all
Reply to author
Forward
0 new messages