You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
java -jar target/parisjug-event-publisher.jar gcal https://www.parisjug.org/xwiki/wiki/oldversion/view/Meeting/20210209
java.lang.NullPointerException
at org.parisjug.eventpublisher.eventpage.HtmlEventPage.getTitle(HtmlEventPage.java:20)
at org.parisjug.eventpublisher.eventpage.HtmlEventPage.getLongTitle(HtmlEventPage.java:77)
at org.parisjug.eventpublisher.eventpage.HtmlEventPage.generateGcalLink(HtmlEventPage.java:87)
at org.parisjug.eventpublisher.commands.GenerateGoogleCalendarCommand.run
Problem was, <div id=title> tag was missing in the event page. The message should explain what is the problem and how to fix it in the event page.
The text was updated successfully, but these errors were encountered:
sunix
changed the title
Error handling, if ids are missing in the event page, throw a proper message how to fix it.
Error handling, if ids are missing in the event page, throw a proper message how to fix it.
Jan 28, 2021
sunix
added a commit
to sunix/event-publisher
that referenced
this issue
Mar 18, 2021
We had that bug for a newly created page
Problem was,
<div id=title>
tag was missing in the event page. The message should explain what is the problem and how to fix it in the event page.The text was updated successfully, but these errors were encountered: