ArneVogel/concat

Index out of range error consistently at every download

Closed this issue · 4 comments

Nsgr commented

(Windows version)
So basically any download I try to do fails because I get an index out of range error. Weird thing with this is also that the path shown in the error message is probably the path you had your program in, but does not exist on my machine.
Happens with the newest release, but also with older ones.

panic: runtime error: index out of range goroutine 1 [running]: main.downloadPartVOD(0xc00000a0f0, 0x9, 0x923731, 0x1, 0x70acfc, 0x4, 0x70b515, 0x7, 0x70a86b, 0x1, ...) /home/arne/code/test/concat/main.go:341 +0x208b main.main() /home/arne/code/test/concat/main.go:681 +0x59b

could you provide an example command you are running? + what concat version are you using?

Nsgr commented

I am using v0.2.7.
Now, I am having a different problem though, since I cant get the program to start downloading a VOD in the first place.
This is because of issue #60 (and therefore #59 ).

So this issue can be closed?

Nsgr commented

Until those issues get fixed, I guess.