Nitromelon

Results 83 comments of Nitromelon

What's the http response? The filter will be only be called after router finds the file. And note that the directory starts at 'document_root', not filesystem root '/'.

I think I know the reason. Is your config file like this? ```json "locations": [ { "uri_prefix": "/", }, { "uri_prefix": "/uploads", "filters": ["MyFilter"] } ] ``` The "/uploads/random.png" will...

As a maintainer of Drogon, I also use Drogon for production. I'm currently one (and the only one) server developer in a startup mobile game company in Beijing. We are...

When using clion debugger, the stdout may not flush very soon. You may check it out. Your repo works fine on my WSL (ubuntu 20.04).

这个问题导致我B站账号被封禁了 >_< 请务必帮我看一下,多谢了 下播检测结束后,开始频繁发送api请求,每秒数次持续几分钟,触发了api限流,错误码-352, 不知是否为bug ds_update.log ```bash 2024-01-26 18:15:13 download.py[line:250](Pid:417117 Tname:Asynchronous1_0) INFO 下播延迟检测:Bililive - NoGuess,每隔 60 秒检测开播状态,共检测 5 次 2024-01-26 18:16:13 bilibili.py[line:41](Pid:417117 Tname:Asynchronous1_0) DEBUG Bililive-22518802: 直播间未开播 2024-01-26 18:17:13 bilibili.py[line:41](Pid:417117 Tname:Asynchronous1_0)...

此for循环的key和map变量名相等,是刻意为之吗?循环体内有对map的访问,是否会有问题 https://github.com/biliup/biliup/blob/1df1159a449f3aab1a67d5b16999129f85a3a1a1/biliup/handler.py#L157-L185

#1464 This pr is almost ready.

This PR has been discarded. Please refer to the new PR #1464.