EmptFF
EmptFF
I have run it in phpMyadmin, the result is like below. | Variable_name|Value | | ----------- | ----------- | character_set_client|utf8mb4 character_set_connection|utf8mb4 character_set_database|utf8mb4 character_set_filesystem|binary character_set_results|utf8mb4 character_set_server|utf8mb4 character_set_system|utf8 [](https://imgtu.com/i/LXjqgA)
[](https://imgtu.com/i/Ok4PXj) ```bash # python3 -c 'import sys; print(sys.getdefaultencoding())' utf-8 ```
It seems that python is running in utf-8 mode(I use python3 in /user/bin/python3), or maybe the .py program doesn't regster in utf8 mode curroctly?
> It seems that the folder contain Chinese works ok, but file name contain Chinese get wrong.
This problem also bothers me, hope will fix it.😂
> @st3iny I just upgrade Nextcloud to 23.0.2 but still no thumbnails showing up and I have ffmpeg installed. Video thumbnails used to work in version 21. Here's my config...
I meet the same problem 2022-04-27T12:02:26+00:00 2022-04-27T12:02:26+00:00 In Folder.php line 173: 2022-04-27T12:02:26+00:00 2022-04-27T12:02:26+00:00 Could not create folder 2022-04-27T12:02:26+00:00 2022-04-27T12:02:26+00:00 2022-04-27T12:02:26+00:00 preview:generate-all [-p|--path [PATH]] [--] [...] 2022-04-27T12:02:26+00:00
> @f4t-t0ny @stratege1401我想我发现了问题并开发了一个补丁。问题是,我无法在本地重现该问题。你能帮我测试一下吗? > > 补丁:[preview-duplicate-folder-creation.patch.txt](https://github.com/nextcloud/previewgenerator/files/8483200/preview-duplicate-folder-creation.patch.txt) I tried this patch, it works ok now. I am running Nextcloud23.0 with preview plugin 4.0 on CentOS7,php8.
I meat same problem