Skip to content

Error Message when using large number of Pi: CompoundPiTransactionFailed: 1 errors encountered while executing #52

@ChristoCyr

Description

@ChristoCyr

I am currently running around 60 Rasberry Pi 3's on a 100mb wired ethernet configuration. Capturing an image works great, even at the highest resolution using the V2.1 cameras. However, when running the download command, I run into this error message which causes CPI to be unresponsive:

Warning: time delta of 192.168.1.148 is >0.25s
cpi> download
Downloaded 20161008-144351313362-192.168.1.191.jpg
[########## ] 43%Traceback (most recent call last):
File "/usr/bin/cpi", line 9, in
load_entry_point('compoundpi==0.4', 'console_scripts', 'cpi')()
File "/usr/lib/python2.7/dist-packages/compoundpi/terminal.py", line 138, in
call
return self.main(args) or 0
File "/usr/lib/python2.7/dist-packages/compoundpi/cli.py", line 227, in main
proc.cmdloop()
File "/usr/lib/python2.7/cmd.py", line 142, in cmdloop
stop = self.onecmd(line)
File "/usr/lib/python2.7/dist-packages/compoundpi/cli.py", line 301, in
onecmd
return Cmd.onecmd(self, line)
File "/usr/lib/python2.7/dist-packages/compoundpi/cmdline.py", line 239, in
onecmd
return cmd.Cmd.onecmd(self, line)
File "/usr/lib/python2.7/cmd.py", line 221, in onecmd
return func(arg)
File "/usr/lib/python2.7/dist-packages/compoundpi/cli.py", line 1602, in
do_download
self.client.download(address, f.index, output)
File "/usr/lib/python2.7/dist-packages/compoundpi/client.py", line 1456, in
download
self._protocol.do_send(index, self.bind[1]), [address])
File "/usr/lib/python2.7/dist-packages/compoundpi/client.py", line 777, in
transact
raise CompoundPiTransactionFailed(errors)
CompoundPiTransactionFailed: 1 errors encountered while executing
192.168.1.248: no response

I have been able to download one picture at a time using download and sometimes using a range of no more than 10 IP addresses, but have never been able to just run download and gather everything.

Please let me know if there is anything I can do to help.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions