Moses Narrow

Results 112 comments of Moses Narrow

@mrpalide you actually filed a ticket on this behavior earlier https://github.com/skycoin/skywire/issues/1246

Noting the urgency of this issue, I've continued with testing to ascertain the cause / a fix * It seems to happen regardless of transport type * To note: earlier,...

>I see high load on prod-server due to Postgres, and I think related to Linode itself, not from our side. >So I restart it and everything back normal. I'm actually...

the route ID number keeps incrementing even after the visor is restarted ``` [2025-03-23T13:17:41.897807031-05:00] DEBUG [transport_manager]: Serving sudph network [2025-03-23T13:17:41.897933513-05:00] DEBUG [transport_manager]: listening on network: sudph [2025-03-23T13:17:41.897994337-05:00] DEBUG [sudph]: Initialized....

I've now tested this on two machines in my local network, attempting to connect to the proxy server of the same remote visor I can't get a working route between...

After switching the configs in their entirety between the remote visor and the local visor, suddenly I was able to connect to the proxy server of the remote visor. I...

The issue was caused by the app not actually running on the remote visor due to misconfiguration of the autostart for skysocks! The error message is bad.

>It should be possible to implement so that a visor may run a dmsg server with the same key. Even without that integration, this suggestion is still valid. * We...

### Refined approach it's possible to get the informaton regarding the latest commits to a branch of this repo (for example `develop`) with `go list` ; example: ``` $ go...

Automatic versioning now works with go v1.24 ``` $ go run github.com/skycoin/skywire/cmd/skywire@develop ┌─┐┬┌─┬ ┬┬ ┬┬┬─┐┌─┐ └─┐├┴┐└┬┘││││├┬┘├┤ └─┘┴ ┴ ┴ └┴┘┴┴└─└─┘ skywire version v1.3.29-rc7.0. built with go1.24.1 Available Commands: visor Skywire...