Upload to ACD not working

Hi,
i hope you can help me. since yesterday my upload to ACD won’t work anymore. I did not change anything except updating to the latest beta today hoping this would solve my problem. but i didn’t. before that i was using the beta version from 27.02.17.

this is my upload command. it is from ajkis upload script:
rclone move (from/to) -c --no-traverse --transfers=300 --checkers=300 --delete-after --min-age 15m --log-file=$LOGFILE

and this is the output i get:

04.03.2017 19:36:47 RCLONE UPLOAD STARTED
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x28 pc=0x6ff3eb]

goroutine 269499 [running]:
github.com/ncw/rclone/fs.(*asyncReader).Read(0xc438f5e480, 0xc422c9a000, 0x8000, 0x8000, 0xc400000008, 0xc4325bed70, 0x40d5f8)
/home/travis/gopath/src/github.com/ncw/rclone/fs/buffer.go:132 +0x4b
github.com/ncw/rclone/fs.(*Account).read(0xc43974e9a0, 0x7f22709d8e60, 0xc438f5e480, 0xc422c9a000, 0x8000, 0x8000, 0x0, 0x0, 0xc4325bee28)
/home/travis/gopath/src/github.com/ncw/rclone/fs/accounting.go:437 +0xa5
github.com/ncw/rclone/fs.(*Account).Read(0xc43974e9a0, 0xc422c9a000, 0x8000, 0x8000, 0x0, 0x0, 0x0)
/home/travis/gopath/src/github.com/ncw/rclone/fs/accounting.go:467 +0x160
io.(*multiReader).Read(0xc43211c5a0, 0xc422c9a000, 0x8000, 0x8000, 0x2000, 0x0, 0x0)
/home/travis/.gimme/versions/go1.8.linux.amd64/src/io/multi.go:26 +0xcf
io.copyBuffer(0x11aa740, 0xc433f1acc0, 0x11aa600, 0xc43211c5a0, 0xc422c9a000, 0x8000, 0x8000, 0x0, 0x0, 0x0)
/home/travis/.gimme/versions/go1.8.linux.amd64/src/io/io.go:390 +0x100
io.Copy(0x11aa740, 0xc433f1acc0, 0x11aa600, 0xc43211c5a0, 0x58, 0x11aa740, 0xc433f1acc0)
/home/travis/.gimme/versions/go1.8.linux.amd64/src/io/io.go:360 +0x68
github.com/ncw/rclone/vendor/github.com/ncw/go-acd.(*NodesService).putOrOverwrite.func1(0xc42000c448, 0xc424b50280, 0x96, 0xc422e968d0, 0xc421e4b2c0, 0xc438ce004b, 0x58, 0x11aa600, 0xc43211c5a0)
/home/travis/gopath/src/github.com/ncw/rclone/vendor/github.com/ncw/go-acd/nodes.go:649 +0xf2
created by github.com/ncw/rclone/vendor/github.com/ncw/go-acd.(*NodesService).putOrOverwrite
/home/travis/gopath/src/github.com/ncw/rclone/vendor/github.com/ncw/go-acd/nodes.go:654 +0x3d2
04.03.2017 19:47:27 RCLONE UPLOAD ENDED

thanks for your answer.

I just opened an issue for this.
https://github.com/ncw/rclone/issues/1213

Its a bug.