Operational Error: Could not decode to UTF-8 column 'path' with text 'C:\Documents and Setting...

You must Login before you can answer or comment on any questions.

First, sorry about my english... I'm learning. I did uninstall Titanium and deleted all folders before install it again and keeping the same error yet!

The error reason: I did copy the file "base.db" as "cópia de base.db" into resource folder and deleted it later. Titanium try find that file and got error, but "cópia de base.db" doesn't exist anymore! I did delete the entirely folder. My Titanium WorkSpace is empty. I create new project and keeping getting error

please, if someone knows what's happening, help me. I don't know what i have to do anymore.

[ERROR] Exception occured while building Android project: [ERROR] Traceback (most recent call last): [ERROR] File "C:\Documents and Settings\manu\Dados de aplicativos\Titanium\mobilesdk\win32\2.0.1.GA2\android\builder.py", line 2119, in <module> [ERROR] s.build_and_run(False, avd_id, debugger_host=debugger_host) [ERROR] File "C:\Documents and Settings\manu\Dados de aplicativos\Titanium\mobilesdk\win32\2.0.1.GA2\android\builder.py", line 1840, in build_and_run [ERROR] self.copy_project_resources() [ERROR] File "C:\Documents and Settings\manu\Dados de aplicativos\Titanium\mobilesdk\win32\2.0.1.GA2\android\builder.py", line 649, in copy_project_resources [ERROR] self.project_deltas = self.project_deltafy.scan() [ERROR] File "C:\Documents and Settings\manu\Dados de aplicativos\Titanium\mobilesdk\win32\2.0.1.GA2\android\deltafy.py", line 167, in scan [ERROR] for path in self.get_paths(): [ERROR] File "C:\Documents and Settings\manu\Dados de aplicativos\Titanium\mobilesdk\win32\2.0.1.GA2\android\deltafy.py", line 141, in get_paths [ERROR] rows = c.fetchall() [ERROR] OperationalError: Could not decode to UTF-8 column 'path' with text 'C:\Documents and Settings\manu\My Documents\Titanium Studio Workspace\Bulas\Resources\C?pia de base.db'

3 Answers

File and folder names with spaces are a bad thing and should be avoided.

try doing a clean on your project. go to Project > Clean > press ok.

Do a build. See if it works.

------------this next step should NOT be required, but I will post it here just in case -------- Worst case scenario, rename your Titanium Studio Workspace directory to somethingelse and let Studio rebuild it.

keep in mind that if you do this non required step that titanium studio will not know where any of your projects are. You will have to re import them.

— answered 1 year ago by Andrew McElroy
answer permalink
4 Comments
  • Stephen might have the right idea here. avoid utf-8 file names and spaces. I can see where UFT-8 names could cause problems.

    — commented 1 year ago by Andrew McElroy

  • I have tried clean the project, but it doesn't appear on projects list box dialog. and I have tried use other folder as my workspace and i created new project to try compile and got the same error. It seems that Titanium get information at appcelerator app acount, because I deleted all folders related to Titanium and i did reinstall everything again and it keeping trying find this file when i run the android app.

    (the file "cópia de base.db" have nothing related to my project, i just wanted have a backup of my .db file )

    I have a new installation of Titanium and the error chasing me yet! Oh my...

    — commented 1 year ago by Nelinho root

  • I tried System Restore (WinXP) and i'm facing this problem yet.

    — commented 1 year ago by Nelinho root

  • Show 1 more comment

Problem Solved! 1 - I created a new workspace and copied the entirely folder of my project into it. 2 - I did import the folder as project with the "corrupted" file in the resource folder. 3 - after exclude the file "cópia de base.db" by the "Titanium Explorer". 4 - it's OK now, thanks for help anyway!

The problem: I was creating and deleting the file by the Windows Explorer, this made a wave of others troubles then.

Your Answer

Think you can help? Login to answer this question!