thecyman / iqbox-ftp

Automatically exported from code.google.com/p/iqbox-ftp
0 stars 0 forks source link

Unicode Causes Folder Rename Failure #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Follow step 1 of the issue 13rd
2. Press Start Sync
3. Rename "The Official UK Top 40 Singles Chart 04-11-2012" folder to "music" 

What is the expected output? What do you see instead?
Expected output: 
- Rename requestion and syncing with no error
What I see:
- IQ Box does not work correctly: Status text continue changing and none stop 
with a circle: "Starting local scan", then "Error: IQ Box will try to re-sync, 
but might not be able to."

Please check the log.txt in attached file

Original issue reported on code.google.com by thuann89 on 1 Oct 2013 at 6:10

Attachments:

GoogleCodeExporter commented 9 years ago
UnicodeEncodeError: 'ascii' codec can't encode character u'\xe1' in position 
51: ordinal not in range(128)
This is a unicode error, which is fixed in the upcoming build. Current codebase 
now supports unicode for UTF8 compatible FTP servers.

Original comment by simonis2...@gmail.com on 11 Oct 2013 at 6:44