Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

O365 Calendar parsing error #325

Open
konzertnr9 opened this issue Jan 9, 2024 · 3 comments
Open

O365 Calendar parsing error #325

konzertnr9 opened this issue Jan 9, 2024 · 3 comments

Comments

@konzertnr9
Copy link

I'm using davmail 6.2.1.

Recently I am having an issue where Thunderbird fails to load my calendar events due to a parsing error:
image

Basically an apparent error message from the O365 server "申し訳ありません。このURLは無効または期限切れです" (which means "Sorry this URL is invalid / expired" in Japanese) is fed into the parser instead of a line of ICS data.

I'd be happy to help troubleshoot if needed.

@mguessan
Copy link
Owner

Can you please check davmail.log for more details on the error ?
Not sure if it's a failed request or malformed event

@konzertnr9
Copy link
Author

Thank you for yor comment.
What level of log should I get?

@esabol
Copy link

esabol commented Jan 28, 2024

@konzertnr9 asked:

What level of log should I get?

I recommend creating a wire debug log, as described here:

https://davmail.sourceforge.net/faq.html#Feedback

If you prefer to edit your properties file yourself, put the following line in your properties file:

log4j.logger.httpclient.wire=DEBUG
log4j.logger.org.apache.http.wire=DEBUG

Quit and restart the DavMail application. Then have your mail program connect to DavMail and try to authenticate again. DavMail will then create a detailed log of what it is doing. This log will be stored in a davmail.log file. By default, it will be located in DavMail's current working directory on Linux and Windows or in ~/Library/Logs/DavMail/davmail.log on macOS. (The location of this file can be customized with the Log File Path setting.) This log file might include information like your password and other account details that you should not share online. If you are confident you can remove those things from the davmail.log file, feel free to post the sanitized file here. Otherwise, send the log file to mguessan@free.fr along with the URL of this GitHub issue. I hope this helps!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants