-
Notifications
You must be signed in to change notification settings - Fork 7.6k
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
Asana node fails to load all tasks from a workspace #10740
Comments
Hey @leikoilja, We have created an internal ticket to look into this which we will be tracking as "GHC-216" |
Hey @leikoilja, I am not able to reproduce this, How many tasks does that user have? |
Thanks for the quick response @Joffcom. The user does not have many tasks, max a few dozens (surely under 100 tasks). Weird thing that it was been working until it "just stopped" a few weeks ago. i previously was on what's weird to me is that doubled if the same thing works for you, I wonder if it may help for me to remove auth creds and re-do them 🤔 |
Hey @leikoilja, Yeah the double ID is very odd, It could be worth deleting the node and adding it again. |
@Joffcom, i think i managed to replicate it now. there must be an issue with API pagination. i have just been try-and-error playing with that and notices that when i deselect 100 is also a default limit, but i cannot set it higher than 100 because API returns another error saying it must be <= 100. i guess i was wrong with my estimation that user tasks will be less then 100 😅 |
Hey @leikoilja, This should have been fixed in 1.65.1 in the PR below, I am going to mark this as closed but if it is still an issue feel free to open it again. |
Bug Description
Calling asana node for loading all tasks and specifying both assignee and workspace fails with
Bad request - please check your parameters
. Weird thing is that workspace seem to be repeated twice, comma-separated.To Reproduce
Debug info
core
storage
pruning
Generated at: 2024-09-09T14:41:30.583Z
Expected behavior
load tasks without issue
Operating System
docker
n8n Version
1.58.0
Node.js Version
18.2004
Database
PostgreSQL
Execution mode
queue
The text was updated successfully, but these errors were encountered: