https://ploomber.io/ logo
Join Slack
Powered by
# ask-anything
  • b

    bambang eko

    01/06/2025, 3:57 PM
    hy mate,how long to get this process to be done, i'm upgrading my account but so long
    i
    t
    • 3
    • 3
  • e

    Emil Jivishov

    01/12/2025, 10:34 PM
    Hi. Is there a way to get ns.ploomberapp.io type namespace addresses for the custom domain? My domain service accepts only ns1, ns2, etc type namespaces to point the domain name to the hosting.
    e
    i
    • 3
    • 7
  • j

    Jared Thompson

    01/14/2025, 6:47 PM
    Hello, basic question, I was going through the examples (while using jupyterlab), and the first one worked, but did not contain the plot output - is there a trick to getting output retained? For example, from here: https://engine.ploomber.io/en/latest/user-guide/running.html I created a notebook called
    basic.ipynb
    with this in it:
    Copy code
    import altair as alt
    import pandas as pd
    
    source = pd.DataFrame({
        'a': ['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I'],
        'b': [28, 55, 43, 91, 81, 53, 19, 87, 52]
    })
    
    alt.Chart(source).mark_bar().encode(
        x='a',
        y='b'
    )
    then I:
    Copy code
    from ploomber_engine import execute_notebook
    nb = execute_notebook('basic.ipynb', output_path='basic_candy.ipynb')
    When I opened up
    basic_candy.ipynb
    I could see the the cell was executed but it was empty. When I run this manually it works fine, but I run through ploomber it has this issue. Is there something else that has to be done to get it to show rich output?
    e
    • 2
    • 3
  • p

    Piotr Kalinowski

    01/17/2025, 11:46 AM
    Hello! I have troubles deploying Chainlit application. The deployment of the app was working fine a few weeks ago, now the same app has status "Webservice pending" during deployment for a few hours, then it stops... There are no application logs. My friend also tried with Chainlit app and has the same issue. Screen below:
    i
    • 2
    • 4
  • r

    Rashid Javed

    01/17/2025, 1:43 PM
    Sorry, if it is a stupid question but i am new here. Yesterday i deployed my first streamlit app to ploomber community cloud (it was deployed with a zip file, no github integration). After testing the app in few different devices, i find some bugs and want to fix these. My question is how to do this. Is there a way to edit the deployed .py files on ploomber community cloud ?
    g
    • 2
    • 2
  • t

    Terence Ateya

    01/28/2025, 2:33 PM
    Hello! I have trouble my apps on ploomber. The deployment was working before and suddenly stops with error message: Forbidden - An unexpected error occurred. Please contact support: contact@ploomber.io (Request ID: r-1ea1c8cf).
    i
    • 2
    • 5
  • t

    Terence Ateya

    01/28/2025, 3:04 PM
    Hello! My docker build keeps failing due to insufficient memory. I have bumped memory to 8CPU and 16RAM, yet the error persists. Any workaround please?
    e
    • 2
    • 4
  • t

    Terence Ateya

    01/28/2025, 4:12 PM
    Hello! Memory issues. I have added the recommend (https://docs.cloud.ploomber.io/en/latest/faq/faq.html#installing-pytorch): RUN pip install torch==2.1.1 torchvision==0.16.1 --index-url https://download.pytorch.org/whl/cpu in my dockerfile yet the memory issue persist. I am using panel framework. I removed my dockerfile and let ploomber build its own image yet the build keeps failing. Please any suggestions? FYI: I building and llm rag system
    g
    • 2
    • 9
  • s

    siddharth chaturvedi

    02/06/2025, 6:33 PM
    I am trying to connect to postgres database from my notebook. I am passing the connection string and I have port forwarded to the correct port. It used to work for me but now I am getting this new error message.
    e
    • 2
    • 1
  • s

    siddharth chaturvedi

    02/06/2025, 6:33 PM
    can someone help here, please
  • e

    Elham Pilegar

    02/07/2025, 4:14 PM
    Hello everyone! I’m relatively new to Shiny and trying to deploy my R Shiny application on Ploomber. However, the deployment fails, and I get the following error in the logs:
    Error: package or namespace load failed for 'sf' in dyn.load(file, DLLpath = DLLpath, ...): unable to load shared object '/usr/local/lib/R/site-library/units/libs/units.so'
    I tried adding the following to `install.R`:
    install.packages("sf", type = "source", dependencies = TRUE, configure.args = "--with-proj-lib=/usr/local/lib/")
    But I still can’t deploy the app. Could anyone guide me on how to resolve this issue? Thanks in advance!
    g
    e
    • 3
    • 30
  • m

    Manuel Lopes

    02/08/2025, 9:46 AM
    I am trying to create an app using streamlit. It works fine in streamlit community. When it is creating it stops and I only get the status message "docker-failed-ins" and I cannot read the rest or find the log. Question. where to find the log? what can be the problem?
    e
    g
    • 3
    • 10
  • r

    Rolf Freimann

    02/10/2025, 6:51 PM
    Hello, I provided two streamlit apps and I am satisfied how fast and reliably they have been deployed. I intend to grant access to my apps to my customers. They are very concerned about the security of their entries. In the 'Privacy policy' I cannot find any information about whether Ploomber reads incoming or outgoing data traffic. Are there any publicly available statements by Ploomber concerning this topic ?
    e
    • 2
    • 1
  • r

    Ryan Smith

    02/11/2025, 2:00 PM
    Hi guys, I have an issue with my project i tried to set the custom domain but it errored and now I can't redeploy or do anything with it?
    g
    • 2
    • 30
  • s

    sagar mandal

    02/12/2025, 7:43 PM
    Hey Team, Trying to deploy my Flask application. But the logs refresh while Webservice is Pending - 2025-02-12T194001.501000+00:00 - [2025-02-12 194001 +0000] [1] [INFO] Starting gunicorn 23.0.0 2025-02-12T194001.503000+00:00 - [2025-02-12 194001 +0000] [1] [INFO] Listening at: http://0.0.0.0:80 (1) 2025-02-12T194001.503000+00:00 - [2025-02-12 194001 +0000] [1] [INFO] Using worker: sync 2025-02-12T194001.511000+00:00 - [2025-02-12 194001 +0000] [7] [INFO] Booting worker with pid: 7 What could be the problem here?
    e
    g
    • 3
    • 17
  • m

    Michael Magan

    02/17/2025, 10:30 AM
    I am using JupySQL in Jupyter Labs and it is displaying the following message: Tip: You may define configurations in /Users/michael/orahub/ohi-jupyter-lab/pyproject.toml or /Users/michael/.jupysql/config. Please review our configuration guideline. Did not find user configurations in /Users/michael/orahub/ohi-jupyter-lab/pyproject.toml. How do I suppress this message? I don't think I need any specific user configuration. The link provided is not particularly helpful.
    i
    • 2
    • 2
  • e

    Emil Jivishov

    02/18/2025, 4:32 AM
    Hi. I have an app at medaid.ploomber.io and it has a subdomain app.medaid.az. I need to provide an IP address of the app which will be whitelisted on my db server. When I check the A records via the whatsmydns.me I get 3 different IP addresses. Which one shall I use in my case?
    e
    • 2
    • 3
  • s

    SDOCA

    02/18/2025, 12:19 PM
    Hi, I am a subscribed user for Ploomber. Do you have a example script to automatically deploy the ploomber app? I am doing so because I need to update my app 4 times per day, so every 6 hour I need to re-deploy my app.
    e
    • 2
    • 2
  • k

    Kobe Sauwens

    02/20/2025, 4:48 PM
    When deploying my app it gets stuck at the stage "Webservice pending" , why could this be? Have been waiting for hours but that does not help :)
  • k

    Kobe Sauwens

    02/20/2025, 5:12 PM
    Managed to fix it myself by deleting the app instead of redeploying
    e
    • 2
    • 1
  • r

    Rolf Freimann

    03/16/2025, 9:43 AM
    Hello, I face the same problem. Today I deleted my streamlit app and then deployed it again from scratch. Unfortunately it gets stuck at the stage "Webservice pending". Job id is 57e08d82. (Itried it twice and got stuck each time).
    y
    • 2
    • 2
  • p

    Przemyslaw Leszczynski

    03/20/2025, 3:26 PM
    Hello. Im face some problem. I tried to deploy one web app using free of charge option. Unfortunately I uploded wrong file so I deleted app and tried to create a new one
  • p

    Przemyslaw Leszczynski

    03/20/2025, 3:27 PM
    But this time system informed me that deploying an app will cost my x$/day. Is is some way to continue with a trial free of charge account to test your solution?
    b
    • 2
    • 5
  • e

    Emil Jivishov

    03/21/2025, 3:47 AM
    Hi. In past hour I deleted and redeployed an app several times and each time it was either stuck on "webservice pending" or "docker image build completed". I have one latter situation for more than 15 mins stuck. Job id 48f56ee7. Please help.
    e
    • 2
    • 7
  • s

    Sintija Birgele

    03/21/2025, 9:28 AM
    Hi, the is a problem with deployments and maintenance is ongoing since yesterday, how long it will take to resolve the issue?
    y
    • 2
    • 3
  • c

    Christina Mohler

    03/25/2025, 7:37 PM
    what does this mean? can I fix the code or is it something that is actually related to a file?
  • a

    ashwin barnwal

    04/06/2025, 5:59 AM
    getting following error trying to create a sql database in singlestore, how to resolve ?
    i
    • 2
    • 1
  • b

    Badrul Chowdhury

    04/17/2025, 10:12 PM
    Hi, I'm looking to use JupySQL to connect to an existing Spark session in my notebook. Any pointers for how I'd go about doing this?
    i
    • 2
    • 4
  • c

    Colin Brand

    04/30/2025, 8:24 PM
    Hello 👋 Is there a way to modify the gunicorn timeout option during deployment? I'm getting worker timeouts in my Docker logs.
    e
    g
    • 3
    • 19
  • s

    Sarah DOGBO

    05/17/2025, 7:41 AM
    Hi guys ! Can anybody help me with this ?
    o
    • 2
    • 1