arne-fuchs / edcas-client

Shows system information to the cmdr in a compact view
Apache License 2.0
3 stars 1 forks source link

Bug: journal_interpreter panics/exits before it finishes uploading journals #8

Closed Nannk closed 3 months ago

Nannk commented 6 months ago

2024-05-14-20-01.log output.txt

➜  ./target/debug/edcas-client --upload-logs 2> test.txt
Log file: "/tmp/edcas-client/2024-05-14-20-01.log"
in the upload_logs function 
before path
after path
after evm_settings
Uploading 247 logs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
panicked: receiving on a closed channel

Last line is from cli.rs:29

UPD: its possible, im getting rate-limited

arne-fuchs commented 3 months ago

@Nannk Problem still persists with upcoming 0.3.0 release?

Nannk commented 3 months ago

I have tried to spamupload again. Seems to work fine.