-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when loading an input file in Windows 10 #98
Comments
Hi, the problem is a non-ascii character in a soundfile path, and the codec is unable to encode it correctly. You can workaround this by trashing the ".cecilia5" folder, located in your home directory, and use only plain ascii characters in folder and file names. |
Hi,
*and* use only plain ascii characters in folder and file names. Looks like
you have non-ASCII characters in your soundfile path.
Olivier
…On Fri, Apr 30, 2021 at 9:56 PM gysy-beep ***@***.***> wrote:
I just tried trashing the ".cecilia5" folder and it did not work. This is
the error I get now.
Traceback (most recent call last):
File "Resources\Widgets.py", line 246, in MouseDown
self.emptyFunction()
File "Resources\Control.py", line 792, in onLoadFile
self.updateMenuFromPath(path)
File "Resources\Control.py", line 820, in updateMenuFromPath
self.folderInfo =
CeciliaLib.getVar("audioServer").getSoundsFromList(pathList)
File "Resources\audio.py", line 2042, in getSoundsFromList
infos = self.getSoundInfo(path)
File "Resources\audio.py", line 2009, in getSoundInfo
info = sndinfo(path)
File "pyo\lib_core.py", line 189, in sndinfo
File "pyo\lib_core.py", line 160, in stringencode
File
"c:\users\admin\appdata\local\programs\python\python37\lib\encodings\cp1252.py",
line 12, in encode
UnicodeEncodeError: 'charmap' codec can't encode characters in position
25-69: character maps to
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#98 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABXKJTEJDC2NRMZY4LD7PRTTLNNVDANCNFSM4SVNC6XQ>
.
|
I figured out by reading the manual that I had to install the source code and other various programs. Thank you for making Cecilia. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I get the following (binary download 5.4.1; note there is no admin directory in c:\users):
Traceback (most recent call last):
File "Resources\Widgets.py", line 246, in MouseDown
self.emptyFunction()
File "Resources\Control.py", line 792, in onLoadFile
self.updateMenuFromPath(path)
File "Resources\Control.py", line 820, in updateMenuFromPath
self.folderInfo = CeciliaLib.getVar("audioServer").getSoundsFromList(pathList)
File "Resources\audio.py", line 2042, in getSoundsFromList
infos = self.getSoundInfo(path)
File "Resources\audio.py", line 2009, in getSoundInfo
info = sndinfo(path)
File "pyo\lib_core.py", line 189, in sndinfo
File "pyo\lib_core.py", line 160, in stringencode
File "c:\users\admin\appdata\local\programs\python\python37\lib\encodings\cp1252.py", line 12, in encode
UnicodeEncodeError: 'charmap' codec can't encode character '\u010d' in position 29: character maps to
The text was updated successfully, but these errors were encountered: