google-code-export / django-syncr

Automatically exported from code.google.com/p/django-syncr
0 stars 0 forks source link

Youtube syncronization fails when statistics aren't included in results #56

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Two problems:
- Video.save() doesn't take args, and so force_insert and other
Model.save() args cause it to fail.
- view_count depends on an element that might be missing entirely from the
XML results.

I've included a patch for this.

Original issue reported on code.google.com by ironfro...@gmail.com on 25 May 2009 at 3:41

Attachments:

GoogleCodeExporter commented 9 years ago
This was against 0.41

Original comment by ironfro...@gmail.com on 25 May 2009 at 3:41

GoogleCodeExporter commented 9 years ago
It seems the patch didn't transmit correctly (0 bytes)? Can you try posting 
again? 

Original comment by jesse.l...@gmail.com on 28 May 2009 at 1:15

GoogleCodeExporter commented 9 years ago

Original comment by ironfro...@gmail.com on 29 May 2009 at 10:50

Attachments:

GoogleCodeExporter commented 9 years ago
Thank you! I applied patch and credited you in the changelog

Original comment by jesse.l...@gmail.com on 9 Jun 2009 at 2:36