tongjun741
tongjun741
首先我的项目直接依赖jquery 3.2.1和nanoscroller 0.8.7,而nanoscroller 0.8.7又对jquery有依赖,要求jquery的版本号>=1.6。 使用npm install时处理方式是只安装jquery 3.2.1,但使用cnpm install时会同时安装jquery 3.2.1和jquery 3.5.0(当前最新版)。 **环境的版本号:** ``` c:\dev\xxx ([email protected]) λ cnpm -v [email protected] (C:\Users\tongjun\AppData\Roaming\npm\node_modules\cnpm\lib\parse_argv.js) [email protected] (C:\Users\tongjun\AppData\Roaming\npm\node_modules\cnpm\node_modules\npm\lib\npm.js) [email protected] (C:\Program Files\nodejs\node.exe) [email protected] (C:\Users\tongjun\AppData\Roaming\npm\node_modules\cnpm\node_modules\npminstall\lib\index.js) prefix=C:\Users\tongjun\AppData\Roaming\npm win32 x64 10.0.15063...
## 环境 * 操作系统: Amazon Linux * Python版本: 3.10 * VeighNa版本: 2022.02.28 ## Issue类型 Bug ## 预期程序行为 发送邮件失败不应该影响主程序 ## 实际程序行为 发送邮件失败后主程序崩溃 ## 重现步骤 我是用脚本启动的,没有图形界面。 在on_order事件中发现下单失败时会调用main_engine.send_email给自己发邮件通知。 此时SMTP出现了一个异常,导致主进程崩溃了,一直报:公共频道触发异常,类型:,信息:cannot schedule new futures after...