Husarnet actions - Neverending joining

Hi husarnet team,

husarnet actions for ESP32 OTA update stop working. Workflow stuck on joining and end with timeout.

etting up husarnet (1:2.0.0) …

145Created symlink /etc/systemd/system/multi-user.target.wants/husarnet.service → /lib/systemd/system/husarnet.service.

146========================================

147Husarnet installed successfully

148========================================

149Run mkdir -p /home/runner/work/HusarBOX/HusarBOX/husarnet_cache

156Run sudo systemctl restart husarnet

165

165Waiting for Husarnet to be ready

166done

167Version

168:green_circle: CLI: 2.0.0

169:green_circle: Daemon (running): 2.0.0

170:green_circle: Daemon (binary): 2.0.0

171Dashboard URL

172:green_circle: CLI: app.husarnet.com

173:green_circle: Daemon: app.husarnet.com

174Connection status

175:red_circle: Base Server: :::0 (NONE)

176:red_circle: There’s no Base Server connection - Husarnet will not be fully functional

177Readiness

178:red_circle: Is ready to handle data? no

179:red_circle: Is ready to join? no

180:red_circle: Is joined? no

181Local

182:white_circle: Husarnet IP:

183fc94:4fa7:ef17:b5ad:78bb:bdaa:c5db:2781

184Whitelist

185

186Run echo “::set-output name=host-ipv6::$(echo $(sudo husarnet status | grep “Husarnet IP address” | sed -r ‘s/Husarnet\sIP\saddress:\s(.*)$/\1/g’))”

191Warning: The set-output command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: GitHub Actions: Deprecating save-state and set-output commands | GitHub Changelog

192Run sudo husarnet join *** github-actions-HusarBOX

197 SUCCESS: Successfully registered a join request

198

199▀ Waiting for Base server connection (any protocol)… (0s)

200

207▀ Waiting for Base server connection (any protocol)…

208

209 ▀ Waiting for Base server connection (any protocol)… (200ms)

210

211 ▄ Waiting for Base server connection (any protocol)… (401ms)

212

213▄ Waiting for Base server connection (any protocol)… (601ms)

214

215▀ Waiting for Base server connection (any protocol)… (801ms)

216

217 ▀ Waiting for Base server connection (any protocol)… (1.002s)

218

219 ▄ Waiting for Base server connection (any protocol)… (1.203s)

220

221▄ Waiting for Base server connection (any protocol)… (1.403s)

222

223▀ Waiting for Base server connection (any protocol)… (1.603s)

224

225 ▀ Waiting for Base server connection (any protocol)… (1.804s)

226

227 ▄ Waiting for Base server connection (any protocol)… (2.004s)

228

229▄ Waiting for Base server connection (any protocol)… (2.205s)

Hello @Sejnym

I think it is the same issue as here: Husarnet failing to connect (timeout after 1 minute, after 10+ minutes it connected) - #3 by pidpawel

which was fixed in 2.0.13

Can you still reproduce this?
If yes, we will continue investigation.

Best regards,
Szymon

Hello @ympek

problem is solved. 2.0.13 work well.

2 Likes