iicey

Results 5 issues of iicey

AAAA$ sqlacodegen mysql+pymysql://root@localhost/test > models.py Traceback (most recent call last): File "/Users/AAAA/anaconda3/envs/py39/bin/sqlacodegen", line 8, in sys.exit(main()) File "/Users/AAAA/anaconda3/envs/py39/lib/python3.9/site-packages/sqlacodegen/main.py", line 51, in main generator = CodeGenerator(metadata, args.noindexes, args.noconstraints, args.nojoined, File "/Users/AAAA/anaconda3/envs/py39/lib/python3.9/site-packages/sqlacodegen/codegen.py",...

如果此项目中有实现代码,需要大佬帮忙指出所在位置,没看懂不好意思

***发生错误的平台?*** 抖音 ***发生错误的端点?*** web ***提交的输入值?*** # 获取用户发布作品数据 sec_user_id = "MS4wLjABAAAAHqO2fBYAlLv3oSWBJlNNO_rG_dMvkOYuvrwuQunIFOg" max_cursor = 1718692959000 # 翻页参数 count = 10 result = await self.fetch_user_post_videos(sec_user_id, max_cursor, count) print(result) ***是否有再次尝试?*** 昨天还是正常的,今天一直不能正常翻页失败 ***你有查看本项目的自述文件或接口文档吗?*** 有的。 以下是提升信息:...

BUG

```python # -*- coding: utf-8 -*- import asyncio import ipaddress import socket from time import monotonic, time from aiohttp import ClientSession, TCPConnector, AsyncResolver from typing import List, Tuple, AsyncGenerator #...