Chirpstack-Simulator Tenant error

Hello ,

I can’t tell if this is a real error to do with the system or it’s something I haven’t done???

Thanks

I’m running the Chirstack-simulator, however I’m getting an error to do with my Tenant but I cant see why, the tenant ‘EU868Mhz’ exists in my ChirpStack v4.6.0

Does anyone know why I would be getting this error???

time=“2024-03-11T12:09:19Z” level=error msg=“simulator: init simulation error” error=“get tenant error: rpc error: code = InvalidArgument desc = invalid character: expected an optional prefix of urn:uuid: followed by [0-9a-fA-F-], found U at 2”

docker-compose run --rm chirpstack-simulator ./build/chirpstack-simulator -c chirpstack-simulator.toml
time="2024-03-11T12:09:19Z" level=info msg="starting ChirpStack Simulator" docs="https://www.chirpstack.io/" version=172a3a0
time="2024-03-11T12:09:19Z" level=info msg="as: connecting api client" insecure=true server="192.168.1.10:8080"
time="2024-03-11T12:09:19Z" level=info msg="as: connecting to mqtt broker" server="tcp://192.168.1.10:1883"
time="2024-03-11T12:09:19Z" level=info msg="ns: connecting to mqtt broker" server="tcp://192.168.1.10:1883"
time="2024-03-11T12:09:19Z" level=info msg="starting Prometheus endpoint server" bind="0.0.0.0:9000"
time="2024-03-11T12:09:19Z" level=info msg="simulator: starting simulation" i=0
time="2024-03-11T12:09:19Z" level=info msg="simulation: setting up"
time="2024-03-11T12:09:19Z" level=info msg="simulator: retrieving tenant" tenant_id=EU868Mhz
time="2024-03-11T12:09:19Z" level=error msg="simulator: init simulation error" error="get tenant error: rpc error: code = InvalidArgument desc = invalid character: expected an optional prefix of `urn:uuid:` followed by [0-9a-fA-F-], found `U` at 2"
time="2024-03-11T12:09:19Z" level=info msg="simulator: simulation completed"
time="2024-03-11T12:09:19Z" level=info msg="simulation: cleaning up"
time="2024-03-11T12:09:19Z" level=info msg="simulator: tear-down application integration"
time="2024-03-11T12:09:19Z" level=info msg="simulator: tear-down devices"
time="2024-03-11T12:09:19Z" level=info msg="simulator: tear-down application"
time="2024-03-11T12:09:19Z" level=error msg="simulator: tear-down simulation error" error="delete application error: rpc error: code = InvalidArgument desc = invalid length: expected length 32 for simple format, found 0"
time="2024-03-11T12:09:19Z" level=info msg="simulation: tear-down completed"

Fixed with @sagarpatel - pointing out I wasn’t using the ‘Tenant_id’ number :slightly_smiling_face:

sagarpatel

44m

Use your talent_id in GUID format instead of name.