Hi Fritz
Thanks for getting back to me. Sadly that hasn't worked; I think I
must have tried to restart Chandler too many times as the backup file
only has a partial list of tasks.
My online collections seem to be fine as I've synced with Chandler on
another computer.
Chandler on my main computer seems to be having problems accessing the
Hub, as there is that error message on trying to access the Accounts
preferences. I've checked the chandler.log and there are quite a few
error message like this.
I've tried uninstalling and reinstalling but with no luck, even when I
renamed the chandler folder in Application settings in the hope that
this might sort it out but sadly not.
Is there another folder or Registry entry that I need to remove to
perform a proper reinstall perhaps?
Kind regards
Tim

TypeError: 'ContentItem' object is not iterable
2011-01-31 10:50:32,443 osaf.sharing.recordset_conduit INFO: -----
Syncing collection:  -----
2011-01-31 10:50:32,443 osaf.sharing ERROR: Error syncing collection
Traceback (most recent call last):
  File "C:\Program
Files\Chandler1.0.3\parcels\osaf\sharing\__init__.py", line 371, in
run
    activity=activity, forceUpdate=forceUpdate))
  File "C:\Program
Files\Chandler1.0.3\parcels\osaf\sharing\shares.py", line 778, in sync
    debug=debug)
  File "C:\Program Files\Chandler1.0.3\parcels\osaf\sharing\cosmo.py",
line 333, in sync
    debug=debug)
  File "C:\Program
Files\Chandler1.0.3\parcels\osaf\sharing\recordset_conduit.py", line
88, in sync
    debug=debug)
  File "C:\Program
Files\Chandler1.0.3\parcels\osaf\sharing\recordset_conduit.py", line
191, in _sync
    self._allTickets = self._getAllTickets(share.contents)
  File "C:\Program
Files\Chandler1.0.3\parcels\osaf\sharing\recordset_conduit.py", line
103, in _getAllTickets
    for item in (items or ()):
TypeError: 'ContentItem' object is not iterable
2011-01-31 10:50:32,490 repository INFO: <DBRepositoryView: Syncing
(22)> committed 11 items (9 kbytes) in 0:00:00.032000, 344 items/s
(281 kbytes/s)
2011-01-31 10:53:17,354 repository INFO: <DBRepository>: 2011-01-31
10:53:17.354000, completed checkpoint in 0:00:00.421000
2011-01-31 10:58:46,098 osaf.sharing.translator INFO: Item
0b79fb5c-e669-11df-cbd4-f2c249aae2b7 has
doAutoTriageOnDateChange==True but its triageStatus is now, ought to
be done
2011-01-31 10:58:46,301 osaf.sharing.translator INFO: Item
1478fd1a-16f5-11df-b1ed-913be922b23c has
doAutoTriageOnDateChange==True but its triageStatus is later, ought to
be done
2011-01-31 10:58:46,786 osaf.sharing.translator INFO: Item
29e015fc-2843-11df-bdb5-a6150c1cc8c8 has
doAutoTriageOnDateChange==True but its triageStatus is later, ought to
be done
2011-01-31 10:58:47,269 osaf.dumpreload INFO: Exported 2110 records
from 1980 items
2011-01-31 10:58:47,332 twisted WARNING: Main loop terminated.
2011-01-31 10:58:47,394 repository INFO: <DBRepositoryView: MainThread
(23)> committed 7 items (2 kbytes) in 0:00:00.062000, 113 items/s (32
kbytes/s)
2011-01-31 10:58:48,582 repository INFO: closed db in 0:00:00.766000

On 28 January 2011 13:22, Fritz Meissner <meissner.fr...@gmail.com> wrote:
> Try the steps listed in the wiki page Chandler quits on launch or
> won't startup 
> http://chandlerproject.org/Projects/TroubleshootChandler#Chandler%20quits%20on%20launch%20or%20won%27
> . They mention restoring from the backup.chex file as a last resort -
> my advice is that before you do <anything> else, make a copy of that
> file in a safe place just in case one of your other attempts partially
> works and then overwrites the backup file.
>
> Fritz
>
> On 27 January 2011 14:13, Tim Smith <timsmith...@gmail.com> wrote:
>> I had to restart my computer while Chandler was starting this morning
>> as it had crashed. When Windows XP Pro SP3 started working and
>> Chandler loaded fully all my collections were missing along with the
>> tasks that were in them. I've tried Debug -> Automatically Reload from
>> Backup but that hasn't solved the problem.
>> The collections that were synced with my Chandler Hub account are
>> still there via the web but clicking on Sync doesn't restore them. If
>> I click on File -> Accounts to test the username/password the
>> following error message appears.
>>
>> OS: nt
>> Platform Type: win32
>> Platform Details: Windows-XP-5.1.2600
>> Architecture:
>> Python Version: 2.5.1 (r251:54863, Apr 11 2009, 05:21:42) [MSC v.1310
>> 32 bit (Intel)]
>> Traceback (most recent call last):
>>  File "C:\Program Files\Chandler1.0.3\application\Application.py",
>> line 903, in OnCommand
>>    Block.Block.post (blockEvent, arguments, block)
>>  File "C:\Program
>> Files\Chandler1.0.3\parcels\osaf\framework\blocks\Block.py", line 179,
>> in post
>>    hookItem.dispatchEvent (event, Block.depth)
>>  File "C:\Program
>> Files\Chandler1.0.3\parcels\osaf\framework\blocks\Block.py", line 994,
>> in dispatchEvent
>>    callNamedMethod (block, methodName, event)
>>  File "C:\Program
>> Files\Chandler1.0.3\parcels\osaf\framework\blocks\Block.py", line 913,
>> in callNamedMethod
>>    event.arguments ['results'] = member (blockOrWidget, event)
>>  File "C:\Program
>> Files\Chandler1.0.3\parcels\osaf\views\main\Main.py", line 168, in
>> onEditAccountPreferencesEvent
>>    AccountPreferences.ShowAccountPreferencesDialog(rv=self.itsView)
>>  File "C:\Program
>> Files\Chandler1.0.3\application\dialogs\AccountPreferences.py", line
>> 2434, in ShowAccountPreferencesDialog
>>    resources=resources, account=account, rv=rv, modal=modal, create=create)
>>  File "C:\Program
>> Files\Chandler1.0.3\application\dialogs\AccountPreferences.py", line
>> 700, in __init__
>>    if not self.__PopulateAccountsList(account):
>>  File "C:\Program
>> Files\Chandler1.0.3\application\dialogs\AccountPreferences.py", line
>> 834, in __PopulateAccountsList
>>    self.panelsInfo[item.accountType]['fields'].iteritems():
>> KeyError: ''
>>
>> Any help would be very gratefully received, there must have been a
>> couple of hundred tasks in Now and Later
>> Many thanks
>> Kind regards
>> Tim
>>
>> --
>> Tim Smith
>> IT Journalist
>> www.computeractive.co.uk | www.churchit.co.uk
>> Follow me on:
>> www.twitter.com/TR_Smith
>> http://www.facebook.com/timsmith714
>> http://www.linkedin.com/in/timothyrichardsmith
>> www.delicious.com/timsmith714
>> SIP calls: 08444 87 25 25
>> _______________________________________________
>> chandler-users@osafoundation.org mailing list
>> unsubscribe here: 
>> http://lists.osafoundation.org/mailman/listinfo/chandler-users
>> Chandler wiki: http://chandlerproject.org/wikihome
>>
>



-- 
Tim Smith
IT Journalist
www.computeractive.co.uk | www.churchit.co.uk
Follow me on:
www.twitter.com/TR_Smith
http://www.facebook.com/timsmith714
http://www.linkedin.com/in/timothyrichardsmith
www.delicious.com/timsmith714
SIP calls: 08444 87 25 25
_______________________________________________
chandler-users@osafoundation.org mailing list
unsubscribe here: http://lists.osafoundation.org/mailman/listinfo/chandler-users
Chandler wiki: http://chandlerproject.org/wikihome

Reply via email to