-
-
Notifications
You must be signed in to change notification settings - Fork 53
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
Bad REPORT request #64
Comments
Could you please try creating another calendar (a temporary one), import again through the web client, and see if it fails again? I wonder if it was a one time thing, or a consistent issue with the web client import. I wonder if the problem is with the sheer size or with one of the entries. The import from the app is well tested with calendars of all sizes and a variety of odd events. The web import is newer so not as much. |
I've tried this again (with the same .ics file) and found very similar results. Calendar.app gave a near-identical error message, but reported server response of "500" instead of "400". The console output (in addition to a "main component missing" error that looks very similar to what I reported the first time) included this (potentially helpful?) response:
|
That's interesting. This error essentially means that you have a bad entry in your collection, so it actually didn't import things correctly. Could you maybe run |
Done. I've now got an output file with ~1000 lines! Any tips for what I should be looking for? |
The above error. It should have a stack trace and potentially extra information (like the request sent/response built) around it. |
Makes sense, haha. Here's what my search brought up - any use?
|
I was hoping we would get to see the actually broken event, though unfortunately it's not the case. Maybe try adding |
No such luck, debug output was the same. My |
It looks like you have multiple versions installed and you're editing the wrong one. I took line 144 directly from your backtrace from above: |
Ahh. I've tried running |
This path looks correct. One thing you can try is using strace (run |
I believe I'm getting a similar issue when trying to setup a calendar with Evolution on Gnome. Here is part of the stacktrace I'm seeing
I'm also attaching the full debug session below in case that helps. I did notice another stacktrace at the beginning, when I would have been having Evolution discover the calendar for the first time. |
Thanks @anthonymvicente. I don't think it's related, though I'll have to take a better look at it to be sure. I'm also pretty sure I've seen this error before, though I don't remember what was the cause. Could you please open a new ticket for this issue and we can discuss it there? Thanks, and sorry for the slow reply. |
Nothing to be sorry about, and thanks a lot for reporting! I'll follow up with the other ticket next week (I'm at FOSDEM this weekend). |
Not sure how related this is to #16 or whether this is more of an issue with the etesync web client import feature but I figured I'd flag it up here.
I had imported a large (~1400 events) .ics file through the etesync web client (client.etesync.com) into a fresh calendar, and although it didn't throw up any errors at that stage, and appeared fine in the web client view, when trying to view the calendar in Calendar.app via etesync-dav the calendar appeared but without any events. Calendar.app gave the following error message:
Console output:
(there were lots of 'pytz' errors above and below but I've only included one)
Notably, when I deleted the calendar through the etesync android app, made a new calendar, and imported the same file through the android app, I didn't have any trouble with etesync-dav.
The text was updated successfully, but these errors were encountered: