Closed
Bug 806220
Opened 13 years ago
Closed 5 years ago
Adding event in lightning errors: Event fails to be added
Categories
(Calendar :: Lightning Only, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: tkman26, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 5.1; rv:16.0) Gecko/20100101 Firefox/16.0
Build ID: 20121024073032
Steps to reproduce:
I have tried to add events to lightning and they appear at first but when thunderbird shut down and restarted the events are not present. Look in the Error console and I can see errors related to the attempt to add an event.
Environment: Windows XP, Thunderbird 16.0.1, Lightning 1.8.
Actual results:
The event was not retained after Thunderbird restarted. Errors appear in the console.
here is an example after trying to add one event.
Timestamp: 28/10/2012 2:39:17 PM
Error: syntax error
Source File: moz-nullprincipal:{6b109bf7-f5f9-4edc-b386-97456fac7576}
Line: 1, Column: 1
Source Code:
BEGIN:VCALENDAR
Upon restart here are some errors that appear in the console:
Could not read chrome manifest 'file:///O:/UserData/Todd/My%20Documents/Thunderbird/m4npibbm.default/extensions/en-CA@dictionaries.addons.mozilla.org/chrome.manifest'.
While registering XPCOM module file:///O:/UserData/Todd/My%20Documents/Thunderbird/m4npibbm.default/extensions/%7B847b3a00-7ab1-11d4-8f02-006008948af5%7D/platform/WINNT_x86-msvc/gecko-16/enigmime-x86-msvc.dll, trying to re-register CID '{847b3a21-7ab1-11d4-8f02-006008948af5}' already registered by file:///O:/UserData/Todd/My%20Documents/Thunderbird/m4npibbm.default/extensions/%7B847b3a00-7ab1-11d4-8f02-006008948af5%7D/platform/WINNT_x86-msvc/gecko-16/enigmime-x86-msvc.dll.
While registering XPCOM module file:///O:/UserData/Todd/My%20Documents/Thunderbird/m4npibbm.default/extensions/%7B847b3a00-7ab1-11d4-8f02-006008948af5%7D/platform/WINNT_x86-msvc/gecko-16/enigmime-x86-msvc.dll, trying to re-register CID '{847b3a51-7ab1-11d4-8f02-006008948af5}' already registered by file:///O:/UserData/Todd/My%20Documents/Thunderbird/m4npibbm.default/extensions/%7B847b3a00-7ab1-11d4-8f02-006008948af5%7D/platform/WINNT_x86-msvc/gecko-16/enigmime-x86-msvc.dll.
Timestamp: 28/10/2012 2:36:56 PM
Warning: Unknown property '-moz-border-radius'. Declaration dropped.
Source File: chrome://enigmail/skin/enigmail.css
Line: 188
Timestamp: 28/10/2012 2:36:56 PM
Warning: Use of Mutation Events is deprecated. Use MutationObserver instead.
Source File: chrome://calendar/content/widgets/calendar-widgets.xml
Line: 306
Timestamp: 28/10/2012 2:36:57 PM
Error: Invalid alarm for item: 5b3c08fc-4f6a-4b12-9f16-9d6d777b28db (BEGIN:VALARM
X-LIC-ERROR;X-LIC-ERRORTYPE=VALUE-PARSE-ERROR:No value for DESCRIPTION pro
perty. Removing entire property:
X-KDE-KCALCORE-ENABLED:TRUE
END:VALARM
) exception: [Exception... "'Illegal value' when calling method: [calIAlarm::icalComponent]" nsresult: "0x80070057 (NS_ERROR_ILLEGAL_VALUE)" location: "JS frame :: resource://calendar/modules/calUtils.jsm -> file:///O:/UserData/Todd/My%20Documents/Thunderbird/m4npibbm.default/extensions/%7Be2fda1a4-762b-4020-b5ad-a41df1933103%7D/calendar-js/calItemBase.js :: cIB_setItemBaseFromICS :: line 862" data: no]
Expected results:
The events should be present and alerts should be presented as the event date approaches.
Updated•13 years ago
|
Component: Untriaged → Lightning Only
Product: Thunderbird → Calendar
Version: 16 → unspecified
Updated•5 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 5 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•