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

Download Video from Labrary #14

Closed
rayhou0710 opened this issue Aug 2, 2017 · 2 comments
Closed

Download Video from Labrary #14

rayhou0710 opened this issue Aug 2, 2017 · 2 comments

Comments

@rayhou0710
Copy link

Hi Jeffrey,

I feel there is a bug in the exmple of downloading video that is shown in the Readme.md.
"f.buffer.write(chunk)" might be "f.write(chunk)" since the former one gives the error 'file' object has no attribute 'buffer' while the latter works well.

Thanks.
Ray

@jeffreydwalter
Copy link
Owner

Yes, someone updated all the code to be Python 3 compatible and changed that call to f.buffer.write. I don't have my Arlo cameras setup right now so couldn't test.

Thanks for reporting it, I'll fix it up ASAP.

@jeffreydwalter
Copy link
Owner

Okay, updated the example script and the README. Please let me know if your issue still persists.

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