josStorer / chatGPTBox

Integrating ChatGPT into your browser deeply, everything you need is here
MIT License
10k stars 750 forks source link

Update Appstore version 2.4 #512

Open blakjoe opened 1 year ago

blakjoe commented 1 year ago

Describe the bug 问题描述 Old version 2.3.6 in the App Store is broken. Could you kindly update to Appstore's most recent version 2.4?

To Reproduce 如何复现 Steps to reproduce the behavior:

  1. Go to 'Apptore'
  2. Click on Fission_Chatbox
  3. Go to Sari
  4. Extension does not work anymore

Expected behavior 期望行为 Loading nothing when using 2.3.5 version. Tried .dmg file on Github, it not install Safari extension.

Please complete the following information): 请补全以下内容

Erik262 commented 1 year ago

I have encountered an issue where the Appstore version of the application is working fine. However, the version downloaded from the website (2.4.2) doesn't display any error messages but gets stuck with the message "Waiting for Response" for a long time. On the other hand, the Appstore version prompts me to log in to OpenAI, and once I do that, it starts working without any issues.

josStorer commented 1 year ago

https://github.com/josStorer/chatGPTBox/wiki/Install#app-store

Since v2.3.6, Apple App Store has consistently rejected new versions of this extension for the reason "4.3.0 Design: Spam" and has not provided any substantial explanation for the problem. Despite I've do some efforts, I still failed to overcome this issue. I no longer plan to continue updating this extension for Safari. Please use some other browsers or manually install the extension for Safari.

Erik262 commented 1 year ago

@josStorer This is how I installed the latest version. However, I am not receiving any error messages that would require me to log in to get it up and running. Still only the AppStore version is working with some bugs and crashing. Are you referring to stopping only for the AppStore version or for all versions in general? Let me know if you need further clarification.

josStorer commented 1 year ago

@Erik262

The previous reply is regarding this issue.

I will check later on the problem you encountered on the latest version for Safari.

josStorer commented 1 year ago

@Erik262 Fixed, the previous issue was due to Safari's inconsistent support for certain APIs compared to Firefox and Chromium, which caused background.js to not initialize correctly. However, please note that due to the recent addition of the "arkose_token" requirement in chatgpt web mode, Safari is currently unable to obtain the arkose token due to permission problems. Therefore, in Safari, you can only use other modes, such as API mode.

Erik262 commented 1 year ago

@josStorer I tried the latest version, but it doesn't work. I uninstalled and reinstalled, including restarting my Mac and Safari. However, I'm still encountering issues: 30-10-2023 at20-09-05@2x

josStorer commented 1 year ago

try 2.4.4 https://github.com/josStorer/chatGPTBox/releases/download/v2.4.4/safari.dmg

Erik262 commented 1 year ago

@josStorer It works! As you said, "due to Safari's inconsistent support for certain APIs, it may not work". This is the case, but why does the App Store version work? 🧐

josStorer commented 1 year ago

@Erik262 because that inconsistent API was added in the last few months for Bing support, the version in app store has not yet included that API