We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Missing required query parameter error

kshyntassov
5 - Atom

Hi everyone,

 

I'm trying to run Server API in one of my workflows, however I just ran into this error - "Error: Server API (1825): /v3/workflows/{workflowid}/versions missing required Query Parameter". Additionally, it says there is a traceback call error in workbook.py:

 

Error: Server API (1825): Tool #698: Traceback (most recent call last):
File "\workbook.py", line 153, in <module>
baseUrl = inputDF.baseURL[0]


File "series.py", line 879, in __getitem__
return self._values[key]
IndexError: index 0 is out of bounds for axis 0 with size 0

 

Can anyone explain what do these errors mean?

 

Thank you

2 REPLIES 2
craigja
11 - Bolide

did you ever fix this?  I have the same error but cant see what is missing!

craigja
11 - Bolide

Ive finally fixed the issue - its a strange one!  If you have more than the required fields in the input to the API, when using versions endpoint, it gives you this error.  Thats how I solved it - put a select before the input to the API and select only the fields that are required, confirmed if I add more fields in, it falls over again

Labels
Top Solution Authors