Error Code encountered during ext debugging: 0 × 80070057

Source: Internet
Author: User

For beginners, some inexplicable errors often occur during ext debugging. If you have no experience, it will take a long time to debug this error.

Today, I encountered such an error during form submission debugging.

 Uncaught exception: [exception... "Component returned failure code: 0x80070057 (ns_error_illegal_value) [nsixmlhttprequest. open] "nsresult:" 0x80070057 (ns_error_illegal_value) "Location:" JS frame: http: // localhost/client/lib/extjs/adapter/EXT/ext-base.js :: anonymous: Line 10 "data: No]

This section is similar to a blue screen.Code, It is troublesome to read.

In fact, this is an error about the failure to open the specified address during Ajax communication. This time, my error is that the parameter URL of the submit method is not assigned a value. This. getform (). Submit ({URL: http: // localhost/handler. ashx,....});

Therefore, the above error is reported.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.