Moses Narrow

Results 116 issues of Moses Narrow

i can confirm the dmsghttp-config used is the one on develop branch ``` $ skywire cli visor info [2024-03-12T10:34:29.173333014-05:00] FATAL [skywire-cli]: Failed to connect to visor RPC or RPC method...

bug
dmsg
deployment

Exactly the same debug logging happens over and over. We should take steps to suppress identical logging messages from apps if possible, or else have a more succinct event indicator...

bug
low priority
apps

There is no apparent limit on the number of transports that a public visor will accept. However, there is a definite limit of the number of transports a visor can...

bug
public visor

sometimes it's not possible to fetch the services ![image](https://github.com/skycoin/skywire/assets/36607567/bb142a9a-93c1-4f2d-8072-9e0180cbd75d) to address this 1 - get dmsg direct working for cli 2 - add proxy config for every http client (i.e....

bug
dmsg
config

The logic for reconnecting to dmsg is obviously faulty. Many visors will establish a connection to dmsg but not maintain it indefinitely. The exact nature of the issue is not...

bug
dmsg

Currently the survey and transport bandwidth logs are collected from only visors which met 75% uptime for the previous day. This is ok for surveys, however we need to collect...

bug
telemetrics

``` [2024-03-07T09:56:25.598036393-06:00] WARN [dmsgC]: Failed to connect to the dmsg network, will try again later. timeout=20s [2024-03-07T09:56:25.59823063-06:00] DEBUG [dmsg_ctrl]: Initialized. [2024-03-07T09:56:25.598310372-06:00] DEBUG [transports]: Initialized. [2024-03-07T09:56:25.598424921-06:00] DEBUG [sky_forward_conn]: Initialized. [2024-03-07T09:56:25.598531568-06:00] DEBUG...

bug
dmsg

the hourly survey and transport bandwidth log collection can be viewed here https://fiber.skywire.dev/log-collection/tplogs search for `/-1B` This doesn't _seem_ to affect anything. However it seems conceivable that the survey and...

bug
telemetrics

after running this in order to create transports to every visor with a proxy server on the latest version: ``` $ skywire-cli proxy list | while read _pk ; do...

bug
multi-hop
routing

## Services Array Every instance of a URL for a service specified in the visor's config should become an array of strings instead of just a string ``` "dmsg": {...

multi-deployment