17_bzhzq

Results 9 issues of 17_bzhzq

⚠️ [Rsync] error: rsync exited with code 12 ⚠️ [Rsync] stderr: Warning: Permanently added '***' (ECDSA) to the list of known hosts. bash: rsync: command not found rsync: connection unexpectedly...

``` vc_1 | [01-Jul-22 06:33:26 - ERROR] - utils.logger - Startup was unsuccesfull, Errors - vc_1 | Traceback (most recent call last): vc_1 | File "/VCPlayerBot/main.py", line 70, in main...

``` redis_conn = redis.Redis(host=REDIS_HOST, port=int(REDIS_PORT), password=REDIS_PASS, db=1, decode_responses=True) ``` AttributeError: 'str' object has no attribute 'decode'

Is it possible to increase the history of receiving files, the user can view the history, and click to view the corresponding file

enhancement

**频道、群组或机器人的链接** https://t.me/DouYintg_bot **频道、群组或机器人的简介** 抖音,tiktok 视频图文解析,推特、ins、youtube解析,长期维护

Running environment docker this is my code ``` @retry(stop=stop_after_attempt(3), wait=wait_fixed(10)) async def getVideoInfo(url): try: browser, page = await ini_browser() await asyncio.wait_for(page.goto(url, {'waitUntil': 'domcontentloaded'}), timeout=10.0) finally: await page.close() await browser.close() ```...

![24b28e8b66769a2fad1d86c033ae45f](https://user-images.githubusercontent.com/48782751/159882827-245c8b25-d037-4f03-8871-261bf6fa31aa.png) How to reproduce this problem programmatically

``` async def imgCover(input, output): # ffmpeg -i "https://img.91p51.com/thumb/671451.jpg" '1849226733/1849226733.jpg' print('截图入参:', input, output) ff = ffmpy3.FFmpeg( inputs={r'"'+input+'"': None}, outputs={output: ['-y', '-loglevel', 'quiet']} ) print(ff.cmd) await ff.run_async() await ff.wait() ``` this...