skycoin / skywire

Skywire Node implementation
72 stars 45 forks source link

Error on read/write transport logs #1732

Closed mrpalide closed 6 months ago

mrpalide commented 8 months ago

Describe the bug While implementing http-proxy on skysocks-client, I saw a problem that prevented the transport from being created. The problem was in recording and reading logs of transports. I fix it in dirty way, we should investigate more on it and solve it completely.

[2024-02-04T00:46:22.498443637Z] DEBUG [transport_manager]: recv transport request: type(dmsg) remote(021abc8820379f0d1d5f374294c6309dcb217d1b45d75def0d1578d412d0a223f5)
[2024-02-04T00:46:22.498478222Z] DEBUG [transport_manager]: No TP found, creating new one
[2024-02-04T00:46:22.498551906Z] WARN [tp:021abc]: record on line 3: wrong number of fields
0pcom commented 6 months ago

I see that the transport bandwidth is now being correctly updated in the csv file at regular intervals..