dvanoni / notero

A Zotero plugin for syncing items and notes into Notion
MIT License
2.13k stars 94 forks source link

TypeError: this.itemProgress.setlcon is not a function #500

Closed Panda-Kill closed 2 months ago

Panda-Kill commented 2 months ago

Describe the issue When I click "Sync to Notion", here will pop up a notice saying "Syncing items to Notion... TypeError: this.itemProgress.setlcon is not a function. However, it actually sync to Notion successfully, so I am not sure what this notice impacts indeed.

To Reproduce Steps to reproduce the behavior:

  1. Right click an item
  2. Click on 'Sync to Notion'
  3. See error

Expected behavior Since it says Error, I assume it shouldn't pop up normally.

Screenshots image

WrongBobby commented 2 months ago

This is just to confirm that the same error occurs for me.

Panda-Kill commented 2 months ago

Not sure if it may be related to any other plugins I am using. Just in case, I am using Green Frog, Zotero One and Translate for Zotero.

dvanoni commented 2 months ago

Thanks for reporting this! What version of Zotero are you on?

dvanoni commented 2 months ago

I was able to reproduce the error in Zotero 7.0.0-beta.77. It looks like the Zotero team introduced some breaking changes to the progress window last week in https://github.com/zotero/zotero/pull/4047. I'll work on a fix for this.

dvanoni commented 2 months ago

Should be fixed in Notero v0.5.16!

Panda-Kill commented 2 months ago

Should be fixed in Notero v0.5.16!

Thank you very much! 😊