Copy link to clipboard
Copied
Greetings one and all -
I recently tried to create a new scheduled task, and I made enough of them over the years that it should be an issue.
I go through the process, and the get this message:
An error occurred scheduling the task.
For input string: "u=4"
I have no idea where or what this message is referring to.
I look under the Additional Settings, and under Priority in the input field it shows:
u=4.
I know I didn't enter it.
When I change it, it resets it back to 'u=4,' and I get the error message again.
No matter what value I choose, (blank or a number), I get the error message, and the value is back to u=4.
Any and all help is appreciated.
Thanks
Hi everyone,
I have looked into this and think I have found:
1. Likely cause: Steps to reproduce
1.1 Save the following line of code as a CFM file.
<cfdump var="#getHTTPRequestData()#">
1.2 Launch the code, in turn, on the most recent versions of the browsers Chrome, Firefox and Edge.
A picture of the result:
1.3 Take a look at the headers. You will see that Firefox, and Firefox alone, has the PRIORITY header. The value of this header is i
...Copy link to clipboard
Copied
Thanks BKBK. Your solution worked for me
Copy link to clipboard
Copied
I have the simple way,
1. Before submit enable network debug
2. Then submit it, it will display error but network capture it, you can right klik on the network edit and resend just edit the value from u=4 into 5
3. send it, then you scheduletask now appear on list
hope that help
Copy link to clipboard
Copied
Helpful tip for folks. Thanks.