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

Could not create share link. Please check your internet connection #5865

Closed
1 task done
QJShan opened this issue Oct 11, 2023 · 1 comment
Closed
1 task done

Could not create share link. Please check your internet connection #5865

QJShan opened this issue Oct 11, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@QJShan
Copy link

QJShan commented Oct 11, 2023

Describe the bug

I downloaded the frpc_windows_amd64 file as required and placed it in the specified directory, but the shared link still cannot be opened.
image
Uploading image.png…

Have you searched existing issues? 🔎

  • I have searched and found no existing issues

Reproduction

import gradio as gr

def greet(name):
return "Hello " + name + "!"

demo = gr.Interface(fn=greet, inputs="text", outputs="text")

demo.launch(share=True)

Screenshot

No response

Logs

No response

System Info

gradio 3.47.1
gradio_client 0.6.0

Severity

I can work around it

@QJShan QJShan added the bug Something isn't working label Oct 11, 2023
@abidlabs
Copy link
Member

Hi @QJShan could you use this issue to discuss: #3677? We'll take a look at this as soon as we can

@abidlabs abidlabs closed this as not planned Won't fix, can't repro, duplicate, stale Oct 11, 2023
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