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

Character encoding crash #9

Open
asyncro opened this issue Nov 30, 2018 · 1 comment
Open

Character encoding crash #9

asyncro opened this issue Nov 30, 2018 · 1 comment

Comments

@asyncro
Copy link

asyncro commented Nov 30, 2018

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

@faurehu
Copy link

faurehu commented Jan 31, 2019

I'm here too, have you figured this out?

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