← Back to team overview

ubuntu-phone team mailing list archive

Re: ownCloud app.

 

Hi Daniel,

On 11/09/2014 04:27 AM, Daniel Holm wrote:
> Could you please help me a bit more regarding this? I'm having issues
> with the credentials saving and don't really know how to get any output
> of where to start.

Sure! Here's the output:

==================
virtual void OnlineAccountsPlugin::Plugin::registerTypes(const char*)
Ubuntu.OnlineAccounts.Plugin
account-service.cpp 100 setObjectHandle Accounts::AccountService(0x1e78b60)
file:///usr/share/accounts/qml-plugins/owncloud/NewAccount.qml:112:
ReferenceError: owncloud is not defined
request.cpp 113 setWindow Requesting window reparenting
file:///usr/share/accounts/qml-plugins/owncloud/NewAccount.qml:112:
ReferenceError: owncloud is not defined
account-service.cpp 100 setObjectHandle Accounts::AccountService(0x1e78b60)
file:///usr/share/accounts/qml-plugins/owncloud/NewAccount.qml:136:
Error: Cannot assign to non-existent property "urlOC"
==================

In order to see this output, you need to enter the following commands in
a terminal (on the device), before starting the account creation:

  export OAU_LOGGING_LEVEL=2
  export OAU_DAEMON_TIMEOUT=9999
  online-accounts-service

Then the logs will appear on this console.

HTH,
  Alberto




Follow ups

References