GithubHelp home page GithubHelp logo

Comments (4)

roldugin avatar roldugin commented on August 11, 2024

As a workaround, find the container name of your application and tail its logs:

$ docker ps

CONTAINER ID  IMAGE         COMMAND            CREATED         STATUS         PORTS    NAMES
17fb8659c46f  27f00e3db305  "./entrypoint.sh"  28 minutes ago  Up 28 minutes  80/tcp   mytest-app-66781d006ab5214eac0cfd37
...

$ docker logs -f mytest-app-66781d006ab5214eac0cfd37

...
openai.RateLimitError: Error code: 429 - {'error': {'message': 'You exceeded your current quota, please check your plan and billing details. For more information on this error, read the docs: https://platform.openai.com/docs/guides/error-codes/api-errors.', 'type': 'insufficient_quota', 'param': None, 'code': 'insufficient_quota'}}

@mmabrouk Is this the easiest way to see app's logs?

from agenta.

mmabrouk avatar mmabrouk commented on August 11, 2024

Hi @roldugin

Yes this workaround is the easiest way to see the app's logs / problems at the current point of time. However, the correct way is to forward the error message to the playground. This used to work in previous versions, however when introducing the new observability decorators, we seem to have broke this.

from agenta.

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.