Closed
Bug 668153
Opened 14 years ago
Closed 14 years ago
wcap not working since TB5 and Lightning 1.0b4rc2
Categories
(Calendar :: Provider: WCAP, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
1.0b5
People
(Reporter: serge.spader, Assigned: mmecca)
References
Details
(Whiteboard: [needed beta][no l10n impact])
Attachments
(1 file, 1 obsolete file)
817 bytes,
patch
|
mschroeder
:
review+
|
Details | Diff | Splinter Review |
User Agent: Mozilla/5.0 (Windows NT 5.1; rv:5.0) Gecko/20100101 Firefox/5.0
Build ID: 20110615151330
Steps to reproduce:
Recently upgraded to TB5 and latest Lightning 1.0b4rc2
Actual results:
I see the warning triangle and "The calendar xxx is momentarily not available" when I try to view the Wcap calendar.
it worked before changing and it works with Google Calendar.
Today I upgraded to TB5 and latest Lightning 1.0b4. Results : I have the same bug. My wcap doesn't work
It works with Google Calendar.
I downgrade with TB3 and Lightning 1.0b2 and it works
warning log :
Avertissement : Une erreur est survenue lors de la lecture de données de l'agenda : PERRIN Valentin. Cependant, l'erreur est certainement mineure ; le programme va donc essayer de poursuivre. Code d'erreur : 0x80004005. Description : NS_ERROR_FAILURE
and
Avertissement : Une erreur est survenue lors de la lecture de données de l'agenda : PERRIN Valentin. Cependant, l'erreur est certainement mineure ; le programme va donc essayer de poursuivre. Code d'erreur : READ_FAILED. Description : READ_FAILED
Comment 2•14 years ago
|
||
Unfortunately we don't have a wcap server to test this. Could you provide us with one?
I couldn't provide a wcap server (it's a work server) but i can give you a file log if you explain me how to activate the error mode log of lightning
Comment 4•14 years ago
|
||
I can tell you how to enable, but tbh I probably can't make much of it. Anyway:
Options > Adanced > General > Config Editor.
Then, set:
calendar.wcap.log_level = 99
calendar.debug.log = true
calebndar.debug.log.verbose = true
I found the bug.
In the file /calendar-js/calWcapCalendarItems.js, I found this :
cal.processPendingEvent; on line 977, 1013 and 1061
But this function have disappear since a previous version.
I tried to comment this call function and it's works.
if you want i have attache the correct file on this topic
Sorry for my english. I'm french.
Comment 7•14 years ago
|
||
Same behaviour seen in Bielefeld.
Seems like processPendingEvent was defined in modules/CalUtils.jsm (checked on pre3 build 2011-03-28) and disappeared.
Simple grep on subfolder of extension now just yields the mentioned calls, no function header.
Updated•14 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Version: Lightning 1.0b2 → Lightning 1.0b4
Comment 8•14 years ago
|
||
Perfect, sounds like an easy fix, seems I forgot to remove all traces of that function. I'll need a patch in mercurials diff format with http://hg.mozilla.org/comm-central, then I can push it. If someone wants to do this for me, I'd appreciate. Otherwise I'll put this on my todo list.
Updated•14 years ago
|
Severity: normal → major
Flags: blocking-calendar1.0?
OS: Windows XP → All
Updated•14 years ago
|
Flags: wanted-calendar1.0?
Updated•14 years ago
|
Flags: wanted-calendar1.0?
Flags: blocking-calendar1.0?
Flags: blocking-calendar1.0+
Whiteboard: [needed beta][no l10n impact]
Assignee | ||
Comment 9•14 years ago
|
||
Attachment #544095 -
Flags: review?(philipp)
Assignee | ||
Comment 10•14 years ago
|
||
Comment on attachment 544095 [details] [diff] [review]
patch v1
These are the changes from comment #5, but I don't have access to a wcap server to test if this fixes the problem or not.
Updated•14 years ago
|
Assignee: nobody → matthew.mecca
Status: NEW → ASSIGNED
Comment 11•14 years ago
|
||
Got feedback from a few users on a 'comment out the calls patch' for a couple of days. They report to have seen no negative effects yet.
@Philipp Kewisch: Test accounts on wcap server provided some time ago are still valid. You are welcome to use them for development/debugging purposes.
Comment 12•14 years ago
|
||
I manually change the file calWcapCalendarItems.js in the same way as Tarti did in comment #5 and my access to our Calendar Server is well back.
Comment 13•14 years ago
|
||
Jens, thanks for the note. I forgot I had them and will look in my emails. Anyway, I think since enough people have tested this its ok to take the patch. This will be included in the 1.0b5 release which is due in the next week (urgent bugfix release)
Comment 14•14 years ago
|
||
FYI we had exactly the same bug and the fix is working for us now. Hope it will be embeded in a next release. Thanks a lot for your prompt reactivity.
Comment 15•14 years ago
|
||
Comment on attachment 544095 [details] [diff] [review]
patch v1
Looks good and seems to work just fine! r=mschroeder
Attachment #544095 -
Flags: review?(philipp) → review+
Updated•14 years ago
|
Attachment #543077 -
Attachment is obsolete: true
Comment 16•14 years ago
|
||
Hi, I had the same bug, the solution from Tarti worked fine for me.
thanks to all.
Comment 17•14 years ago
|
||
Pushed to comm-central <http://hg.mozilla.org/comm-central/rev/8961a80e383c>
-> FIXED
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → Trunk
Comment 18•14 years ago
|
||
Backported to comm-miramar <http://hg.mozilla.org/releases/comm-miramar/rev/c69062fc3779>
Target Milestone: Trunk → 1.0b5
Comment 19•14 years ago
|
||
Backported to comm-miramar <http://hg.mozilla.org/releases/comm-miramar/rev/2e7f3817df11>
You need to log in
before you can comment on or make changes to this bug.
Description
•