CubeCell HTCC AB02 "TODORSSI" error joining network

I’m just doing some basic testing with a CubeCell AB-02 and while I’ve got some success in connecting, I’m getting this error message. This is my first device on the v3 stack :slight_smile:
“message_format”: "wrong value {value}",
“attributes”: {
“value”: “TDOARSSI”
Complete code below.

  "name": "as.packages.loracloudglsv3.fail",
  "time": "2021-06-06T04:57:55.238997217Z",
  "identifiers": [
    {
      "device_ids": {
        "device_id": "a93e9a8ba08b0aa0",
        "application_ids": {
          "application_id": "b3nn0cubecell02"
        }
      }
    },
    {
      "device_ids": {
        "device_id": "a93e9a8ba08b0aa0",
        "application_ids": {
          "application_id": "b3nn0cubecell02"
        },
        "dev_eui": "A93E9A8BAA775600",
        "join_eui": "A52E04D07ED5B370",
        "dev_addr": "260DDE89"
      }
    }
  ],
  "data": {
    "@type": "type.googleapis.com/ttn.lorawan.v3.ErrorDetails",
    "namespace": "pkg/applicationserver/io/packages/loragls/v3",
    "name": "invalid_value",
    "message_format": "wrong value `{value}`",
    "attributes": {
      "value": "TDOARSSI"
    },
    "code": 15
  },
  "correlation_ids": [
    "as:packages:loracloudglsv3:01F7FTYG965G35KCP0J4D76P23",
    "as:up:01F7FTYG8YQD2GF49NHM1EBVXW",
    "ns:uplink:01F7FTYG2CMNGSRS6E7S0MANAV",
    "pba:conn:up:01F7D4E9BP5D01FH9N78CEWGNC",
    "pba:uplink:01F7FTYG0W8MY8FH77X232KZZX",
    "rpc:/ttn.lorawan.v3.GsNs/HandleUplink:01F7FTYG2CXMJGGGJ3ZTW5CH1V",
    "rpc:/ttn.lorawan.v3.NsAs/HandleUplink:01F7FTYG8XJYGXMDGEE7E8NEPZ"
  ],
  "origin": "ip-10-102-13-255.ap-southeast-2.compute.internal",
  "context": {
    "tenant-id": "CgN0dG4="
  },
  "visibility": {
    "rights": [
      "RIGHT_APPLICATION_TRAFFIC_READ",
      "RIGHT_APPLICATION_TRAFFIC_READ"
    ]
  },
  "unique_id": "01F7FTYG96V24D5070G6J3QV0R"
}

Can someone point me in the right direction to fix this please?

Please:

  • Use a clear and meaningful topic title so others don’t have to open the post first only to know what the post is about. - Please update the title.

  • Add/select the correct category when creating a new topic. This would have been ‘End Devices (nodes)’ when you created this topic. However, I have just created a new category ‘Heltec CubeCell’ and updated this topic’s category to that.

  • Correctly format source code included in posts. Please update your post.
    See: How do I format my forum post? [HowTo]

Without actually trying to setup a test, it looks like you are having an issue with the LoRaCloud integration.

Start simple - remove all the integrations (or don’t look at their output) and just concentrate on a normal uplink working.

Cheers Nick, title and format edited bluejedi.

1 Like