jbaiter / zotero-cli

Command-line interface for Zotero
MIT License
274 stars 41 forks source link

Getting the following error, any ideas? #40

Open Degiorgio opened 6 years ago

Degiorgio commented 6 years ago

Doing: zotcli add-note "bla bla"

Getting the following error, any ideas?

pyzotero.zotero_errors.HTTPError: Code: 500 URL: https://api.zotero.org/users/4509759/items/H2ZC2NX6 Method: PATCH Response: An error occurred

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/home/k/anaconda3/bin/zotcli", line 11, in sys.exit(cli()) File "/home/k/anaconda3/lib/python3.6/site-packages/click/core.py", line 722, in call return self.main(args, kwargs) File "/home/k/anaconda3/lib/python3.6/site-packages/click/core.py", line 697, in main rv = self.invoke(ctx) File "/home/k/anaconda3/lib/python3.6/site-packages/click/core.py", line 1066, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) File "/home/k/anaconda3/lib/python3.6/site-packages/click/core.py", line 895, in invoke return ctx.invoke(self.callback, ctx.params) File "/home/k/anaconda3/lib/python3.6/site-packages/click/core.py", line 535, in invoke return callback(args, *kwargs) File "/home/k/anaconda3/lib/python3.6/site-packages/click/decorators.py", line 17, in new_func return f(get_current_context(), args, **kwargs) File "/home/k/anaconda3/lib/python3.6/site-packages/zotero_cli/cli.py", line 247, in add_note ctx.obj.create_note(item_id, note_body) File "/home/k/anaconda3/lib/python3.6/site-packages/zotero_cli/backend.py", line 321, in create_note fp.write(raw_data['text'].encode('utf-8')) NameError: name 'raw_data' is not defined

zhangbingxyx commented 4 years ago

Same ,did you solved this problem?