wiserain

Results 7 issues of wiserain

For the latest release of python-telegram-bot [v13.0](https://github.com/python-telegram-bot/python-telegram-bot/releases/tag/v13.0), they explicitly set the minimum requirement for pytz [here](https://github.com/python-telegram-bot/python-telegram-bot/pull/2121) to be able to use a new attribute. See related issue [here](https://github.com/python-telegram-bot/python-telegram-bot/pull/2121) My docker...

Stale

**Describe the bug** Once you enabled ```--verbose```, you will see following errors. ``` /usr/lib/node_modules/green-tunnel/src/utils/analytics.js:1 Error: Cannot find module 'uuid/v4' Require stack: - /usr/lib/node_modules/green-tunnel/src/utils/analytics.js - /usr/lib/node_modules/green-tunnel/src/proxy.js - /usr/lib/node_modules/green-tunnel/src/index.js - /usr/lib/node_modules/green-tunnel/src/index.cjs.js -...

I have downloaded one youtube video using the exactly same format as in Readme.md via youtube-dl, which includes a Korean channel name and Korean video name, like below. ``` /volume1/video/yotube/디에이엔지...

wontfix
Plex bug

``` failed to upload: failed to init upload: lz4: invalid source or destination buffer too short ``` This seems to be a server or network error.

``` 2024/06/08 19:59:51 ERROR : [FHD]KAGP-227.mp4: Failed to copy: failed to upload: failed to init upload: sig invalid (700) 2024/06/08 19:59:51 ERROR : [FHD]KAGP-227.mp4: Not deleting source as copy failed:...

#### What is the purpose of this change? Multipart uploads could fail if a part was uploaded multiple times due to retries or other issues. This commit adds a check...