Closed tvo6 closed 5 years ago
Well that error message sure is lame. I should get that fixed up as well so it has some more specifics.
I don't see anything wrong with what you are doing.
You say "used a bash loop to execute my perl program 400 times and it's ok". What do you mean? It only failed once and the other 400 times it worked?
I don't see anything wrong with what you are doing.
OK, thanks :)
You say "used a bash loop to execute my perl program 400 times and it's ok". What do you mean? It only failed once and the other 400 times it worked?
No, I did something like:
for i in $(seq 0 400); do ./remove-runners.pl <mytoken>; done
and it fails every time, but removes one runner…
Version 0.23 has been released, and will be arriving at your local CPAN mirror within an hour or two.
Hello,
I try to mass-delete about 400 runners, and I get an error.
My piece of code (I'm using a token for the owner of group/runners which I'm trying to delete):
When I execute this, I'm getting this error:
And only 1 (one) runner is deleted. I don't understand what's going on (am I doing something wrong?)… I used a bash loop to execute my perl program 400 times and it's ok, but I'd like to have it working correctly.
Thanks!
Edit: I'm using libgitlab-api-v4-perl version 0.16-1 on Debian buster, and tested on sid / version 0.22-1, the error is the same.