airalab / robonomics

Robonomics node implementation for Polkadot ecosystem; Kusama parachain slot #2048 since January 2022
https://robonomics.subscan.io/
Apache License 2.0
217 stars 58 forks source link

Error while following the Kuka manipulator tutorial #150

Closed nachikettapas closed 3 years ago

nachikettapas commented 3 years ago

I am following the Kuka manipulator tutorial on a fresh Ubuntu 18 VM (https://wiki.robonomics.network/docs/en/kuka/). On step where you need to execute the following: echo "ON" | ./robonomics io write launch -r -s

I get the following error: Error: Input("The following types do not have a type size registered: ["RWS::Bandwidth::Perbill", "DigitalTwin::TopicChanged::H256", "Liability::NewReport::Report", "Liability::NewLiability::Economics", "Liability::NewLiability::Technics", "Datalog::NewRecord::Moment", "RWS::Subscription::T::AccountId", "Launch::NewLaunch::LaunchParameter", "Liability::NewReport::LiabilityIndex", "Liability::NewLiability::LiabilityIndex"] Use ClientBuilder::register_type_size to register missing type sizes.")

Environment: Ubuntu 18 Robonomics v0.28.2 and v0.28.0

akru commented 3 years ago

Hi, it should be fixed in latest release, thank you