Giter Site home page Giter Site logo

Random chrashes about chatgpt-shell-cli HOT 2 CLOSED

0xacx avatar 0xacx commented on May 26, 2024
Random chrashes

from chatgpt-shell-cli.

Comments (2)

0xacx avatar 0xacx commented on May 26, 2024

I noticed several server errors yesterday as well. I assume they are from OpenAI's servers working at capacity and failing to complete all the requests, because at the same time I couldn't log in to the ChatGPT site. Sadly, as long as the requests the script sends are properly formatted, with correct headers etc, which they are, there is nothing we can do about OpenAI's servers.

About the image generation, the command open works in MacOS by opening the image in your default browser. I am guessing it's not working properly in Linux. In that case you can use xdg-open as you can see @sourav-majumdar-math did here. You can also open the image with an image viewer, or a specific browser but whatever you choose it has to be included in your $PATH. Others have used different packages/solutions to show images in their terminal:
@sourav-majumdar-math used tiv code
@pfr-dev used Kitty terminal

   if [[ "$TERM" == "xterm-kitty" ]]; then
     curl -sS $image_url -o temp_image.png
       kitty +kitten icat temp_image.png 

Let me know if that helps!

from chatgpt-shell-cli.

se7en-x230 avatar se7en-x230 commented on May 26, 2024

Excellent.
Thanks for the fast reply.
Yes I thought it might be an overload server. Last night I did use script for an hour and experienced no crashes

Browse is working and image in terminal also

Thanks

from chatgpt-shell-cli.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.