ArneVogel / concat

Download your vods from twitch in the command line
https://www.arnevogel.com/standalone-concat-version/
GNU General Public License v3.0
205 stars 33 forks source link

Index out of range error consistently at every download #54

Closed Nsgr closed 4 years ago

Nsgr commented 5 years ago

(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

shilangyu commented 4 years ago

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

Nsgr commented 4 years ago

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 ).

shilangyu commented 4 years ago

So this issue can be closed?

Nsgr commented 4 years ago

Until those issues get fixed, I guess.