Zhou Hao
Zhou Hao
这个应该后面新增的,我找时间补充进去。重开这个issue备忘下 感谢反馈~!
可以检查下少的那个作品有什么特殊标签,比如R-18/仅网页展示之类的
Pixiv changed captcha to version 2 is a bad news, may be we can use [ZenRows](https://www.zenrows.com/blog/bypass-cloudflare-python#how-to-bypass-cloudflare-in-python) instead? Regarding the difference between `set_auth()` and `auth()`, in fact, `set_auth()` does not make...
`cloudscraper` is [configured here](https://github.com/upbit/pixivpy/blob/v3.7.2/pixivpy3/api.py#L34), this can be commented out and changed to `requests.Session()`: ```py self.requests = requests.Session() # self.requests = cloudscraper.create_scraper() # fix due to #140 ``` [ZenRows](https://www.zenrows.com/) access using...
对,这个参数只影响 `translated_name`,取决于Pixiv有没有响应对应的接口参数。 你可以打印 tag 返回出来看看
> 现在手动指定headers也不行了 有解决思路吗 报错信息: pixivpy3.utils.PixivError: requests POST https://oauth.secure.pixiv.net/auth/token error: HTTPSConnectionPool(host='oauth.secure.pixiv.net', port=443): Max retries exceeded with url: /auth/token (Caused by ProxyError('Unable to connect to proxy', SSLError(SSLEOFError(8, 'EOF occurred in violation of...
> > 现在手动指定headers也不行了 有解决思路吗 报错信息: pixivpy3.utils.PixivError: requests POST https://oauth.secure.pixiv.net/auth/token error: HTTPSConnectionPool(host='oauth.secure.pixiv.net', port=443): Max retries exceeded with url: /auth/token (Caused by ProxyError('Unable to connect to proxy', SSLError(SSLEOFError(8, 'EOF occurred in violation...
fixed in https://github.com/upbit/pixivpy/commit/50b9cb86d1b78942737ec77528070fe3c16196d2
不清楚,从流水线看3个月有时都有效... 我自己一般是不报错就不去重新获取
> for _ in range(max(2, int(min_num / leng))): > ZeroDivisionError: division by zero 同样的情况,`6-name2semantic.tsv` 有内容但报错。看了下可能和pandas版本有关(我的是`2.1.4`) [这里](https://github.com/RVC-Boss/GPT-SoVITS/blob/main/GPT_SoVITS/AR/data/dataset.py#L60)读取后`self.semantic_data.iloc[i, 0]`其实取的是value(音频文件名实际是index列) ```py 60: self.semantic_data = pd.read_csv( 61: semantic_path, delimiter="\t", encoding="utf-8" 62: ) ``` **修正方法**:对...