-
-
Notifications
You must be signed in to change notification settings - Fork 70
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
Tasks from some sub-projects show up but not from other sub-projects #327
Comments
I'm struggling to reproduce this bug, my initial thought is maybe Todoist isn't actually sending the tasks in the API response. If you enable debug logging from the plugin settings, the raw request/responses will be logged in the developer console - then we can see which tasks are actually returned by Todoist. Are you able to reliably reproduce this with that specific query & project setup? |
You're right, Todoist isn't returning those tasks in the API response. Yet the same query works fine in the app proper (i.e., it returns from the sub-projects). I am kind of at a loss. Is there a way for me to directly test different queries in the console? |
There's a very roundabout way by reaching into the internals of the system! First you need to register a subscription:
Then call the refresh callback to trigger the API call and then log to the console:
This is asynchronous, so the tasks will appear a short while after you press enter |
I take this to mean the code snippet I gave you didn't work until you updated? If so, yeah that's expected - sorry I missed you were on an old version! I rewrote the querying backend between those versions 😅
This is great - thanks for tracing this down. I'll try and repro this myself, but regardless I'll raise an issue with Todoist (I don't work there and this is just an unofficial plugin) to try and get the API response fixed! |
Ah, that's great! Didn't think about the fact that the issue could be on Todoist's end, but of course, that makes sense. Looking forward to seeing the resolution. (And by the way, I love your plugin; thanks for making it!) |
I don't think you'll be able to access this, but for my own future reference - https://get.todoist.help/hc/en-us/requests/831430 |
Describe the bug
When I have a filter for projects and sub-projects (see below), certain tasks in certain sub-projects appear but not in other sub-projects. It does not seem to be related to the title of the project (e.g., whether it contains characters like ":" or emojis). The same filter parameters appear to work fine in the Todoist application.
The filter used is:
To Reproduce
I am not sure how to reproduce it. But one attempt could be:
Screenshots
Desktop: Mac OSX Sonoma 14.3.1
The text was updated successfully, but these errors were encountered: