zestelle2 / anki

Automatically exported from code.google.com/p/anki
0 stars 0 forks source link

Win32 Syncing failed: TypeError: expected read buffer, bool found #14

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
After syncing my collection successfully with Linux 2.0.31 and latest Android 
(from Google Play) clients, my windows 2.0.31 installation seems to synchronize 
successfully, but then provides me with the following crash:

Syncing failed:
Traceback (most recent call last):
  File "C:\cygwin\home\dae\win\build\pyi.win32\anki\outPYZ1.pyz/aqt.sync", line 324, in run
  File "C:\cygwin\home\dae\win\build\pyi.win32\anki\outPYZ1.pyz/aqt.sync", line 387, in _sync
  File "C:\cygwin\home\dae\win\build\pyi.win32\anki\outPYZ1.pyz/aqt.sync", line 418, in _syncMedia
  File "C:\cygwin\home\dae\win\build\pyi.win32\anki\outPYZ1.pyz/anki.sync", line 785, in sync
  File "C:\cygwin\home\dae\win\build\pyi.win32\anki\outPYZ1.pyz/anki.sync", line 841, in _downloadFiles
  File "C:\cygwin\home\dae\win\build\pyi.win32\anki\outPYZ1.pyz/anki.media", line 498, in addFilesFromZip
TypeError: expected read buffer, bool found

Re-syncing a few more times seemed to resolve the error.

What steps will reproduce the problem?
1. Sync collection

Original issue reported on code.google.com by bait...@gmail.com on 2 Mar 2015 at 5:39