Character encoding crash
asyncro opened this issue · 1 comments
This is the first time I've tried using this plugin, so maybe I have something configured wrong...
Anki 2.1.4 Python 3.6.1 Qt 5.9.2 PyQt 5.9
Platform: Mac 10.14.1
Flags: frz=True ao=True sv=1
Caught exception:
File "aqt/progress.py", line 67, in handler
File "aqt/main.py", line 120, in setupProfile
File "aqt/main.py", line 261, in loadProfile
File "anki/hooks.py", line 28, in runHook
File "/Users/ldelara/Library/Application Support/Anki2/addons21/1573217784/init.py", line 178, in hook
airtableImport(mw.col, table["anki_deck"], table["anki_model"], table["airtable_table"], table["airtable_view"], table["airtable_key"])
File "/Users/ldelara/Library/Application Support/Anki2/addons21/1573217784/init.py", line 167, in airtableImport
airtable.updateModel(model)
File "/Users/ldelara/Library/Application Support/Anki2/addons21/1573217784/init.py", line 39, in updateModel
for record in self.getRecords():
File "/Users/ldelara/Library/Application Support/Anki2/addons21/1573217784/init.py", line 92, in getRecords
self.records = self.getRecordsWithOffset(None)
File "/Users/ldelara/Library/Application Support/Anki2/addons21/1573217784/init.py", line 109, in getRecordsWithOffset
sys.stderr.write(raw_response)
File "aqt/errors.py", line 39, in write
<class 'TypeError'>: write() argument must be str, not bytes
I'm here too, have you figured this out?