We're calling on all EU-based Mozillians with iOS or iPadOS devices to help us monitor Apple’s new browser choice screens. Join the effort to hold Big Tech to account!

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Èròjà atẹ̀lélànà yii ni a ti fi pamọ́ fọ́jọ́ pípẹ́. Jọ̀wọ́ béèrè ìbéèrè titun bí o bá nílò ìrànwọ́.

Worrying looking warning messages

  • 2 àwọn èsì
  • 0 ní àwọn ìṣòro yìí
  • 1 view
  • Èsì tí ó kẹ́hìn lọ́wọ́ lesshaste

more options

I am on ubuntu 22.04 and thunderbird 102.4.0

When I run thunderbird I see a number of warnings in the console. The following line appears many times:

console.warn: Calendar: Message: Error: Property X-ALT-DESC not set


and then I see:

console.error: WebExtensions:

 Message: TypeError: item is null
 Stack:
   deleteItem@resource:///modules/CalStorageCalendar.jsm:362:9

syncEvents@jar:file:///home/user/.thunderbird/9orv369p.default-release/extensions/owl@beonex.com.xpi!/webapi/calendar/calendar.js:833:36


Are these anything to worry about?

I am on ubuntu 22.04 and thunderbird 102.4.0 When I run thunderbird I see a number of warnings in the console. The following line appears many times: console.warn: Calendar: Message: Error: Property X-ALT-DESC not set and then I see: console.error: WebExtensions: Message: TypeError: item is null Stack: deleteItem@resource:///modules/CalStorageCalendar.jsm:362:9 syncEvents@jar:file:///home/user/.thunderbird/9orv369p.default-release/extensions/owl@beonex.com.xpi!/webapi/calendar/calendar.js:833:36 Are these anything to worry about?

Ọ̀nà àbáyọ tí a yàn

In short, no:

  • "-ALT-DESC not set" is just a warning
  • "item is null" happens during sync of the calendar, we try to delete a calendar item that no longer exists. So, that doesn't seem like a problem. Just the error message should be supressed probably.
Ka ìdáhùn ni ìṣètò kíkà 👍 0

All Replies (2)

more options

Ọ̀nà àbáyọ Tí a Yàn

In short, no:

  • "-ALT-DESC not set" is just a warning
  • "item is null" happens during sync of the calendar, we try to delete a calendar item that no longer exists. So, that doesn't seem like a problem. Just the error message should be supressed probably.
more options

Thanks for the reply!