[korganizer] [Bug 386988] Schedule > Publish Item Information - Error: Unable to publish the item '...'

2018-03-26 Thread Dennis Schridde
https://bugs.kde.org/show_bug.cgi?id=386988

Dennis Schridde  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED
   See Also||https://bugs.kde.org/show_b
   ||ug.cgi?id=384122

--- Comment #9 from Dennis Schridde  ---
(In reply to Jochen Trumpf from comment #8)
> I suspect the underlying reason for the error is the same as in bug #384122.

I believe this is fixed in KOrganizer 5.7.2 / KDE Apps 17.12.2 / KDE Frameworks
5.43.0 / Akonadi 1.13.0 (Fedora 27).

Maybe
https://commits.kde.org/akonadi-calendar/5765ecd1595232d2bd9724c2f95e9faa600d9da1
, as mentioned in bug #384122, is related.

-- 
You are receiving this mail because:
You are watching all bug changes.

[korganizer] [Bug 386988] Schedule > Publish Item Information - Error: Unable to publish the item '...'

2018-03-25 Thread Jochen Trumpf
https://bugs.kde.org/show_bug.cgi?id=386988

Jochen Trumpf  changed:

   What|Removed |Added

 CC||jochen.tru...@anu.edu.au

--- Comment #8 from Jochen Trumpf  ---
I suspect the underlying reason for the error is the same as in bug #384122.

-- 
You are receiving this mail because:
You are watching all bug changes.

[korganizer] [Bug 386988] Schedule > Publish Item Information - Error: Unable to publish the item '...'

2018-01-03 Thread Dennis Schridde
https://bugs.kde.org/show_bug.cgi?id=386988

--- Comment #7 from Dennis Schridde  ---
(In reply to Allen Winter from comment #6)
> now you should see a warning dialog with a real explanation as to the
> failure condition, instead of failing silently.
> 
> if the users think the email address is just fine, then the bug is with the
> email validator and not with korganizer

The issue was that the email addresses of all attendees were fine individually,
but they got smudged together into one string (separated by commas), which made
something further down the stream trip.

While I understand that the referenced commit adds better error reporting, the
problem itself (some part communicating the attendee email addresses in a
format that the next component in line does not understand / reject, while
sending out the invitations) does not seem to be fixed.

-- 
You are receiving this mail because:
You are watching all bug changes.

[korganizer] [Bug 386988] Schedule > Publish Item Information - Error: Unable to publish the item '...'

2018-01-03 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=386988

--- Comment #6 from Allen Winter  ---
now you should see a warning dialog with a real explanation as to the failure
condition, instead of failing silently.

if the users think the email address is just fine, then the bug is with the
email validator and not with korganizer

-- 
You are receiving this mail because:
You are watching all bug changes.

[korganizer] [Bug 386988] Schedule > Publish Item Information - Error: Unable to publish the item '...'

2018-01-03 Thread Dennis Schridde
https://bugs.kde.org/show_bug.cgi?id=386988

Dennis Schridde  changed:

   What|Removed |Added

 Status|RESOLVED|UNCONFIRMED
 Resolution|FIXED   |---

--- Comment #5 from Dennis Schridde  ---
(In reply to Allen Winter from comment #4)
> Git commit 6a21943409cd9b943dada65a37d0b831fed197da by Allen Winter.
> Committed on 09/12/2017 at 13:41.
> Pushed by winterz into branch 'master'.
> 
> publishdialog.cpp,h - validate email address string before accepting
> 
> Differential Revision: https://phabricator.kde.org/D9263
> 
> M  +21   -2src/publishdialog.cpp
> M  +3-0src/publishdialog.h
> 
> https://commits.kde.org/akonadi-calendar/
> 6a21943409cd9b943dada65a37d0b831fed197da

Looking at the commit, I wonder whether it really addresses the "multiple
attendees result in a broken event" problem.  Can you please confirm that?

Judging from comment #1 and comment #3, the issue appears to have been multiple
people in the list of attendees would be joined them together into one attendee
at some point in the pipeline.  Hence the validation function would complain
that an email address may not contain a comma, which might be a legit
complaint, but was not actually input by me like that.

-- 
You are receiving this mail because:
You are watching all bug changes.

[korganizer] [Bug 386988] Schedule > Publish Item Information - Error: Unable to publish the item '...'

2017-12-09 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=386988

Allen Winter  changed:

   What|Removed |Added

  Latest Commit||https://commits.kde.org/ako
   ||nadi-calendar/6a21943409cd9
   ||b943dada65a37d0b831fed197da
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

--- Comment #4 from Allen Winter  ---
Git commit 6a21943409cd9b943dada65a37d0b831fed197da by Allen Winter.
Committed on 09/12/2017 at 13:41.
Pushed by winterz into branch 'master'.

publishdialog.cpp,h - validate email address string before accepting

Differential Revision: https://phabricator.kde.org/D9263

M  +21   -2src/publishdialog.cpp
M  +3-0src/publishdialog.h

https://commits.kde.org/akonadi-calendar/6a21943409cd9b943dada65a37d0b831fed197da

-- 
You are receiving this mail because:
You are watching all bug changes.

[korganizer] [Bug 386988] Schedule > Publish Item Information - Error: Unable to publish the item '...'

2017-11-20 Thread Dennis Schridde
https://bugs.kde.org/show_bug.cgi?id=386988

--- Comment #3 from Dennis Schridde  ---
The console output is:

Input: "Name Family , N\xC3\xA4me Family
, Name Family , Name Family
"
Error: "The email address you have entered is not valid because it contains an
unexpected comma."

The names and email addresses are all different.  What is notable is the 2nd
address, which contains an 'รค' (A-umlaut).  But I assume the "unexpected comma"
refers to the separator of the email addresses, which is for whatever reason
being treated as part of the email address?

-- 
You are receiving this mail because:
You are watching all bug changes.

[korganizer] [Bug 386988] Schedule > Publish Item Information - Error: Unable to publish the item '...'

2017-11-16 Thread Allen Winter
https://bugs.kde.org/show_bug.cgi?id=386988

Allen Winter  changed:

   What|Removed |Added

 CC||win...@kde.org

--- Comment #2 from Allen Winter  ---
do you see a message in your console?
there should be a critical string printed in your console "Publish failed.
Unable to publish the item ... "

can you show me that entire string?

-- 
You are receiving this mail because:
You are watching all bug changes.

[korganizer] [Bug 386988] Schedule > Publish Item Information - Error: Unable to publish the item '...'

2017-11-16 Thread Dennis Schridde
https://bugs.kde.org/show_bug.cgi?id=386988

--- Comment #1 from Dennis Schridde  ---
Some more poking around in the event suggests that the problem is related to
the number of attendees: If I reduce the list to only one item, the email gets
send when changing the event and pressing "Apply".  When I add a second item to
the list of attendees and press "Apply", nothing happens.  It appears not to be
related to the actual email-address or names that are on the attendee list: No
matter which ones I remove the email gets only send when there is only one
person left on the list, and it does not matter which person that is.  I can
also recreate the event from scratch, using the same title, location and
description, and the issue will always be the same.  I also tried altering the
title slightly or shortening the description, but that had no apparent
influence.

-- 
You are receiving this mail because:
You are watching all bug changes.