Kuingsmile / word-GPT-Plus

Word GPT Plus is a word add-in which integrates the chatGPT model into Microsoft Word. Both official and web api is supported.
MIT License
629 stars 97 forks source link

添加GPT Plus成功后,不能在Word里正常显示界面 #3

Closed LangfordHsu closed 1 year ago

LangfordHsu commented 1 year ago

无论是release里的manifest.xml,还是md里的 release/other/manifest.xml,共享添加GPT Plus成功后,并不能在Word里正常显示界面,怎么回事呢?是哪里填写token呢?

image

并且打开非空文档时,按钮显示为灰色,无法点击;仅当为空文档时,才为绿色可点击按钮。以上经过测试 image

Kuingsmile commented 1 year ago

第一个,试下直接访问https://word.msq.pub看能访问通么,release/other/manifest.xml加载的是这个网址,或者直接ping一下 这个网址是我用cloudflare pages搭的,国内可能会有访问问题,可以用自己本地服务的方式

第二个,office add-in不兼容doc格式的文档,需要转为docx使用

Kuingsmile commented 1 year ago

如果是ping word.msq.pub有丢包的话,也可以把msq.pub这个域名加到梯子的需要代理的列表里,我现在自己也是这么用的

国内没找到好用的静态托管,所以木有搭服务

LangfordHsu commented 1 year ago

你好,在浏览器里是可以正常访问https://word.msq.pub的 image 但是仍然无法在Word里正常显示GPT Plus image

确实是doc文档,docx没有问题

LangfordHsu commented 1 year ago

点击附加调试器,弹出网页错误对话框:

错误: Office.js has not fully loaded. Your app must call "Office.onReady()" as part of it's loading sequence (or set the "Office.initialize" function). If your app has this functionality, try reloading this page.

image

Kuingsmile commented 1 year ago

点击附加调试器,弹出网页错误对话框:

错误: Office.js has not fully loaded. Your app must call "Office.onReady()" as part of it's loading sequence (or set the "Office.initialize" function). If your app has this functionality, try reloading this page.

image

这个报错我去看下什么情况 另外,office版本多少?还是office 365呀

LangfordHsu commented 1 year ago

Microsoft Office专业增强版2019 image

Kuingsmile commented 1 year ago

点击附加调试器,弹出网页错误对话框:

错误: Office.js has not fully loaded. Your app must call "Office.onReady()" as part of it's loading sequence (or set the "Office.initialize" function). If your app has this functionality, try reloading this page.

image

https://github.com/OfficeDev/office-js-docs-pr/issues/2751 https://github.com/OfficeDev/office-js/issues/246 https://learn.microsoft.com/en-us/office/dev/add-ins/concepts/browsers-used-by-office-web-add-ins

根据查阅的以上issue和您的这张截图,加上使用的是office2019,初步判断问题来自于word加载插件时使用的是ie11浏览器内核,内核和vue3产生了兼容性问题,如下所示 Screenshot_2023_0429_225345.png

请使用office 2021版本,或者Microsoft 365版本

FXorange-CPU commented 1 year ago

我今天尝试了,也是不能加载成功,显示网络问题

FXorange-CPU commented 1 year ago

image

Kuingsmile commented 1 year ago

image

word gpt plus是本地服务的标题,需要自己clone后运行服务

直接用的话需要用

https://github.com/Kuingsmile/word-GPT-Plus/blob/master/release/other/manifest.xml

这个文件,运行后的标题是gpt plus

bq4157 commented 1 year ago

怎么会出现报错:TimeoutError: ChatGPT timed out waiting for response

HB833 commented 11 months ago

我同样也是不能连接网络,在clash中规则添加了msq.pub,也还是不行,请教哪里出了问题啊!!! image

Kuingsmile commented 11 months ago

同上面的回复 word gpt plus是本地服务的标题,需要自己clone后运行服务

直接用的话需要用

https://github.com/Kuingsmile/word-GPT-Plus/blob/master/release/other/manifest.xml

这个文件,运行后的标题是gpt plus

1179738126 commented 10 months ago

直接用的manifest了标题已变成gptplus了,而且访问word.msq.pub网页也没问题,office版本是2021专业增强版,还是出现上面的加载项问题

Bwliu2022 commented 10 months ago

点击附加调试器,弹出网页错误对话框:

错误: Office.js has not fully loaded. Your app must call "Office.onReady()" as part of it's loading sequence (or set the "Office.initialize" function). If your app has this functionality, try reloading this page.

image

您好,我遇到了和这位一样的问题,安装好后,在word里面打开是一片空白,附加调试也是一样的报错,请问如何解决呢

Kuingsmile commented 10 months ago

点击附加调试器,弹出网页错误对话框: 错误: Office.js has not fully loaded. Your app must call "Office.onReady()" as part of it's loading sequence (or set the "Office.initialize" function). If your app has this functionality, try reloading this page. image

您好,我遇到了和这位一样的问题,安装好后,在word里面打开是一片空白,附加调试也是一样的报错,请问如何解决呢

你用的office版本是什么?参考上面的回复,对office版本有要求的哈 https://learn.microsoft.com/en-us/office/dev/add-ins/concepts/browsers-used-by-office-web-add-ins

Bwliu2022 commented 10 months ago

您好, 我用的是Microsoft Office专业增强版2019,我有看到回复中提到可能是版本的问题,那改装为2021版本可以解决吗?我在下面的评论区有看到说word2021版本好像也不行

发件人: Kuingsmile @.> 发送时间: 2023年9月1日 19:00 收件人: Kuingsmile/word-GPT-Plus @.> 抄送: Bwliu2022 @.>; Comment @.> 主题: Re: [Kuingsmile/word-GPT-Plus] 添加GPT Plus成功后,不能在Word里正常显示界面 (Issue #3)

点击附加调试器,弹出网页错误对话框: 错误: Office.js has not fully loaded. Your app must call "Office.onReady()" as part of it's loading sequence (or set the "Office.initialize" function). If your app has this functionality, try reloading this page. [image]https://user-images.githubusercontent.com/33155648/235308409-bf9e527d-4881-4d32-9069-30d178d9d0ad.png

您好,我遇到了和这位一样的问题,安装好后,在word里面打开是一片空白,附加调试也是一样的报错,请问如何解决呢

你用的office版本是什么?参考上面的回复,对office版本有要求的哈 https://learn.microsoft.com/en-us/office/dev/add-ins/concepts/browsers-used-by-office-web-add-ins

— Reply to this email directly, view it on GitHubhttps://github.com/Kuingsmile/word-GPT-Plus/issues/3#issuecomment-1702567479, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AZ3223GRY6LD67OMNSCYKU3XYG5Z5ANCNFSM6AAAAAAXQHHSJI. You are receiving this because you commented.Message ID: @.**@.>>

Kuingsmile commented 10 months ago

您好, 我用的是Microsoft Office专业增强版2019,我有看到回复中提到可能是版本的问题,那改装为2021版本可以解决吗?我在下面的评论区有看到说word2021版本好像也不行 发件人: Kuingsmile @.> 发送时间: 2023年9月1日 19:00 收件人: Kuingsmile/word-GPT-Plus @.> 抄送: Bwliu2022 @.>; Comment @.> 主题: Re: [Kuingsmile/word-GPT-Plus] 添加GPT Plus成功后,不能在Word里正常显示界面 (Issue #3) 点击附加调试器,弹出网页错误对话框: 错误: Office.js has not fully loaded. Your app must call "Office.onReady()" as part of it's loading sequence (or set the "Office.initialize" function). If your app has this functionality, try reloading this page. [image]https://user-images.githubusercontent.com/33155648/235308409-bf9e527d-4881-4d32-9069-30d178d9d0ad.png 您好,我遇到了和这位一样的问题,安装好后,在word里面打开是一片空白,附加调试也是一样的报错,请问如何解决呢 你用的office版本是什么?参考上面的回复,对office版本有要求的哈 https://learn.microsoft.com/en-us/office/dev/add-ins/concepts/browsers-used-by-office-web-add-ins — Reply to this email directly, view it on GitHub<#3 (comment)>, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AZ3223GRY6LD67OMNSCYKU3XYG5Z5ANCNFSM6AAAAAAXQHHSJI. You are receiving this because you commented.Message ID: @.**@.>>

可以试下换下版本,然后检查下是否安装了webview2

Bwliu2022 commented 8 months ago

您好, 我刚换了office2021,确实可以用了。用一个问题想问一下,关于open ai key,我使用的是我自己的open ai账号生成的key,我的账户是免费的chatgpt-3.5版本的,是否意味着我在word-gpt-plus里面用的也是chatgpt-3.5的内核,那请问如果我将账户升级为4.0然后生成ai key,这样的话在word-gpt-plus里面是否也可以升级为4.0的内核呢?那如果我直接用别人的4.0的账户生成的open ai key,是否也行呢? 望解答。 祝身体健康,工作顺利! 从 Windows 版邮件https://go.microsoft.com/fwlink/?LinkId=550986发送

发件人: @.> 发送时间: 2023年9月1日 22:37 收件人: @.> 抄送: @.>; @.> 主题: Re: [Kuingsmile/word-GPT-Plus] 添加GPT Plus成功后,不能在Word里正常显示界面 (Issue #3)

您好, 我用的是Microsoft Office专业增强版2019,我有看到回复中提到可能是版本的问题,那改装为2021版本可以解决吗?我在下面的评论区有看到说word2021版本好像也不行 发件人: Kuingsmile @.> 发送时间: 2023年9月1日 19:00 收件人: Kuingsmile/word-GPT-Plus @.> 抄送: Bwliu2022 @.>; Comment @.> 主题: Re: [Kuingsmile/word-GPT-Plus] 添加GPT Plus成功后,不能在Word里正常显示界面 (Issue #3https://github.com/Kuingsmile/word-GPT-Plus/issues/3) 点击附加调试器,弹出网页错误对话框: 错误: Office.js has not fully loaded. Your app must call "Office.onReady()" as part of it's loading sequence (or set the "Office.initialize" function). If your app has this functionality, try reloading this page. [image]https://user-images.githubusercontent.com/33155648/235308409-bf9e527d-4881-4d32-9069-30d178d9d0ad.png 您好,我遇到了和这位一样的问题,安装好后,在word里面打开是一片空白,附加调试也是一样的报错,请问如何解决呢 你用的office版本是什么?参考上面的回复,对office版本有要求的哈 https://learn.microsoft.com/en-us/office/dev/add-ins/concepts/browsers-used-by-office-web-add-ins ― Reply to this email directly, view it on GitHub<#3 (comment)https://github.com/Kuingsmile/word-GPT-Plus/issues/3#issuecomment-1702567479>, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AZ3223GRY6LD67OMNSCYKU3XYG5Z5ANCNFSM6AAAAAAXQHHSJI. You are receiving this because you commented.Message ID: @.@.>>

可以试下换下版本,然后检查下是否安装了webview2

― Reply to this email directly, view it on GitHubhttps://github.com/Kuingsmile/word-GPT-Plus/issues/3#issuecomment-1702763914, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AZ3223ENFQHGZFCQ3FPP6ULXYHQKVANCNFSM6AAAAAAXQHHSJI. You are receiving this because you commented.Message ID: @.***>

Kuingsmile commented 8 months ago

您好, 我刚换了office2021,确实可以用了。用一个问题想问一下,关于open ai key,我使用的是我自己的open ai账号生成的key,我的账户是免费的chatgpt-3.5版本的,是否意味着我在word-gpt-plus里面用的也是chatgpt-3.5的内核,那请问如果我将账户升级为4.0然后生成ai key,这样的话在word-gpt-plus里面是否也可以升级为4.0的内核呢?那如果我直接用别人的4.0的账户生成的open ai key,是否也行呢? 望解答。 祝身体健康,工作顺利! 从 Windows 版邮件<https://go.microsoft.com/fwlink/?LinkId=550986>发送 发件人: @.> 发送时间: 2023年9月1日 22:37 收件人: @.> 抄送: @.>; @.> 主题: Re: [Kuingsmile/word-GPT-Plus] 添加GPT Plus成功后,不能在Word里正常显示界面 (Issue #3) 您好, 我用的是Microsoft Office专业增强版2019,我有看到回复中提到可能是版本的问题,那改装为2021版本可以解决吗?我在下面的评论区有看到说word2021版本好像也不行 发件人: Kuingsmile @.> 发送时间: 2023年9月1日 19:00 收件人: Kuingsmile/word-GPT-Plus @.> 抄送: Bwliu2022 @.>; Comment @.> 主题: Re: [Kuingsmile/word-GPT-Plus] 添加GPT Plus成功后,不能在Word里正常显示界面 (Issue #3<#3>) 点击附加调试器,弹出网页错误对话框: 错误: Office.js has not fully loaded. Your app must call "Office.onReady()" as part of it's loading sequence (or set the "Office.initialize" function). If your app has this functionality, try reloading this page. [image]https://user-images.githubusercontent.com/33155648/235308409-bf9e527d-4881-4d32-9069-30d178d9d0ad.png 您好,我遇到了和这位一样的问题,安装好后,在word里面打开是一片空白,附加调试也是一样的报错,请问如何解决呢 你用的office版本是什么?参考上面的回复,对office版本有要求的哈 https://learn.microsoft.com/en-us/office/dev/add-ins/concepts/browsers-used-by-office-web-add-ins ― Reply to this email directly, view it on GitHub<#3 (comment)<#3 (comment)>>, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AZ3223GRY6LD67OMNSCYKU3XYG5Z5ANCNFSM6AAAAAAXQHHSJI. You are receiving this because you commented.Message ID: @.@.>> 可以试下换下版本,然后检查下是否安装了webview2 ― Reply to this email directly, view it on GitHub<#3 (comment)>, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AZ3223ENFQHGZFCQ3FPP6ULXYHQKVANCNFSM6AAAAAAXQHHSJI. You are receiving this because you commented.Message ID: @.***>

换api key就可以激活对应模型的使用权限

Bwliu2022 commented 8 months ago

好的,谢谢

发自我的 iPhone

在 2023年11月6日,16:24,Kuingsmile @.***> 写道:



您好, 我刚换了office2021,确实可以用了。用一个问题想问一下,关于open ai key,我使用的是我自己的open ai账号生成的key,我的账户是免费的chatgpt-3.5版本的,是否意味着我在word-gpt-plus里面用的也是chatgpt-3.5的内核,那请问如果我将账户升级为4.0然后生成ai key,这样的话在word-gpt-plus里面是否也可以升级为4.0的内核呢?那如果我直接用别人的4.0的账户生成的open ai key,是否也行呢? 望解答。 祝身体健康,工作顺利! 从 Windows 版邮件https://go.microsoft.com/fwlink/?LinkId=550986发送https://go.microsoft.com/fwlink/?LinkId=550986%3E%E5%8F%91%E9%80%81 发件人: @.> 发送时间: 2023年9月1日 22:37 收件人: @.> 抄送: @.>; @.> 主题: Re: [Kuingsmile/word-GPT-Plus] 添加GPT Plus成功后,不能在Word里正常显示界面 (Issue #3https://github.com/Kuingsmile/word-GPT-Plus/issues/3) 您好, 我用的是Microsoft Office专业增强版2019,我有看到回复中提到可能是版本的问题,那改装为2021版本可以解决吗?我在下面的评论区有看到说word2021版本好像也不行 发件人: Kuingsmile @.> 发送时间: 2023年9月1日 19:00 收件人: Kuingsmile/word-GPT-Plus @.> 抄送: Bwliu2022 @.>; Comment @.> 主题: Re: [Kuingsmile/word-GPT-Plus] 添加GPT Plus成功后,不能在Word里正常显示界面 (Issue #3https://github.com/Kuingsmile/word-GPT-Plus/issues/3<#3https://github.com/Kuingsmile/word-GPT-Plus/issues/3>) 点击附加调试器,弹出网页错误对话框: 错误: Office.js has not fully loaded. Your app must call "Office.onReady()" as part of it's loading sequence (or set the "Office.initialize" function). If your app has this functionality, try reloading this page. [image]https://user-images.githubusercontent.com/33155648/235308409-bf9e527d-4881-4d32-9069-30d178d9d0ad.png 您好,我遇到了和这位一样的问题,安装好后,在word里面打开是一片空白,附加调试也是一样的报错,请问如何解决呢 你用的office版本是什么?参考上面的回复,对office版本有要求的哈 https://learn.microsoft.com/en-us/office/dev/add-ins/concepts/browsers-used-by-office-web-add-ins ― Reply to this email directly, view it on GitHub<#3https://github.com/Kuingsmile/word-GPT-Plus/issues/3 (comment)<#3 (comment)https://github.com/Kuingsmile/word-GPT-Plus/issues/3#issuecomment-1702567479>>, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AZ3223GRY6LD67OMNSCYKU3XYG5Z5ANCNFSM6AAAAAAXQHHSJI. You are receiving this because you commented.Message ID: @.@.>> 可以试下换下版本,然后检查下是否安装了webview2 ― Reply to this email directly, view it on GitHub<#3 (comment)https://github.com/Kuingsmile/word-GPT-Plus/issues/3#issuecomment-1702763914>, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AZ3223ENFQHGZFCQ3FPP6ULXYHQKVANCNFSM6AAAAAAXQHHSJI. You are receiving this because you commented.Message ID: @.***>

换api key就可以激活对应模型的使用权限

— Reply to this email directly, view it on GitHubhttps://github.com/Kuingsmile/word-GPT-Plus/issues/3#issuecomment-1794217276, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AZ3223CB2HT3JQYMUDGHEYDYDB67ZAVCNFSM6AAAAAAXQHHSJKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTOOJUGIYTOMRXGY. You are receiving this because you commented.Message ID: @.***>