-
Notifications
You must be signed in to change notification settings - Fork 218
Description
I set up five codes a few weeks ago and have been using it with no issue. Yesterday, I changed the number of codes to six and went to add the sixth code. I got a "not authorized to perform...." error. Tried to make a change to the existing 4th code and got the following:
Logs show:
872d0213-561d-4a07-99ad-5b27fd38d648 10:02:10 AM: error groovy.lang.MissingMethodException: No signature of method: static java.lang.Math.round() is applicable for argument types: (java.lang.String) values: [4444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444444]
Possible solutions: round(float), round(double), find(), rint(double), find(groovy.lang.Closure), random() @ line 310
Code 6 attempt:
872d0213-561d-4a07-99ad-5b27fd38d648 10:01:36 AM: error groovy.lang.MissingMethodException: No signature of method: static java.lang.Math.round() is applicable for argument types: (java.lang.String) values: [6666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666]
Possible solutions: round(float), round(double), find(), rint(double), find(groovy.lang.Closure), random() @ line 310
Any ideas?