hnuzhoulin

Results 15 issues of hnuzhoulin

非常感谢介绍这个优秀的软件,但是我是用您的方法生成的书只有前面100个小节,后面的没有。 书籍地址是:https://support.omnigroup.com/documentation/omniplan/mac/3.0/zh/contents/ 我的recipe文件为: ``` python from calibre.web.feeds.recipes import BasicNewsRecipe class Git_Pocket_Guide(BasicNewsRecipe): title = 'OmniPlan 3 for MAC User Mannual zh' description = '' cover_url = 'https://support.omnigroup.com/doc-assets//OmniPlan-Mac/OmniPlan-Mac-v3.0.0.1/zh/EPUB/art/cover.thumbnail.jpg' url_prefix = 'https://support.omnigroup.com/' no_stylesheets...

![qq20161220-094125](https://cloud.githubusercontent.com/assets/6347012/21335283/c0151dfc-c698-11e6-8bdd-729632ae0241.jpg) 如上图,最近才出现,隔一会不用又能用一小会。。。

我在另一个vps的就不会,已经更新到最新版,但是还是不定期的出现下面的额错误,重启apache2后又会恢复正常。 apache2日志如下: ``` [Mon Nov 07 22:19:37.455355 2016] [wsgi:error] [pid 17190:tid 140445830973184] [remote 109.190.102.122:8740] response = self.make_response(rv) [Mon Nov 07 22:19:37.455361 2016] [wsgi:error] [pid 17190:tid 140445830973184] [remote 109.190.102.122:8740] File "/usr/local/lib/python3.4/dist-packages/flask/app.py",...

https://github.com/x-dr/chatgptProxyAPI 忘记在哪里看到这个,但是对于使用token方式的好像不行,错误如下: ``` ChatGPT error 404: { "error": { "message": "Invalid URL (POST /api/conversation)", "type": "invalid_request_error", "param": null, "code": null } } ```

而且,稍微干掉别的事回来,就报错,需要刷新才行,坑的一匹啊

It alwayse using cpu and just one core. card info: ``` Wed Jun 7 18:22:55 2023 +-----------------------------------------------------------------------------+ | NVIDIA-SMI 525.60.13 Driver Version: 525.60.13 CUDA Version: 12.0 | |-------------------------------+----------------------+----------------------+ | GPU...

### 联系方式 [email protected] ### 1Panel 版本 v1.10.5-tls ### 问题描述 删除某一个反向代理时报错,无法删除 ![image](https://github.com/1Panel-dev/1Panel/assets/6347012/b56aa5d8-a32c-45d5-9945-4bedbc0c358e) ### 重现步骤 不知道如何能复现,我是一路升级过来的,很久以前添加的proxy ### 期待的正确结果 能正确删除proxy ### 相关日志输出 请求参数错误: Key: 'WebsiteProxyConfig.Modifier' Error:Field validation for 'Modifier' failed on the 'required'...

类型:bug

https://github.com/01org/CeTune/blob/43d539eb9786b3570aa8c1ecc2228b6cf37ba3c1/analyzer/analyzer_remote.py#L710 should this line like below just like analyzer.py file ` stdout, stderr = common.bash("grep \" IOPS=.*BW=.*\| *io=.*bw=.*iops=.*runt=.*\|^ *lat.*min=.*max=.*avg=.*stdev=.*\" "+path, True) `