helium/gateway-rs

Is gateway_rs supposed to work as data only on a RPi with an older Lorawan Hat? The hat works fine with Chirpstack.

kskenyon opened this issue · 4 comments

RisingHF Hat. Port on 1680.

No data transfer. Is the error in the log normal for this setup?

seed gateway, module: dispatcher, uri: http://13.125.32.225:8080/, pubkey:
11BgGQp83rWWE8PHimZQPYxwMVD3oQw9JaVW7u3EUom6toh9568
Aug 09 22:03:33 chirpstack helium_gateway[409]: connecting to 13.125.32.225:8080
Aug 09 22:03:33 chirpstack helium_gateway[409]: connected to 13.125.32.225:8080
Aug 09 22:03:33 chirpstack helium_gateway[409]: binding client connection
Aug 09 22:03:33 chirpstack helium_gateway[409]: client connection bound
Aug 09 22:03:33 chirpstack helium_gateway[409]: send frame=Settings { flags: (0x0), enable_push: 0, initial_window_size: 2097152, max_frame_size: 16384 }
Aug 09 22:03:33 chirpstack helium_gateway[409]: Connection; peer=Client
Aug 09 22:03:33 chirpstack helium_gateway[409]: send frame=WindowUpdate { stream_id: StreamId(0), size_increment: 5177345 }
Aug 09 22:03:33 chirpstack helium_gateway[409]: service.ready=true message=processing request
Aug 09 22:03:33 chirpstack helium_gateway[409]: send frame=Headers { stream_id: StreamId(1), flags: (0x4: END_HEADERS) }
Aug 09 22:03:33 chirpstack helium_gateway[409]: send frame=Data { stream_id: StreamId(1) }
Aug 09 22:03:33 chirpstack helium_gateway[409]: send frame=Data { stream_id: StreamId(1), flags: (0x1: END_STREAM) }
Aug 09 22:03:34 chirpstack helium_gateway[409]: received frame=Settings { flags: (0x0) }
Aug 09 22:03:34 chirpstack helium_gateway[409]: send frame=Settings { flags: (0x1: ACK) }
Aug 09 22:03:34 chirpstack helium_gateway[409]: received frame=Settings { flags: (0x1: ACK) }
Aug 09 22:03:34 chirpstack helium_gateway[409]: received settings ACK; applying Settings { flags: (0x0), enable_push: 0, initial_window_size: 2097152, max_frame_size: 16384 }
Aug 09 22:03:34 chirpstack helium_gateway[409]: received frame=WindowUpdate { stream_id: StreamId(1), size_increment: 7 }
Aug 09 22:03:34 chirpstack helium_gateway[409]: received frame=WindowUpdate { stream_id: StreamId(0), size_increment: 7 }
Aug 09 22:03:34 chirpstack helium_gateway[409]: received frame=Headers { stream_id: StreamId(1), flags: (0x4: END_HEADERS) }
Aug 09 22:03:34 chirpstack helium_gateway[409]: received frame=Data { stream_id: StreamId(1) }
Aug 09 22:03:34 chirpstack helium_gateway[409]: received frame=Headers { stream_id: StreamId(1), flags: (0x5: END_HEADERS | END_STREAM) }
Aug 09 22:03:34 chirpstack helium_gateway[409]: connecting to 205.209.96.181:8080
Aug 09 22:03:34 chirpstack helium_gateway[409]: send frame=GoAway { error_code: NO_ERROR, last_stream_id: StreamId(0) }
Aug 09 22:03:34 chirpstack helium_gateway[409]: Connection::poll; connection error error=GoAway(b"", NO_ERROR, Library)
Aug 09 22:03:44 chirpstack helium_gateway[409]: reconnect::poll_ready: hyper::Error(Connect, Custom { kind: TimedOut, error: Elapsed(()) })
Aug 09 22:03:44 chirpstack helium_gateway[409]: service.ready=true message=processing request
Aug 09 22:03:44 chirpstack helium_gateway[409]: error: error trying to connect: deadline has elapsed
Aug 09 22:03:44 chirpstack helium_gateway[409]: connecting to 205.209.96.181:8080
Aug 09 22:03:44 chirpstack helium_gateway[409]: gateway stream setup error: Service(Rpc(Status { code: Unavailable, message: "error trying to connect: deadline has elapsed", source: Some(tonic::transport::Error(Transport, hyper::Error(Connect, Custom { kind: TimedOut, error: Elapsed(()) }))) })) , module: dispatcher, uri: http://205.209.96.181:8080/, pubkey: 11AsFtdXPfqbXQ9bQnFNXs4QmUwjK8twqMsmhhojEcyZUgYAY3n
Aug 09 22:03:44 chirpstack helium_gateway[409]: selecting new gateway in 24s, module: dispatcher
Aug 09 22:04:08 chirpstack helium_gateway[409]: seed gateway, module: dispatcher, uri: http://13.125.32.225:8080/, pubkey: 11BgGQp83rWWE8PHimZQPYxwMVD3oQw9JaVW7u3EUom6toh9568
Aug 09 22:04:08 chirpstack helium_gateway[409]: connecting to 13.125.32.225:8080
Aug 09 22:04:08 chirpstack helium_gateway[409]: connected to 13.125.32.225:8080
Aug 09 22:04:08 chirpstack helium_gateway[409]: binding client connection
Aug 09 22:04:08 chirpstack helium_gateway[409]: client connection bound
Aug 09 22:04:08 chirpstack helium_gateway[409]: send frame=Settings { flags: (0x0), enable_push: 0, initial_window_size: 2097152, max_frame_size: 16384 }
Aug 09 22:04:08 chirpstack helium_gateway[409]: Connection; peer=Client
Aug 09 22:04:08 chirpstack helium_gateway[409]: send frame=WindowUpdate { stream_id: StreamId(0), size_increment: 5177345 }
Aug 09 22:04:08 chirpstack helium_gateway[409]: service.ready=true message=processing request
Aug 09 22:04:08 chirpstack helium_gateway[409]: send frame=Headers { stream_id: StreamId(1), flags: (0x4: END_HEADERS) }
Aug 09 22:04:08 chirpstack helium_gateway[409]: send frame=Data { stream_id: StreamId(1) }
Aug 09 22:04:08 chirpstack helium_gateway[409]: send frame=Data { stream_id: StreamId(1), flags: (0x1: END_STREAM) }
Aug 09 22:04:08 chirpstack helium_gateway[409]: received frame=Settings { flags: (0x0) }
Aug 09 22:04:08 chirpstack helium_gateway[409]: send frame=Settings { flags: (0x1: ACK) }
Aug 09 22:04:08 chirpstack helium_gateway[409]: received frame=Settings { flags: (0x1: ACK) }
Aug 09 22:04:08 chirpstack helium_gateway[409]: received settings ACK; applying Settings { flags: (0x0), enable_push: 0, initial_window_size: 2097152, max_frame_size: 16384 }
Aug 09 22:04:08 chirpstack helium_gateway[409]: received frame=WindowUpdate { stream_id: StreamId(1), size_increment: 7 }
Aug 09 22:04:08 chirpstack helium_gateway[409]: received frame=WindowUpdate { stream_id: StreamId(0), size_increment: 7 }
Aug 09 22:04:08 chirpstack helium_gateway[409]: received frame=Headers { stream_id: StreamId(1), flags: (0x4: END_HEADERS) }
Aug 09 22:04:08 chirpstack helium_gateway[409]: received frame=Data { stream_id: StreamId(1) }
Aug 09 22:04:08 chirpstack helium_gateway[409]: received frame=Headers { stream_id: StreamId(1), flags: (0x5: END_HEADERS | END_STREAM) }

Can you turn of debug level and just post the logs? The logs you attached indicate it had trouble connecting to a validator but then tried to get a new one to connect to.. and then the logs are done. This is not enough information to help determine what is going on

ubkey: 11w77YQLhgUt8HUJrMtntGGr97RyXmot1ofs5Ct2ELTmbFoYsQa, module: router, region: US915
Aug 21 09:54:57 chirpstack helium_gateway[5213]: updated region, oui: 32, uri: http://185.100.87.165:8080/, pubkey: 112NPko5pGbaJ4yoEGGvXtLFBpmayZLuiHxUGKcj6U7QMvuSVogU, module: router, region: US915
Aug 21 09:54:57 chirpstack helium_gateway[5213]: updated region, oui: 36, uri: http://185.59.49.9:8080/, pubkey: 112jSnGvEVR14JcFrfUsn8qNWiqUXnkKNR8F5E35DW4v3uBR9pJd, module: router, region: US915
Aug 21 09:54:57 chirpstack helium_gateway[5213]: updated region, module: gateway, region: US915
Aug 21 09:54:57 chirpstack helium_gateway[5213]: updated region, module: gateway, region: US915
Aug 21 09:54:57 chirpstack helium_gateway[5213]: checking gateway, module: dispatcher, block_age: 120, pubkey: 13DeCsjY8FgS2YrpSQdWC8s4ts53JSn8CWNco2DrJF9yJdjpECg
Aug 21 09:54:58 chirpstack helium_gateway[5213]: updated routing to height 1489894, module: dispatcher
Aug 21 10:00:37 chirpstack helium_gateway[5213]: no update found, module: updater
Aug 21 10:10:02 chirpstack helium_gateway[5213]: gateway check error: service error: rpc Status { code: Cancelled, message: "Timeout expired", source: Some(tonic::transport::Error(Transport, TimeoutExpired(()))) }, module: dispatcher
Aug 21 10:10:02 chirpstack helium_gateway[5213]: selecting new gateway in 12s, module: dispatcher
Aug 21 10:10:14 chirpstack helium_gateway[5213]: seed gateway, module: dispatcher, uri: http://3.72.143.228:8080/, pubkey: 11pGEgAb8YhhFw64pxDLDsoaLQyQG1cijQjR1Ko6A2Q7EtwBcy9
Aug 21 10:10:15 chirpstack helium_gateway[5213]: using gateway, module: dispatcher, uri: http://35.77.103.85:8080/, pubkey: 14mj2iXF1NFU5ZQwPKkkeXsjHEh2KwY13Rqf4FSTm8RjjhqYD7A
Aug 21 10:10:15 chirpstack helium_gateway[5213]: updated region, module: gateway, region: US915
Aug 21 10:10:16 chirpstack helium_gateway[5213]: checking gateway, module: dispatcher, block_age: 70, pubkey: 14mj2iXF1NFU5ZQwPKkkeXsjHEh2KwY13Rqf4FSTm8RjjhqYD7A
Aug 21 10:10:16 chirpstack helium_gateway[5213]: updated region, module: dispatcher, height: 1489913, region: US915
Aug 21 10:10:16 chirpstack helium_gateway[5213]: updated region, oui: 12, uri: http://54.219.236.122:8080/, pubkey: 112ewJNEUfSg3Jvo276tMjzFC2JzmmZcJJ32CWz2fzYqbyCMMTe1, module: router, region: US915
Aug 21 10:10:16 chirpstack helium_gateway[5213]: updated region, oui: 33, uri: http://54.183.75.77:8080/, pubkey: 112rxD21cKjkbL9aix86GR3S5DZ7VqFkqv9HiDxAKSiG9eE8EJw6, module: router, region: US915
Aug 21 10:10:16 chirpstack helium_gateway[5213]: updated region, oui: 25, uri: http://142.132.251.228:8080/, pubkey: 112kkCXnZmPCo1UonJLWRin29nS4Qcwn2J6J3ZcBLgTnWTqmRisx, module: router, region: US915
Aug 21 10:10:16 chirpstack helium_gateway[5213]: updated region, oui: 34, uri: http://212.51.12.140:8080/, pubkey: 112kgPQziHfRfmNpy5qzAjcJXgGyL8xkhVY1N3dxHTiYH8x5YWRE, module: router, region: US915
Aug 21 10:10:16 chirpstack helium_gateway[5213]: updated region, oui: 10, uri: http://212.159.65.101:8080/, pubkey: 11YmZtwTPEuMSFGxze1x9TfDfGezN7vXevLu71iJe9FBbvNRAgk, module: router, region: US915
Aug 21 10:10:16 chirpstack helium_gateway[5213]: updated region, oui: 24, uri: http://52.215.172.41:8080/, pubkey: 112uGkZS27qEmDmaV97knnNiVUzPW8qCsuBN16STia2MwUra4BbV, module: router, region: US915
Aug 21 10:10:16 chirpstack helium_gateway[5213]: updated region, oui: 6, uri: http://185.34.141.81:8080/, pubkey: 11awcuSbVURPkXX3FbKC7KF6bgEPRZqqPzv1FTEYABMLttUr13E, module: router, region: US915
Aug 21 10:10:16 chirpstack helium_gateway[5213]: updated region, oui: 37, uri: http://79.124.69.3:8080/, pubkey: 11yTD7RKGcAQygHVuwhvodRPhWj9Q8rMTnBWC4rurp8fEKXHTXC, module: router, region: US915
Aug 21 10:10:16 chirpstack helium_gateway[5213]: updated region, oui: 30, uri: http://18.191.230.114:8080/, pubkey: 11PdCC4SBPRhpeopNUARdNRhs4NextfFMTo59eYrbTRrkFCpwr2, module: router, region: US915
Aug 21 10:10:16 chirpstack helium_gateway[5213]: updated region, oui: 1, uri: http://52.8.80.146:8080/, pubkey: 112qB3YaH5bZkCnKA5uRH7tBtGNv2Y5B4smv1jsmvGUzgKT71QpE, module: router, region: US915
Aug 21 10:10:16 chirpstack helium_gateway[5213]: updated region, oui: 36, uri: http://80.59.202.203:8080/, pubkey: 112jSnGvEVR14JcFrfUsn8qNWiqUXnkKNR8F5E35DW4v3uBR9pJd, module: router, region: US915
Aug 21 10:10:16 chirpstack helium_gateway[5213]: updated region, oui: 21, uri: http://18.232.30.0:8080/, pubkey: 11So3oaJ8pGdvYFNQV15HZtwUZCDcmHsUH6nTFJD4CVCAqMiskP, module: router, region: US915
Aug 21 10:10:16 chirpstack helium_gateway[5213]: updated region, oui: 27, uri: http://209.159.147.162:8080/, pubkey: 11HSuFufeg1dZiKs7TEfgt7KazrBhsTvqCXEJaE9tD4hj76WuXU, module: router, region: US915
Aug 21 10:10:16 chirpstack helium_gateway[5213]: updated region, oui: 38, uri: http://34.77.61.232:8080/, pubkey: 11Kssdk63izA98qiBRFJmFp4aVkm8uvDsaR4yqWG5iZgn7z7myD, module: router, region: US915
Aug 21 10:10:16 chirpstack helium_gateway[5213]: updated region, oui: 23, uri: http://54.94.95.1:8080/, pubkey: 11yPFswfF7jZrEbAGJvabuXobsRktjJXRYyb9wwXYtVk11kCuko, module: router, region: US915
Aug 21 10:10:16 chirpstack helium_gateway[5213]: updated region, oui: 15, uri: http://66.23.231.34:8080/, pubkey: 117FMcZy77Ehz6gbTtSdSEs38vF784NLkxmWXUPcA2Ze3QxwJhG, module: router, region: US915
Aug 21 10:10:16 chirpstack helium_gateway[5213]: updated region, oui: 16, uri: http://13.37.13.24:8080/, pubkey: 11afuQSrmk52mgxLu91AdtDXbJ9wmqWBUxC3hvjejoXkxEZfPvY, module: router, region: US915
Aug 21 10:10:16 chirpstack helium_gateway[5213]: updated region, oui: 19, uri: http://44.234.246.239:8080/, pubkey: 11HvwA1pKjzhDF9BvDDwopeNLrb3it6sNVXrtkq2DAdakVWvKSD, module: router, region: US915
Aug 21 10:10:16 chirpstack helium_gateway[5213]: updated region, oui: 28, uri: http://185.115.181.13:8080/, pubkey: 112F126Kaz36Awr9mCJ6NahVNcXmRtJ7Jrscf365eNmqPh4GhtzF, module: router, region: US915
Aug 21 10:10:16 chirpstack helium_gateway[5213]: updated region, oui: 35, uri: http://168.119.119.34:8080/, pubkey: 11Bx8f9AfqfjAgbya7FXgrsYNBAia2ByXDTFPnuEN9ZsTj2EsTo, module: router, region: US915
Aug 21 10:10:16 chirpstack helium_gateway[5213]: updated region, oui: 4, uri: http://54.193.165.228:8080/, pubkey: 11263KvqW3GZPAvag5sQYtBJSjb25azSTSwoi5Tza9kboaLRxcsv, module: router, region: US915
Aug 21 10:10:16 chirpstack helium_gateway[5213]: updated region, oui: 2, uri: http://54.176.88.149:8080/, pubkey: 1124CJ9yJaHq4D6ugyPCDnSBzQik61C1BqD9VMh1vsUmjwt16HNB, module: router, region: US915
Aug 21 10:10:16 chirpstack helium_gateway[5213]: updated region, oui: 9, uri: http://44.238.156.97:8080/, pubkey: 11w77YQLhgUt8HUJrMtntGGr97RyXmot1ofs5Ct2ELTmbFoYsQa, module: router, region: US915
Aug 21 10:10:16 chirpstack helium_gateway[5213]: updated region, oui: 32, uri: http://185.100.87.165:8080/, pubkey: 112NPko5pGbaJ4yoEGGvXtLFBpmayZLuiHxUGKcj6U7QMvuSVogU, module: router, region: US915
Aug 21 10:10:16 chirpstack helium_gateway[5213]: updated region, oui: 36, uri: http://185.59.49.9:8080/, pubkey: 112jSnGvEVR14JcFrfUsn8qNWiqUXnkKNR8F5E35DW4v3uBR9pJd, module: router, region: US915
Aug 21 10:10:16 chirpstack helium_gateway[5213]: updated region, module: gateway, region: US915
Aug 21 10:10:16 chirpstack helium_gateway[5213]: updated routing to height 1489913, module: dispatcher
Aug 21 10:10:37 chirpstack helium_gateway[5213]: no update found, module: updater
Aug 21 10:12:23 chirpstack helium_gateway[5213]: updated routing to height 1489915, module: dispatcher
Aug 21 10:20:37 chirpstack helium_gateway[5213]: no update found, module: updater
Aug 21 10:25:20 chirpstack helium_gateway[5213]: gateway check error: service error: rpc Status { code: Cancelled, message: "Timeout expired", source: Some(tonic::transport::Error(Transport, TimeoutExpired(()))) }, module: dispatcher
Aug 21 10:25:20 chirpstack helium_gateway[5213]: selecting new gateway in 9s, module: dispatcher
Aug 21 10:25:29 chirpstack helium_gateway[5213]: seed gateway, module: dispatcher, uri: http://13.215.75.202:8080/, pubkey: 112fVGeUJf6aNc5z6d8rFDsgBnRj45BAxhdxaEVpQ58SGFJ1abk4
Aug 21 10:25:30 chirpstack helium_gateway[5213]: using gateway, module: dispatcher, uri: http://50.115.45.163:8080/, pubkey: 11eAKi2r7akD8LNRK338hxY4QS7mbz1yerBXY1XLdGdE7zQrsYD
Aug 21 10:25:30 chirpstack helium_gateway[5213]: updated region, module: gateway, region: US915
Aug 21 10:25:30 chirpstack helium_gateway[5213]: updated region, module: dispatcher, height: 1489928, region: US915
Aug 21 10:25:30 chirpstack helium_gateway[5213]: updated region, oui: 12, uri: http://54.219.236.122:8080/, pubkey: 112ewJNEUfSg3Jvo276tMjzFC2JzmmZcJJ32CWz2fzYqbyCMMTe1, module: router, region: US915
Aug 21 10:25:30 chirpstack helium_gateway[5213]: updated region, oui: 33, uri: http://54.183.75.77:8080/, pubkey: 112rxD21cKjkbL9aix86GR3S5DZ7VqFkqv9HiDxAKSiG9eE8EJw6, module: router, region: US915
Aug 21 10:25:30 chirpstack helium_gateway[5213]: updated region, oui: 25, uri: http://142.132.251.228:8080/, pubkey: 112kkCXnZmPCo1UonJLWRin29nS4Qcwn2J6J3ZcBLgTnWTqmRisx, module: router, region: US915
Aug 21 10:25:30 chirpstack helium_gateway[5213]: updated region, oui: 34, uri: http://212.51.12.140:8080/, pubkey: 112kgPQziHfRfmNpy5qzAjcJXgGyL8xkhVY1N3dxHTiYH8x5YWRE, module: router, region: US915
Aug 21 10:25:30 chirpstack helium_gateway[5213]: updated region, oui: 10, uri: http://212.159.65.101:8080/, pubkey: 11YmZtwTPEuMSFGxze1x9TfDfGezN7vXevLu71iJe9FBbvNRAgk, module: router, region: US915
Aug 21 10:25:30 chirpstack helium_gateway[5213]: updated region, oui: 24, uri: http://52.215.172.41:8080/, pubkey: 112uGkZS27qEmDmaV97knnNiVUzPW8qCsuBN16STia2MwUra4BbV, module: router, region: US915
Aug 21 10:25:30 chirpstack helium_gateway[5213]: updated region, oui: 6, uri: http://185.34.141.81:8080/, pubkey: 11awcuSbVURPkXX3FbKC7KF6bgEPRZqqPzv1FTEYABMLttUr13E, module: router, region: US915
Aug 21 10:25:30 chirpstack helium_gateway[5213]: updated region, oui: 37, uri: http://79.124.69.3:8080/, pubkey: 11yTD7RKGcAQygHVuwhvodRPhWj9Q8rMTnBWC4rurp8fEKXHTXC, module: router, region: US915
Aug 21 10:25:30 chirpstack helium_gateway[5213]: updated region, oui: 30, uri: http://18.191.230.114:8080/, pubkey: 11PdCC4SBPRhpeopNUARdNRhs4NextfFMTo59eYrbTRrkFCpwr2, module: router, region: US915
Aug 21 10:25:30 chirpstack helium_gateway[5213]: updated region, oui: 1, uri: http://52.8.80.146:8080/, pubkey: 112qB3YaH5bZkCnKA5uRH7tBtGNv2Y5B4smv1jsmvGUzgKT71QpE, module: router, region: US915
Aug 21 10:25:30 chirpstack helium_gateway[5213]: updated region, oui: 36, uri: http://80.59.202.203:8080/, pubkey: 112jSnGvEVR14JcFrfUsn8qNWiqUXnkKNR8F5E35DW4v3uBR9pJd, module: router, region: US915
Aug 21 10:25:30 chirpstack helium_gateway[5213]: updated region, oui: 21, uri: http://18.232.30.0:8080/, pubkey: 11So3oaJ8pGdvYFNQV15HZtwUZCDcmHsUH6nTFJD4CVCAqMiskP, module: router, region: US915
Aug 21 10:25:30 chirpstack helium_gateway[5213]: updated region, oui: 27, uri: http://209.159.147.162:8080/, pubkey: 11HSuFufeg1dZiKs7TEfgt7KazrBhsTvqCXEJaE9tD4hj76WuXU, module: router, region: US915
Aug 21 10:25:30 chirpstack helium_gateway[5213]: updated region, oui: 38, uri: http://34.77.61.232:8080/, pubkey: 11Kssdk63izA98qiBRFJmFp4aVkm8uvDsaR4yqWG5iZgn7z7myD, module: router, region: US915
Aug 21 10:25:30 chirpstack helium_gateway[5213]: updated region, oui: 23, uri: http://54.94.95.1:8080/, pubkey: 11yPFswfF7jZrEbAGJvabuXobsRktjJXRYyb9wwXYtVk11kCuko, module: router, region: US915
Aug 21 10:25:30 chirpstack helium_gateway[5213]: updated region, oui: 15, uri: http://66.23.231.34:8080/, pubkey: 117FMcZy77Ehz6gbTtSdSEs38vF784NLkxmWXUPcA2Ze3QxwJhG, module: router, region: US915
Aug 21 10:25:30 chirpstack helium_gateway[5213]: updated region, oui: 16, uri: http://13.37.13.24:8080/, pubkey: 11afuQSrmk52mgxLu91AdtDXbJ9wmqWBUxC3hvjejoXkxEZfPvY, module: router, region: US915
Aug 21 10:25:30 chirpstack helium_gateway[5213]: updated region, oui: 19, uri: http://44.234.246.239:8080/, pubkey: 11HvwA1pKjzhDF9BvDDwopeNLrb3it6sNVXrtkq2DAdakVWvKSD, module: router, region: US915
Aug 21 10:25:30 chirpstack helium_gateway[5213]: updated region, oui: 28, uri: http://185.115.181.13:8080/, pubkey: 112F126Kaz36Awr9mCJ6NahVNcXmRtJ7Jrscf365eNmqPh4GhtzF, module: router, region: US915
Aug 21 10:25:30 chirpstack helium_gateway[5213]: updated region, oui: 35, uri: http://168.119.119.34:8080/, pubkey: 11Bx8f9AfqfjAgbya7FXgrsYNBAia2ByXDTFPnuEN9ZsTj2EsTo, module: router, region: US915
Aug 21 10:25:30 chirpstack helium_gateway[5213]: updated region, oui: 4, uri: http://54.193.165.228:8080/, pubkey: 11263KvqW3GZPAvag5sQYtBJSjb25azSTSwoi5Tza9kboaLRxcsv, module: router, region: US915
Aug 21 10:25:30 chirpstack helium_gateway[5213]: updated region, oui: 2, uri: http://54.176.88.149:8080/, pubkey: 1124CJ9yJaHq4D6ugyPCDnSBzQik61C1BqD9VMh1vsUmjwt16HNB, module: router, region: US915
Aug 21 10:25:30 chirpstack helium_gateway[5213]: updated region, oui: 9, uri: http://44.238.156.97:8080/, pubkey: 11w77YQLhgUt8HUJrMtntGGr97RyXmot1ofs5Ct2ELTmbFoYsQa, module: router, region: US915
Aug 21 10:25:30 chirpstack helium_gateway[5213]: updated region, oui: 32, uri: http://185.100.87.165:8080/, pubkey: 112NPko5pGbaJ4yoEGGvXtLFBpmayZLuiHxUGKcj6U7QMvuSVogU, module: router, region: US915
Aug 21 10:25:30 chirpstack helium_gateway[5213]: updated region, oui: 36, uri: http://185.59.49.9:8080/, pubkey: 112jSnGvEVR14JcFrfUsn8qNWiqUXnkKNR8F5E35DW4v3uBR9pJd, module: router, region: US915
Aug 21 10:25:30 chirpstack helium_gateway[5213]: updated region, module: gateway, region: US915
Aug 21 10:25:30 chirpstack helium_gateway[5213]: checking gateway, module: dispatcher, block_age: 226, pubkey: 11eAKi2r7akD8LNRK338hxY4QS7mbz1yerBXY1XLdGdE7zQrsYD
Aug 21 10:25:31 chirpstack helium_gateway[5213]: updated routing to height 1489928, module: dispatcher
Aug 21 10:30:38 chirpstack helium_gateway[5213]: no update found, module: updater
Aug 21 10:40:35 chirpstack helium_gateway[5213]: gateway check error: service error: rpc Status { code: Cancelled, message: "Timeout expired", source: Some(tonic::transport::Error(Transport, TimeoutExpired(()))) }, module: dispatcher
Aug 21 10:40:35 chirpstack helium_gateway[5213]: selecting new gateway in 8s, module: dispatcher
Aug 21 10:40:37 chirpstack helium_gateway[5213]: no update found, module: updater
Aug 21 10:40:44 chirpstack helium_gateway[5213]: seed gateway, module: dispatcher, uri: http://13.211.55.217:8080/, pubkey: 112q3CB7MsFpi7Y3JuiHzF9h2ndH88KeZ3LUL6juJwMdo4g4Lsoq
Aug 21 10:40:44 chirpstack helium_gateway[5213]: using gateway, module: dispatcher, uri: http://173.214.166.45:8080/, pubkey: 112P2YvNmWQ7QmMceabwEsFnPsqqRuWiYmQxuuYE6fqxjGSUCvJG
Aug 21 10:40:44 chirpstack helium_gateway[5213]: updated region, module: gateway, region: US915
Aug 21 10:40:44 chirpstack helium_gateway[5213]: updated region, module: dispatcher, height: 1489950, region: US915
Aug 21 10:40:44 chirpstack helium_gateway[5213]: updated region, oui: 12, uri: http://54.219.236.122:8080/, pubkey: 112ewJNEUfSg3Jvo276tMjzFC2JzmmZcJJ32CWz2fzYqbyCMMTe1, module: router, region: US915
Aug 21 10:40:44 chirpstack helium_gateway[5213]: updated region, oui: 33, uri: http://54.183.75.77:8080/, pubkey: 112rxD21cKjkbL9aix86GR3S5DZ7VqFkqv9HiDxAKSiG9eE8EJw6, module: router, region: US915
Aug 21 10:40:44 chirpstack helium_gateway[5213]: updated region, oui: 25, uri: http://142.132.251.228:8080/, pubkey: 112kkCXnZmPCo1UonJLWRin29nS4Qcwn2J6J3ZcBLgTnWTqmRisx, module: router, region: US915
Aug 21 10:40:44 chirpstack helium_gateway[5213]: updated region, oui: 34, uri: http://212.51.12.140:8080/, pubkey: 112kgPQziHfRfmNpy5qzAjcJXgGyL8xkhVY1N3dxHTiYH8x5YWRE, module: router, region: US915
Aug 21 10:40:44 chirpstack helium_gateway[5213]: updated region, oui: 10, uri: http://212.159.65.101:8080/, pubkey: 11YmZtwTPEuMSFGxze1x9TfDfGezN7vXevLu71iJe9FBbvNRAgk, module: router, region: US915
Aug 21 10:40:44 chirpstack helium_gateway[5213]: updated region, oui: 24, uri: http://52.215.172.41:8080/, pubkey: 112uGkZS27qEmDmaV97knnNiVUzPW8qCsuBN16STia2MwUra4BbV, module: router, region: US915
Aug 21 10:40:44 chirpstack helium_gateway[5213]: updated region, oui: 6, uri: http://185.34.141.81:8080/, pubkey: 11awcuSbVURPkXX3FbKC7KF6bgEPRZqqPzv1FTEYABMLttUr13E, module: router, region: US915
Aug 21 10:40:44 chirpstack helium_gateway[5213]: updated region, oui: 37, uri: http://79.124.69.3:8080/, pubkey: 11yTD7RKGcAQygHVuwhvodRPhWj9Q8rMTnBWC4rurp8fEKXHTXC, module: router, region: US915
Aug 21 10:40:44 chirpstack helium_gateway[5213]: updated region, oui: 30, uri: http://18.191.230.114:8080/, pubkey: 11PdCC4SBPRhpeopNUARdNRhs4NextfFMTo59eYrbTRrkFCpwr2, module: router, region: US915
Aug 21 10:40:44 chirpstack helium_gateway[5213]: updated region, oui: 1, uri: http://52.8.80.146:8080/, pubkey: 112qB3YaH5bZkCnKA5uRH7tBtGNv2Y5B4smv1jsmvGUzgKT71QpE, module: router, region: US915
Aug 21 10:40:44 chirpstack helium_gateway[5213]: updated region, oui: 36, uri: http://80.59.202.203:8080/, pubkey: 112jSnGvEVR14JcFrfUsn8qNWiqUXnkKNR8F5E35DW4v3uBR9pJd, module: router, region: US915
Aug 21 10:40:44 chirpstack helium_gateway[5213]: updated region, oui: 21, uri: http://18.232.30.0:8080/, pubkey: 11So3oaJ8pGdvYFNQV15HZtwUZCDcmHsUH6nTFJD4CVCAqMiskP, module: router, region: US915
Aug 21 10:40:44 chirpstack helium_gateway[5213]: updated region, oui: 27, uri: http://209.159.147.162:8080/, pubkey: 11HSuFufeg1dZiKs7TEfgt7KazrBhsTvqCXEJaE9tD4hj76WuXU, module: router, region: US915
Aug 21 10:40:44 chirpstack helium_gateway[5213]: updated region, oui: 38, uri: http://34.77.61.232:8080/, pubkey: 11Kssdk63izA98qiBRFJmFp4aVkm8uvDsaR4yqWG5iZgn7z7myD, module: router, region: US915
Aug 21 10:40:44 chirpstack helium_gateway[5213]: updated region, oui: 23, uri: http://54.94.95.1:8080/, pubkey: 11yPFswfF7jZrEbAGJvabuXobsRktjJXRYyb9wwXYtVk11kCuko, module: router, region: US915
Aug 21 10:40:44 chirpstack helium_gateway[5213]: updated region, oui: 15, uri: http://66.23.231.34:8080/, pubkey: 117FMcZy77Ehz6gbTtSdSEs38vF784NLkxmWXUPcA2Ze3QxwJhG, module: router, region: US915
Aug 21 10:40:44 chirpstack helium_gateway[5213]: updated region, oui: 16, uri: http://13.37.13.24:8080/, pubkey: 11afuQSrmk52mgxLu91AdtDXbJ9wmqWBUxC3hvjejoXkxEZfPvY, module: router, region: US915
Aug 21 10:40:44 chirpstack helium_gateway[5213]: updated region, oui: 19, uri: http://44.234.246.239:8080/, pubkey: 11HvwA1pKjzhDF9BvDDwopeNLrb3it6sNVXrtkq2DAdakVWvKSD, module: router, region: US915
Aug 21 10:40:44 chirpstack helium_gateway[5213]: updated region, oui: 28, uri: http://185.115.181.13:8080/, pubkey: 112F126Kaz36Awr9mCJ6NahVNcXmRtJ7Jrscf365eNmqPh4GhtzF, module: router, region: US915
Aug 21 10:40:44 chirpstack helium_gateway[5213]: updated region, oui: 35, uri: http://168.119.119.34:8080/, pubkey: 11Bx8f9AfqfjAgbya7FXgrsYNBAia2ByXDTFPnuEN9ZsTj2EsTo, module: router, region: US915
Aug 21 10:40:44 chirpstack helium_gateway[5213]: updated region, oui: 4, uri: http://54.193.165.228:8080/, pubkey: 11263KvqW3GZPAvag5sQYtBJSjb25azSTSwoi5Tza9kboaLRxcsv, module: router, region: US915
Aug 21 10:40:44 chirpstack helium_gateway[5213]: updated region, oui: 2, uri: http://54.176.88.149:8080/, pubkey: 1124CJ9yJaHq4D6ugyPCDnSBzQik61C1BqD9VMh1vsUmjwt16HNB, module: router, region: US915
Aug 21 10:40:44 chirpstack helium_gateway[5213]: updated region, oui: 9, uri: http://44.238.156.97:8080/, pubkey: 11w77YQLhgUt8HUJrMtntGGr97RyXmot1ofs5Ct2ELTmbFoYsQa, module: router, region: US915
Aug 21 10:40:44 chirpstack helium_gateway[5213]: updated region, oui: 32, uri: http://185.100.87.165:8080/, pubkey: 112NPko5pGbaJ4yoEGGvXtLFBpmayZLuiHxUGKcj6U7QMvuSVogU, module: router, region: US915
Aug 21 10:40:44 chirpstack helium_gateway[5213]: updated region, oui: 36, uri: http://185.59.49.9:8080/, pubkey: 112jSnGvEVR14JcFrfUsn8qNWiqUXnkKNR8F5E35DW4v3uBR9pJd, module: router, region: US915
Aug 21 10:40:44 chirpstack helium_gateway[5213]: updated region, module: gateway, region: US915
Aug 21 10:40:44 chirpstack helium_gateway[5213]: checking gateway, module: dispatcher, block_age: 40, pubkey: 112P2YvNmWQ7QmMceabwEsFnPsqqRuWiYmQxuuYE6fqxjGSUCvJG
Aug 21 10:40:45 chirpstack helium_gateway[5213]: updated routing to height 1489950, module: dispatcher
Aug 21 10:45:27 chirpstack helium_gateway[5213]: updated routing to height 1489956, module: dispatcher
Aug 21 10:50:38 chirpstack helium_gateway[5213]: no update found, module: updater
Aug 21 10:55:49 chirpstack helium_gateway[5213]: gateway check error: service error: rpc Status { code: Cancelled, message: "Timeout expired", source: Some(tonic::transport::Error(Transport, TimeoutExpired(()))) }, module: dispatcher
Aug 21 10:55:49 chirpstack helium_gateway[5213]: selecting new gateway in 7s, module: dispatcher
Aug 21 10:55:57 chirpstack helium_gateway[5213]: seed gateway, module: dispatcher, uri: http://3.72.215.7:8080/, pubkey: 112pcepAfZ8CWGFcRAq8hPP8dNcppRK8APSNfrKvqufyH3Keyhjb
Aug 21 10:55:57 chirpstack helium_gateway[5213]: using gateway, module: dispatcher, uri: http://142.132.159.194:8080/, pubkey: 11ynzRpGRjHPyPtch3TydAqfZ8mQLK3BWnnvuLdQAqvn8buv42s
Aug 21 10:55:57 chirpstack helium_gateway[5213]: updated region, module: gateway, region: US915
Aug 21 10:55:57 chirpstack helium_gateway[5213]: updated region, module: dispatcher, height: 1489967, region: US915
Aug 21 10:55:57 chirpstack helium_gateway[5213]: updated region, oui: 12, uri: http://54.219.236.122:8080/, pubkey: 112ewJNEUfSg3Jvo276tMjzFC2JzmmZcJJ32CWz2fzYqbyCMMTe1, module: router, region: US915
Aug 21 10:55:57 chirpstack helium_gateway[5213]: updated region, oui: 33, uri: http://54.183.75.77:8080/, pubkey: 112rxD21cKjkbL9aix86GR3S5DZ7VqFkqv9HiDxAKSiG9eE8EJw6, module: router, region: US915
Aug 21 10:55:57 chirpstack helium_gateway[5213]: updated region, oui: 25, uri: http://142.132.251.228:8080/, pubkey: 112kkCXnZmPCo1UonJLWRin29nS4Qcwn2J6J3ZcBLgTnWTqmRisx, module: router, region: US915
Aug 21 10:55:57 chirpstack helium_gateway[5213]: updated region, oui: 34, uri: http://212.51.12.140:8080/, pubkey: 112kgPQziHfRfmNpy5qzAjcJXgGyL8xkhVY1N3dxHTiYH8x5YWRE, module: router, region: US915
Aug 21 10:55:57 chirpstack helium_gateway[5213]: updated region, oui: 10, uri: http://212.159.65.101:8080/, pubkey: 11YmZtwTPEuMSFGxze1x9TfDfGezN7vXevLu71iJe9FBbvNRAgk, module: router, region: US915
Aug 21 10:55:57 chirpstack helium_gateway[5213]: updated region, oui: 24, uri: http://52.215.172.41:8080/, pubkey: 112uGkZS27qEmDmaV97knnNiVUzPW8qCsuBN16STia2MwUra4BbV, module: router, region: US915
Aug 21 10:55:57 chirpstack helium_gateway[5213]: updated region, oui: 6, uri: http://185.34.141.81:8080/, pubkey: 11awcuSbVURPkXX3FbKC7KF6bgEPRZqqPzv1FTEYABMLttUr13E, module: router, region: US915
Aug 21 10:55:57 chirpstack helium_gateway[5213]: updated region, oui: 37, uri: http://79.124.69.3:8080/, pubkey: 11yTD7RKGcAQygHVuwhvodRPhWj9Q8rMTnBWC4rurp8fEKXHTXC, module: router, region: US915
Aug 21 10:55:57 chirpstack helium_gateway[5213]: updated region, oui: 30, uri: http://18.191.230.114:8080/, pubkey: 11PdCC4SBPRhpeopNUARdNRhs4NextfFMTo59eYrbTRrkFCpwr2, module: router, region: US915
Aug 21 10:55:57 chirpstack helium_gateway[5213]: updated region, oui: 1, uri: http://52.8.80.146:8080/, pubkey: 112qB3YaH5bZkCnKA5uRH7tBtGNv2Y5B4smv1jsmvGUzgKT71QpE, module: router, region: US915
Aug 21 10:55:57 chirpstack helium_gateway[5213]: updated region, oui: 36, uri: http://80.59.202.203:8080/, pubkey: 112jSnGvEVR14JcFrfUsn8qNWiqUXnkKNR8F5E35DW4v3uBR9pJd, module: router, region: US915
Aug 21 10:55:57 chirpstack helium_gateway[5213]: updated region, oui: 21, uri: http://18.232.30.0:8080/, pubkey: 11So3oaJ8pGdvYFNQV15HZtwUZCDcmHsUH6nTFJD4CVCAqMiskP, module: router, region: US915
Aug 21 10:55:57 chirpstack helium_gateway[5213]: updated region, oui: 27, uri: http://209.159.147.162:8080/, pubkey: 11HSuFufeg1dZiKs7TEfgt7KazrBhsTvqCXEJaE9tD4hj76WuXU, module: router, region: US915
Aug 21 10:55:57 chirpstack helium_gateway[5213]: updated region, oui: 38, uri: http://34.77.61.232:8080/, pubkey: 11Kssdk63izA98qiBRFJmFp4aVkm8uvDsaR4yqWG5iZgn7z7myD, module: router, region: US915
Aug 21 10:55:57 chirpstack helium_gateway[5213]: updated region, oui: 23, uri: http://54.94.95.1:8080/, pubkey: 11yPFswfF7jZrEbAGJvabuXobsRktjJXRYyb9wwXYtVk11kCuko, module: router, region: US915
Aug 21 10:55:57 chirpstack helium_gateway[5213]: updated region, oui: 15, uri: http://66.23.231.34:8080/, pubkey: 117FMcZy77Ehz6gbTtSdSEs38vF784NLkxmWXUPcA2Ze3QxwJhG, module: router, region: US915
Aug 21 10:55:57 chirpstack helium_gateway[5213]: updated region, oui: 16, uri: http://13.37.13.24:8080/, pubkey: 11afuQSrmk52mgxLu91AdtDXbJ9wmqWBUxC3hvjejoXkxEZfPvY, module: router, region: US915
Aug 21 10:55:57 chirpstack helium_gateway[5213]: updated region, oui: 19, uri: http://44.234.246.239:8080/, pubkey: 11HvwA1pKjzhDF9BvDDwopeNLrb3it6sNVXrtkq2DAdakVWvKSD, module: router, region: US915
Aug 21 10:55:57 chirpstack helium_gateway[5213]: updated region, oui: 28, uri: http://185.115.181.13:8080/, pubkey: 112F126Kaz36Awr9mCJ6NahVNcXmRtJ7Jrscf365eNmqPh4GhtzF, module: router, region: US915
Aug 21 10:55:57 chirpstack helium_gateway[5213]: updated region, oui: 35, uri: http://168.119.119.34:8080/, pubkey: 11Bx8f9AfqfjAgbya7FXgrsYNBAia2ByXDTFPnuEN9ZsTj2EsTo, module: router, region: US915
Aug 21 10:55:57 chirpstack helium_gateway[5213]: updated region, oui: 4, uri: http://54.193.165.228:8080/, pubkey: 11263KvqW3GZPAvag5sQYtBJSjb25azSTSwoi5Tza9kboaLRxcsv, module: router, region: US915
Aug 21 10:55:57 chirpstack helium_gateway[5213]: updated region, oui: 2, uri: http://54.176.88.149:8080/, pubkey: 1124CJ9yJaHq4D6ugyPCDnSBzQik61C1BqD9VMh1vsUmjwt16HNB, module: router, region: US915
Aug 21 10:55:57 chirpstack helium_gateway[5213]: updated region, oui: 9, uri: http://44.238.156.97:8080/, pubkey: 11w77YQLhgUt8HUJrMtntGGr97RyXmot1ofs5Ct2ELTmbFoYsQa, module: router, region: US915
Aug 21 10:55:57 chirpstack helium_gateway[5213]: updated region, oui: 32, uri: http://185.100.87.165:8080/, pubkey: 112NPko5pGbaJ4yoEGGvXtLFBpmayZLuiHxUGKcj6U7QMvuSVogU, module: router, region: US915
Aug 21 10:55:57 chirpstack helium_gateway[5213]: updated region, oui: 36, uri: http://185.59.49.9:8080/, pubkey: 112jSnGvEVR14JcFrfUsn8qNWiqUXnkKNR8F5E35DW4v3uBR9pJd, module: router, region: US915
Aug 21 10:55:57 chirpstack helium_gateway[5213]: updated region, module: gateway, region: US915
Aug 21 10:55:58 chirpstack helium_gateway[5213]: checking gateway, module: dispatcher, block_age: 89, pubkey: 11ynzRpGRjHPyPtch3TydAqfZ8mQLK3BWnnvuLdQAqvn8buv42s
Aug 21 10:55:58 chirpstack helium_gateway[5213]: updated routing to height 1489967, module: dispatcher
Aug 21 11:00:37 chirpstack helium_gateway[5213]: no update found, module: updater

This looks like your hotspot is having network issues?