saharmor / dalle-playground

A playground to generate images from any text prompt using Stable Diffusion (past: using DALL-E Mini)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

_run_cloudflared() missing required positional argument: 'metrics_port'

chemaomao opened this issue · comments

Running into an error with generating a Cloudflare URL on Google Colab.

Exception in thread Thread-12:
Traceback (most recent call last):
File "", line 14, in start_cloudflared
TypeError: _run_cloudflared() missing 1 required positional argument: 'metrics_port'

It was running great on Google Colab two weeks ago on both free/public & paid colab account.
Server still starts, but no front end access without the Cloudflare backend url.

Screenshot 2023-02-15 at 13 34 01

commented

Thanks for reporting, I've just fixed the error. Please check and reopen if error persists.

Thanks for checking so fast! But the error persists on my side.
Screenshot 2023-02-16 at 11 25 41

commented

Can you past a screenshot of the Run the backend web server section of the notebook you're running?

commented

@chemaomao it should be fixed now. Can you please try again and report back?

Its running again, thank you!

Screenshot 2023-02-19 at 12 22 00

Screenshot 2023-02-19 at 12 21 44

commented

Great, thanks for reporting!