dvanoni / notero

A Zotero plugin for syncing items and notes into Notion
https://download.notero.vanoni.dev
MIT License
2.41k stars 107 forks source link

Not sync zotero to notion #591

Closed Sherryan8 closed 1 month ago

Sherryan8 commented 1 month ago

Hello, I have Zotero, version => 7.0.7 (x64), os => macOS 15.0.1, extensions => Notero (0.5.17, extension), Ethereal Style (4.9.8, extension, disabled). I duplicated "Notero Basic" template and connected it with the "For Zotero" integration. For Notero add-on, the integration token is right and database is "Notero Basic" automatically.

To Reproduce Right click on a library or an article and choose "sync to Notion", nothing happens in the notion page with a pop-up of syncing items to Notion... image

image

image

I have tried to reinstall Zotero, to upgrade Notero to the lasted version, and to duplicate the "Notero Advanced" template. All didn't work.

YiFraternity commented 1 month ago

I had the same problem

dvanoni commented 1 month ago

Hi @Sherryan8, thanks for reporting. Would you mind updating Notero to the latest version (0.6.4) and let me know if that helps at all?

@YiFraternity, what version of Notero are you on?

If you update Notero and still see the issue, would you mind opening the Zotero error console and taking a screenshot of it when this happens? You can open the error console from the menu: Tools > Developer > Error Console

YiFraternity commented 1 month ago

Hi @Sherryan8, thanks for reporting. Would you mind updating Notero to the latest version (0.6.4) and let me know if that helps at all?

@YiFraternity, what version of Notero are you on?

If you update Notero and still see the issue, would you mind opening the Zotero error console and taking a screenshot of it when this happens? You can open the error console from the menu: Tools > Developer > Error Console

The version of Zotero is 7.0.7-beta.4+304e76685 (64-bit), and the version of Notero is 0.6.4.

And this is my error info. image

TypeError: console2[prop] is not a function notero.js:1426:27 get jar:file:///C:/Users/codel/AppData/Roaming/Zotero/Zotero/Profiles/wy26cq29.default/extensions/notero@vanoni.dev.xpi!/content/notero.js:1426 onCommand jar:file:///C:/Users/codel/AppData/Roaming/Zotero/Zotero/Profiles/wy26cq29.default/extensions/notero@vanoni.dev.xpi!/content/notero.js:3109

Sherryan8 commented 1 month ago

Hi @Sherryan8, thanks for reporting. Would you mind updating Notero to the latest version (0.6.4) and let me know if that helps at all?

@YiFraternity, what version of Notero are you on?

If you update Notero and still see the issue, would you mind opening the Zotero error console and taking a screenshot of it when this happens? You can open the error console from the menu: Tools > Developer > Error Console

I updated to Notero (0.6.4, extension), still not working.

dvanoni commented 1 month ago

@YiFraternity, thanks for sharing the logs! I can see you're encountering the same issue that was reported in #589.

It turns out that issue was caused by v2.0.10 of the Better Notes plugin, and they fixed it in v2.0.11. See https://github.com/windingwind/zotero-better-notes/issues/1152

Are you using Better Notes? If you update Better Notes to the latest version and then restart Zotero, does that fix the issue for you?

@Sherryan8, are you encountering the same issue?

Sherryan8 commented 1 month ago

,感谢您分享日志!我可以看到您遇到了与 #589 中报告的相同问题。

事实证明,该问题是由 Better Notes 插件的 v2.0.10 引起的,他们在 v2.0.11 中修复了它。参见 windingwind/zotero-better-notes#1152

您在使用 Better Notes 吗?如果您将 Better Notes 更新到最新版本,然后重新启动 Zotero,这是否能为您解决问题?

,您是否遇到了同样的问题?

I'm not using any other extensions. If I degrade to Zotero 6, Notero 0.5.17 works well. Something is wrong with the compatibility of Zotero 7 and Notero 0.6.4.

dvanoni commented 1 month ago

Thanks for the info, @Sherryan8. Can you attempt a sync in Zotero 7 and then send a screenshot of the error console? I'd like to see if there's issues we can spot there.

Sherryan8 commented 1 month ago

Thanks for the info, @Sherryan8. Can you attempt a sync in Zotero 7 and then send a screenshot of the error console? I'd like to see if there's issues we can spot there.

This is the screenshot. Thanks.

image
YiFraternity commented 1 month ago

,感谢您分享日志!我可以看到您遇到了与 #589 中报告的相同问题。 事实证明,该问题是由 Better Notes 插件的 v2.0.10 引起的,他们在 v2.0.11 中修复了它。参见 windingwind/zotero-better-notes#1152 您在使用 Better Notes 吗?如果您将 Better Notes 更新到最新版本,然后重新启动 Zotero,这是否能为您解决问题? ,您是否遇到了同样的问题?

I'm not using any other extensions. If I degrade to Zotero 6, Notero 0.5.17 works well. Something is wrong with the compatibility of Zotero 7 and Notero 0.6.4.

Thanks for your share.

dvanoni commented 1 month ago

Thanks for sharing that screenshot, @Sherryan8. I'm not sure exactly what the issue is, but based on the logs I have a hunch that it may be related to exporting citations.

What Item Format are you using for Quick Copy in the Export settings? (See screenshot.) If you try changing to a different format, does that help at all?

CleanShot 2024-10-05 at 22 45 17@2x

Sherryan8 commented 1 month ago

Thanks for sharing that screenshot, @Sherryan8. I'm not sure exactly what the issue is, but based on the logs I have a hunch that it may be related to exporting citations.

What Item Format are you using for Quick Copy in the Export settings? (See screenshot.) If you try changing to a different format, does that help at all?

CleanShot 2024-10-05 at 22 45 17@2x

You are right, the format Quick Copy does affect the syncing. The format I'm using is Better BibTex Citation Key Quick Copy. I tried changing to different formats. With some formats, still nothing happened after request of syncing. With some other formats, record was synced to notion with unreadable codes and blank contents.

dvanoni commented 1 month ago

Thanks for confirming, @Sherryan8.

If "Better BibTex" options are available for export formats, does that mean you also have the Better BibTeX plugin installed? If you don't have it installed, could you try installing the latest version of it to see if that helps with using those formats?

Sherryan8 commented 1 month ago

Thanks for confirming, @Sherryan8.

If "Better BibTex" options are available for export formats, does that mean you also have the Better BibTeX plugin installed? If you don't have it installed, could you try installing the latest version of it to see if that helps with using those formats?

I installed the lasted version of Better BibTex, it does work now! Thank you so much! I had blank contents in my previous try was because I changed the language of the notion template. Only English works.

dvanoni commented 1 month ago

Great! I'm glad it's working!

And yes, you're correct. The Notion property names only work in English right now, but I'm hoping to make that customizable soon.

Are you good with closing this issue?

Sherryan8 commented 1 month ago

Thank you. I will close the issue.