taltimes2
I m trying to run Solara as Embedding in
maybe this is the reason?
https://github.com/encode/starlette/issues/869
8 replies
I m trying to run Solara as Embedding in
relates to this issue:
https://github.com/tiangolo/fastapi/issues/731
8 replies
Aren't all these the responsibility of the browser to fetch stuff from the CDN?
I'm not afraid of exceptions - they are informative and the backtrace tells you a lot of the information you need to debug them.
except Exception
catches even syntax mistakes (!)
I would just have used except (OSError, PermissionError) as e
and the worst thing that can happen is that you learn about another type of exception in some other system.
It's a single line, but it's still Python and a lot of things can go wrong.
What if there's no proxy_cache_dir
in assets
?
What if mkdir
on some system need different parameters?39 replies