Flynn
Flynn
when the endpoint's `error_format` is leave blank. ```python @app.get("/") def index(req): raise Exception() ``` and app.config.FALLBACK_ERROR_FORMAT is set to a specify value ```python app.config.FALLBACK_ERROR_FORMAT = "json" ``` As a developer,...
A workaround is possible, catch the general exception and format as desired. ```python def global_exception_handler(request: Request, exception: Exception) -> HTTPResponse: """ Global exception handler """ format = request.app.config.FALLBACK_ERROR_FORMAT if format...
> @ling7334 are you by any chance calling `app.blueprint(...)` before updating your config? @prryplatypus Sorry for not mention the background. I'm actually let Sanic `load_environment_vars` from environment. I assume it...
最近在搞新版本,exe确实好久没更新了
最近公司有点忙,可能更新没那么勤了。 小说网站无法连接,多刷新两下应该会出来。 另外xs111确实死了。 [V 0.1](https://github.com/ling7334/Novel-crawler/releases/tag/V0.1)
webui文件夹在吗? 看上去像是`index.html`文件没找到
双击`server.py`能运行吗? 或者下载最新的[V0.1](https://github.com/ling7334/Novel-crawler/releases/tag/V0.1)看看能不能运行。
可能是运行目录不对
I'm kind of forget how it happend, closing for not reproduce.
# shared formula issue `f` tag with no specify value, can be calculated with reference to the shared formula. consider a worksheet xml below ```xml 1 A1 1 A2 0...