You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am a heavy user of : semicolons and | vertical bar characters, they work fine in ext4 and windows 10, however the smb client in nextcloud keep creating exceptions on mounts and files:scan.
Can we please add more support for characters (UTF-8) for files_external? I would love to see nextcloud handle files and synchronizng very well.
Can we please add more support for characters (UTF-8) for files_external?
Are you sure that UTF-8 does not work?
If you know a way to workaround this limitation report it to https://github.com/icewind1991/SMB/issues. As soon as the smb library know how to work with those characters it will work in Nextcloud too.
I am a heavy user of : semicolons and | vertical bar characters, they work fine in ext4 and windows 10, however the smb client in nextcloud keep creating exceptions on mounts and files:scan.
Can we please add more support for characters (UTF-8) for files_external? I would love to see nextcloud handle files and synchronizng very well.
Exception during scan: Invalid request for Invalid path, ":" is not allowed (InvalidPathException)
#0 /var/www/html/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Native/NativeShare.php(70): Icewind\SMB\AbstractShare->verifyPath()
#1 /var/www/html/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Native/NativeShare.php(306): Icewind\SMB\Native\NativeShare->buildUrl()
#2 /var/www/html/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Native/NativeFileInfo.php(64): Icewind\SMB\Native\NativeShare->getAttribute()
#3 /var/www/html/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Native/NativeFileInfo.php(111): Icewind\SMB\Native\NativeFileInfo->stat()
#4 /var/www/html/nextcloud/apps/files_external/3rdparty/icewind/smb/src/Native/NativeFileInfo.php(147): Icewind\SMB\Native\NativeFileInfo->getMode()
#5 /var/www/html/nextcloud/apps/files_external/lib/Lib/Storage/SMB.php(247): Icewind\SMB\Native\NativeFileInfo->isHidden()
#6 /var/www/html/nextcloud/apps/files_external/lib/Lib/Storage/SMB.php(610): OCA\Files_External\Lib\Storage\SMB->getFolderContents()
#7 [internal function]: OCA\Files_External\Lib\Storage\SMB->getDirectoryContent()
#8 /var/www/html/nextcloud/lib/private/Files/Cache/Scanner.php(408): iterator_to_array()
#9 /var/www/html/nextcloud/lib/private/Files/Cache/Scanner.php(388): OC\Files\Cache\Scanner->handleChildren()
#10 /var/www/html/nextcloud/lib/private/Files/Cache/Scanner.php(391): OC\Files\Cache\Scanner->scanChildren()
#11 /var/www/html/nextcloud/lib/private/Files/Cache/Scanner.php(391): OC\Files\Cache\Scanner->scanChildren()
#12 /var/www/html/nextcloud/lib/private/Files/Cache/Scanner.php(340): OC\Files\Cache\Scanner->scanChildren()
#13 /var/www/html/nextcloud/lib/private/Files/Utils/Scanner.php(260): OC\Files\Cache\Scanner->scan()
#14 /var/www/html/nextcloud/apps/files/lib/Command/Scan.php(152): OC\Files\Utils\Scanner->scan()
#15 /var/www/html/nextcloud/apps/files/lib/Command/Scan.php(208): OCA\Files\Command\Scan->scanFiles()
#16 /var/www/html/nextcloud/3rdparty/symfony/console/Command/Command.php(255): OCA\Files\Command\Scan->execute()
#17 /var/www/html/nextcloud/core/Command/Base.php(169): Symfony\Component\Console\Command\Command->run()
#18 /var/www/html/nextcloud/3rdparty/symfony/console/Application.php(1000): OC\Core\Command\Base->run()
#19 /var/www/html/nextcloud/3rdparty/symfony/console/Application.php(271): Symfony\Component\Console\Application->doRunCommand()
#20 /var/www/html/nextcloud/3rdparty/symfony/console/Application.php(147): Symfony\Component\Console\Application->doRun()
#21 /var/www/html/nextcloud/lib/private/Console/Application.php(215): Symfony\Component\Console\Application->run()
#22 /var/www/html/nextcloud/console.php(100): OC\Console\Application->run()
#23 /var/www/html/nextcloud/occ(11): require_once('/var/www/html/n...')
#24 {main}
The text was updated successfully, but these errors were encountered: