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

Meet.Global.views.messages[0] is undefined #382

Open
1 task done
remixer-dec opened this issue Oct 17, 2024 · 1 comment
Open
1 task done

Meet.Global.views.messages[0] is undefined #382

remixer-dec opened this issue Oct 17, 2024 · 1 comment

Comments

@remixer-dec
Copy link

Has this issue been reported before?

  • I confirm that there is no existing issue, and I have read the FAQ

Operating Environment

  • OS: Mac OS 14.4
  • Zotero version: 7.0.7
  • Plugin version: 1.3.3

Current Configuration Information

No response

Issue Details

When I click on "Selection" tag while an item, a paper or just a text in a note is selected, the addon shows an alert window "Meet.Global.views.messages[0] is undefined", same window appears when I click other pre-defined buttons/tags.
After this error, the request going to the LLM has the code instead of actual selected text.

When you type / not fast enough, it opens a suggestion menu that prevents you from typing the command name, which not very good UX.

And I found a bug that when you use /clear command, the command itself and its response 'success' remain in the history, so that instead of an empty history the messages always start with:

    {
      "role": "user",
      "content": "clear"
    },
    {
      "role": "assistant",
      "content": "success"
    }

Additional Information

No response

@xiushen01
Copy link

我也遇到了,但是第二天就好了。不过第二天我修改标签后又出现了

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