Ray
Ray
A workaround is to set `chunk_length` in `model.transcribe()` to a number smaller than the model default. Saying `chunk_length=10` to ensure at most 10 seconds of audio per chunk (text line)....
# My Analysis I think this is the bug of coordination between Tasks.org and NC Tasks. Tasks.org deletes main and sub tasks before creating them. Although the creation order is...
I encountered the same problem after upgrading the desktop client to 3.14.0 in Arch Linux. ## Solution Following the clue of [this commit](https://gitlab.archlinux.org/archlinux/packaging/packages/nextcloud-client/-/commit/d5ccadaa41febd3db59dce775d78037a5ebffc46) of the package `nextcloud-client` in Arch Linux,...
Sorry. The solution I mentioned [above](https://github.com/nextcloud/desktop/issues/7194#issuecomment-2370261441) may also break the Nextcloud client when a new client version rolls in. The plugin is better be a symbolic link as a workaround....
The issue has been "partially" (?) resolved on Arch Linux based distributions since 3.14.2-2 because of [this commit](https://gitlab.archlinux.org/archlinux/packaging/packages/nextcloud-client/-/commit/1bf73f699cee64e14d62751b49b9d8bec8bf90d7) in `nextcloud-client` (Arch Linux package). Thanks @aleixq for pointing out [issue 8](https://gitlab.archlinux.org/archlinux/packaging/packages/nextcloud-client/-/issues/8)...