axiangcoding

Results 38 issues of axiangcoding

Similar to #30 , but i use latest version of scrapy-fake-useragent 1.4.4 here is my `setting.py` : ``` DOWNLOADER_MIDDLEWARES = { 'scrapy.downloadermiddlewares.useragent.UserAgentMiddleware': None, 'scrapy.downloadermiddlewares.retry.RetryMiddleware': None, 'scrapy_fake_useragent.middleware.RandomUserAgentMiddleware': 400, 'scrapy_fake_useragent.middleware.RetryUserAgentMiddleware': 401, }...

go install github.com/zeromicro/go-zero/tools/goctl@latest error is: ``` go: downloading github.com/zeromicro/go-zero/tools/goctl v1.4.1 go: github.com/zeromicro/go-zero/tools/goctl@latest: github.com/zeromicro/go-zero/tools/[email protected]: verifying module: checksum mismatch downloaded: h1:vIOvEWvA3cHa4OviwPwuyDzwb1dOYIfcCvtf7Uam/O8= sum.golang.org: h1:1cpxW+NqGM3GiECJz/lcMjWKHFc2QUq8rGTPsdTQHqo= SECURITY ERROR This download does NOT match the one...

### Describe the bug Azure OpenAI API will return in some cases ``` {"error":{"message":"The response was filtered due to the prompt triggering Azure OpenAI’s content management policy. Please modify your...

bug

### System Info Langchain version: 0.0.173 Redis version: 4.5.5 Python version: 3.11 OS: Windows 10 ### Who can help? @hwchase17 @agola11 ### Information - [X] The official example notebooks/scripts -...

No new version has been released for two years It's a pity that such an elegant project was abandoned

### 版本号 v3.2.0 ### 附加版本 love.forte.simbot.component:simbot-component-kook-core:3.0.0.0-alpha.7 ### 涉及的编程语言 Java ### 项目构建工具 Gradle ### 涉及的组件库 KOOK ### 问题描述 在KOOK将机器人踢出服务器,会报一个错误 ### 复现方式 - 踢出机器人 - 报错,但应该无影响 ### 相关日志 ```Text Exception in thread...

bug?
缺陷
陈旧
组件:KOOK

**Describe the bug** mypy扫描提示错误:error: Skipping analyzing "khl": module is installed, but missing library stubs or py.typed marker **To Reproduce** ```bash mypy ./folder ``` **Expected behavior** 根据错误提示, ```bash note: See https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-imports...

是否支持无定义命令,形如 ```python @bot.command(name='', prefixes=[[".bot"]]) async def default(msg: Message): await msg.reply("Hello, I'm Kook!") ``` 预想的情况是,这样定义时,能在消息仅匹配了prefix的条件下匹配到 ```bash .bot ``` 时触发

### 发生了什么? 无法获取战绩信息 ### 问题重现的步骤 _No response_ ### 问题相关的机器人平台 _No response_ ### 有关的运行日志 _No response_ ### 额外的信息 _No response_

bug
crawler

由于后台监控发现这段时间活跃量骤减,几乎回到了0的水平,因此考虑结束本项目的生命周期。主要原因如下: 1. 新闻功能失效,为页面采集错误,ip被封禁 2. 战绩查询功能失效,并且上游库迟迟没更新,无法修复 3. PUBG游戏数据无人使用 4. 无其他人维护更新代码 如果有谁还有意愿将该项目持续下去,可以在下面留言。 否则项目将在一个月后,更新最后一个完整可用的版本后归档

help wanted
good first issue