MuiseDestiny / zotero-gpt

GPT Meet Zotero.
GNU Affero General Public License v3.0
5.24k stars 215 forks source link

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

Open remixer-dec opened 1 month ago

remixer-dec commented 1 month ago

Has this issue been reported before?

Operating Environment

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 commented 1 week ago

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