pyminder icon indicating copy to clipboard operation
pyminder copied to clipboard

API request failed with code 422: {"errors":{"message":"Error parsing params (roadall)"}}

Open tom-doerr opened this issue 4 years ago • 2 comments

When I run

dummy3.stage_rate_change(1, 1586815200, 1586820000) 
dummy3.commit_road()

I get the following output:

Exception: API request failed with code 422: {"errors":{"message":"Error parsing params (roadall)"}}

Am I using stage_rate_change correctly? Is it correct to input the start and end timestamps as Unix timestamps?

tom-doerr avatar Mar 10 '20 08:03 tom-doerr