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

Public link expires prematurely #7267

Closed
1 task done
soon-yau opened this issue Feb 1, 2024 · 1 comment
Closed
1 task done

Public link expires prematurely #7267

soon-yau opened this issue Feb 1, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@soon-yau
Copy link

soon-yau commented Feb 1, 2024

Describe the bug

  1. My server is in London, UK, and the public link was working reasonably well back in November/December 2023, lasting up to 3 days as expected. But now the link often break prematurely, sometimes within just a hour after launching.
  2. The other problem that may be related. My app runs some neural network processing after clicking a button, and will return images into gallery. In around the same timeframe as (1), the gallery timeout showing error after less than 10 seconds. Before, the process could last for 30 seconds without throwing errors.

I don't think I have change any of gradio code or version, wonder if this might have to do with your server/network?

Have you searched existing issues? 🔎

  • I have searched and found no existing issues

Reproduction

import gradio as gr
block = gr.Blocks().queue()
with block:
    with gr.Row():
        gr.Markdown("Testing")
  
block.launch(server_name='0.0.0.0', share=True)

Screenshot

No response

Logs

No response

System Info

gradio==3.38.1

Severity

Blocking usage of gradio

@soon-yau soon-yau added the bug Something isn't working label Feb 1, 2024
@abidlabs
Copy link
Member

abidlabs commented Feb 1, 2024

@soon-yau can you use this pinned issue to comment on share link-related issues please? #3677

We'll try to address them all together

@abidlabs abidlabs closed this as not planned Won't fix, can't repro, duplicate, stale Feb 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants