-
Notifications
You must be signed in to change notification settings - Fork 213
Trouble adding events #252
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
Comments
can you please paste the output (run khal with @untitaker what does this assertion defend against? |
Sure thing. I dumped it into this gist: https://gist.github.com/jetpacktuxedo/5107bd0a5f4e2fad4659 When I comment out the assertion everything seems to work as expected. It doesn't throw any errors and the event appears in the calendar. |
What does it actually add to the database (when the assertion is removed)? Correctly, you should call khal with |
Actually yeah, you're right. I hadn't run it with -v before, but I get From what I can tell, I match the syntax in the docs. Am I doing something wrong, or is Shit, disregard all of that, I just realized that that isn't how I was running it to get the assert. The correct version of that syntax is Rerunning it with the right syntax both with and without the assert. With the assert, I get the output shown here: https://gist.github.com/jetpacktuxedo/8c703519255674c2b758 Without the assert, the debug info looks very similar (if not the same) except it doesn't end it a traceback |
I removed the assert for now, I believe there was a mixup of some sort. Thanks foot reporting! Am 25. August 2015 00:57:12 MESZ, schrieb Ethan Madden [email protected]:
|
Sorry about that assertion, I think I was confused. However, that type really should be consistent. On 22 August 2015 02:04:18 CEST, Ethan Madden [email protected] wrote:
Sent from my phone. Please excuse my brevity. |
Did you perhaps mean |
I tried all types, but I think there's some inconsistency on some inputs. On 25 August 2015 13:10:28 CEST, Christian Geier [email protected] wrote:
Sent from my phone. Please excuse my brevity. |
I throw an assertion error at line 241 in aux.py
If I remove this line I can create events without issue.
The assertion seems to have been added recently (commit 8832c4e).
The text was updated successfully, but these errors were encountered: