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

Update Appstore version 2.4 #512

Open
blakjoe opened this issue Sep 21, 2023 · 9 comments
Open

Update Appstore version 2.4 #512

blakjoe opened this issue Sep 21, 2023 · 9 comments

Comments

@blakjoe
Copy link

blakjoe commented Sep 21, 2023

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):
请补全以下内容

  • OS: Sonoma MacOS
  • Browser: Safari
  • Extension Version: 2.3.6
@Erik262
Copy link

Erik262 commented Oct 23, 2023

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
Copy link
Owner

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
Copy link

Erik262 commented Oct 23, 2023

@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
Copy link
Owner

josStorer commented Oct 23, 2023

@Erik262

The previous reply is regarding this issue.

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

@josStorer
Copy link
Owner

@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
Copy link

Erik262 commented Oct 30, 2023

@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
Copy link
Owner

@Erik262
Copy link

Erik262 commented Oct 31, 2023

@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
Copy link
Owner

@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

mrichtarsky added a commit to mrichtarsky/chatGPTBox that referenced this issue Feb 13, 2024
* origin/master:
  Update OpenAI ChatGPT Turbo models (API) (josStorer#620)
  release v2.4.9
  when opening IndependentPanel, if the latest session has been used, automatically create a new session (josStorer#601)
  presearch support (josStorer#592)
  formattedError (josStorer#572)
  safe markdown renderer (josStorer#609, josStorer#403)
  improve the stability of response language (josStorer#611)
  improve bilibili summary
  fix mounting failure caused by DuckDuckGo's initial rendering delay. josStorer#610
  gpt-4 web DALL·E support
  chore
  improve josStorer#603
  improve markdown styles (josStorer#585)
  fix gpt-4 web unusual activity (josStorer#615)
  fix: bilibili reload (josStorer#603)
  refactor(selection-tools): remove redundant `getPreferredLanguage` calls (josStorer#593)
  Fix GPT-4 model name and confusion in names (josStorer#584)
  chore(deps): bump actions/upload-artifact from 3 to 4 (josStorer#594)
  chore(deps): bump actions/setup-python from 4 to 5 (josStorer#586)
  update readme news
  release v2.4.8
  update core content adapters
  fix eventsource meta (josStorer#579, josStorer#567)
  josStorer#573's patch
  release v2.4.7
  fix josStorer#569 and reduce menu items
  add gpt-3.5-turbo-instruct
  fix global side_panel
  patch to josStorer#564
  Update Claude.ai web to Claude v2.1, fix josStorer#570 (josStorer#573)
  Add ChatGLM API (josStorer#567)
  Optimize Logic in `selection-tools` Module (josStorer#564)
  release v2.4.6
  support for chromium side panel (josStorer#111)
  allow filling in the API Key of CustomModel mode (josStorer#561, previously designed for local offline model or custom server, now you can also use it for regular openai API calls and freely fill in the model name(josStorer#563))
  update for chatgpt3.5 web (josStorer#562, josStorer#551#issuecomment-1803668105, josStorer#543#issuecomment-1803666487)
  Added box for gh pr's and issues (josStorer#558)
  Replace legacy gpt-3.5-turbo-0613 with the latest gpt-3.5-turbo-1106
  Add OpenAI API GPT-4 Turbo Preview
  Turkish readme Translation (josStorer#553)
  chore
  firefox patch
  release v2.4.5
  update build scripts
  force scroll to bottom after submission
  docs: phrase translation according language README_IN
  improve render performance (josStorer#265)
  docs: add Japanese README
  Create .gitattributes
  improve chatgpt web user guide
  release v2.4.4
  improve chatgpt web mode compatibility
  improve chatgpt web user guide
  Add site adapters for Golem, EETimes
  release v2.4.3
  fix safari background (josStorer#512 (comment))
  improve fetchSSE (josStorer#532)
  re-order parse process
  fix: parse sse
  Make summarization work for text/plain content
  chore(deps-dev): bump @babel/traverse from 7.21.4 to 7.23.2
  fix josStorer#539 bing web
  blob file read for gitlab (josStorer#544)
  fix chatgpt web mode arkose_token (josStorer#469, josStorer#543, josStorer#545)
  remove BingImageCreator
  disable poe temporarily
  upgrade caniuse-lite
  remove commands permission
stacksculptor added a commit to stacksculptor/ChatGPTBox that referenced this issue May 22, 2024
runningdev9999 added a commit to runningdev9999/chatGPTBox that referenced this issue Feb 6, 2025
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

3 participants