Advertisement
Skilly

Untitled

May 18th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.96 KB | None | 0 0
  1. 2017/05/18 14:06:59 fuse: panic in handler for Read [ID=0x13e3 Node=0x213 Uid=1000 Gid=1001 Pid=337] 0x1 4096 @0x1000 dir=false fl=0 lock=0 ffl=OpenReadOnly: runtime error: slice bounds out of range
  2. goroutine 9753 [running]:
  3. bazil.org/fuse/fs.(*Server).serve.func2(0xda09e0, 0xc420166930, 0xc420b63ef8, 0xc420b63e57)
  4. /go/src/bazil.org/fuse/fs/serve.go:857 +0x1b1
  5. panic(0x8ff4c0, 0xd8df40)
  6. /usr/local/go/src/runtime/panic.go:489 +0x2cf
  7. main.(*Buffer).ReadBytes(0xc420768280, 0x1000, 0x1000, 0x447100, 0x0, 0x0, 0x0, 0x0, 0x0)
  8. /go/src/github.com/dweidenfeld/plexdrive/buffer.go:226 +0xc85
  9. main.(*Object).Read(0xc420afdb90, 0x7f067c6d7fb8, 0xc4209df380, 0xc420166930, 0xc420745000, 0x1001, 0xc4204dba78)
  10. /go/src/github.com/dweidenfeld/plexdrive/mount.go:240 +0x5a
  11. bazil.org/fuse/fs.(*Server).handleRequest(0xc4200d2540, 0x7f067c6d7fb8, 0xc4209df380, 0xd9bde0, 0xc420afdb90, 0xc42081cbc0, 0xda09e0, 0xc420166930, 0xc420b63ef8, 0xc420468ef8, ...)
  12. /go/src/bazil.org/fuse/fs/serve.go:1249 +0x998
  13. bazil.org/fuse/fs.(*Server).serve(0xc4200d2540, 0xda09e0, 0xc420166930)
  14. /go/src/bazil.org/fuse/fs/serve.go:878 +0x495
  15. bazil.org/fuse/fs.(*Server).Serve.func1(0xc4200d2540, 0xda09e0, 0xc420166930)
  16. /go/src/bazil.org/fuse/fs/serve.go:425 +0x6e
  17. created by bazil.org/fuse/fs.(*Server).Serve
  18. /go/src/bazil.org/fuse/fs/serve.go:426 +0x3c4
  19. [PLEXDRIVE] [2017-05-18 14:06] DEBUG : Getting object 0B4VMpKMUqD_SSC1EU0xoLTExOXM - chunk 5242880 - offset 1 for 4096 bytes (is preload: true)
  20. [PLEXDRIVE] [2017-05-18 14:06] DEBUG : Requesting object 0B4VMpKMUqD_SSC1EU0xoLTExOXM bytes 5242880 - 10485760 from API
  21. [PLEXDRIVE] [2017-05-18 14:06] INFO : Stopping playback of Modern Family - S08E14 - Heavy Is the Head [WEBDL-1080p-NTb].mkv
  22. [PLEXDRIVE] [2017-05-18 14:06] DEBUG : Stop buffering for object 0B4VMpKMUqD_SSC1EU0xoLTExOXM
  23. [PLEXDRIVE] [2017-05-18 14:06] INFO : Starting playback of Modern Family - S08E14 - Heavy Is the Head [WEBDL-1080p-NTb].mkv
  24. [PLEXDRIVE] [2017-05-18 14:06] DEBUG : Creating buffer for object 0B4VMpKMUqD_SSC1EU0xoLTExOXM
  25. [PLEXDRIVE] [2017-05-18 14:06] DEBUG : Getting object 0B4VMpKMUqD_SSC1EU0xoLTExOXM - chunk 0 - offset 0 for 4096 bytes (is preload: false)
  26. [PLEXDRIVE] [2017-05-18 14:06] DEBUG : <nil>
  27. [PLEXDRIVE] [2017-05-18 14:06] DEBUG : Could not read file /home/skilly/plexdrive/tmp/chunks/0B4VMpKMUqD_SSC1EU0xoLTExOXM/0 at 0
  28. [PLEXDRIVE] [2017-05-18 14:06] DEBUG : Requesting object 0B4VMpKMUqD_SSC1EU0xoLTExOXM bytes 0 - 5242880 from API
  29. panic: runtime error: slice bounds out of range
  30.  
  31. goroutine 9733 [running]:
  32. main.(*Buffer).ReadBytes(0xc420768280, 0x500001, 0x1000, 0x20719b01, 0x0, 0x0, 0x0, 0x0, 0x0)
  33. /go/src/github.com/dweidenfeld/plexdrive/buffer.go:226 +0xc85
  34. main.(*Buffer).ReadBytes.func2(0xc420768280, 0x500000, 0x1000)
  35. /go/src/github.com/dweidenfeld/plexdrive/buffer.go:222 +0x4f
  36. created by main.(*Buffer).ReadBytes
  37. /go/src/github.com/dweidenfeld/plexdrive/buffer.go:223 +0xce1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement