Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ChristoCyr opened this issue Jan 9, 2017 · 1 comment

Comments

@ChristoCyr
Copy link

ChristoCyr commented Jan 9, 2017

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.

@ChristoCyr ChristoCyr changed the title Error Message when using large number of Pi Error Message when using large number of Pi: CompoundPiTransactionFailed: 1 errors encountered while executing Jan 19, 2017
@matiasbirrell
Copy link

Was this ever solved? I have the same issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants