Ubuntu Pastebin

Paste from davmor2 at Fri, 26 Jun 2015 16:48:53 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
davmor2@stryder:~$ calendar-app 
Fail to connect with client Unable to connect to 'Tasks': Cannot open calendar: Cannot connect to the service's server.

(qmlscene:6765): GLib-GObject-CRITICAL **: g_object_ref: assertion 'G_IS_OBJECT (object)' failed

(qmlscene:6765): libecal-CRITICAL **: e_cal_client_get_view: assertion 'E_IS_CAL_CLIENT (client)' failed
^C
davmor2@stryder:~$ reminders 
Application: Running against the production server
Application: Using main qml file from: "/usr/share/reminders/qml/reminders.qml"
qml: Page.tools is a deprecated property. Please use Page.head instead.
NotesStore: Creating NotesStore instance.
Fail to connect with client Unable to connect to 'Tasks': Cannot open calendar: Authentication required: {
 "error": {
  "errors": [
   {
    "domain": "global",
    "reason": "insufficientPermissions",
    "message": "Insufficient Permission"
   }
  ],
  "code": 403,
  "message": "Insufficient Permission"
 }
}


(reminders:6803): GLib-GObject-CRITICAL **: g_object_ref: assertion 'G_IS_OBJECT (object)' failed

(reminders:6803): libecal-CRITICAL **: e_cal_client_get_view: assertion 'E_IS_CAL_CLIENT (client)' failed
^C
Download as text