Closed Thread
Results 1 to 7 of 7

Thread: What's this?

  1. #1
    Jaan Guest

    What's this?

    uncaught exception: [Exception... "Component returned failure code: 0xc1f30001 (NS_ERROR_NOT_INITIALIZED) [nsIXMLHttpRequest.send]" nsresult: "0xc1f30001 (NS_ERROR_NOT_INITIALIZED)" location: "JS frame :: http://localhost/test/ajaxcom/index.html :: loadcomments :: line 35" data: no]
    I get this error when I'm trying to run my script.. :/

  2. CODECALL Circuit advertisement

     
  3. #2
    Lop's Avatar
    Lop
    Lop is offline Speaks fluent binary
    Join Date
    May 2006
    Posts
    1,178
    Rep Power
    30

    Re: What's this?

    Can you post your script?

  4. #3
    Jaan Guest

    Re: What's this?

    no way dude it's premium script

    33-35 rows

    Code:
    		getRequest2.open("GET", "post.php?show=1", true);
    		getRequest2.onreadystatechange = show_comment;
    		getRequest.send(null);

  5. #4
    Jaan Guest

    Re: What's this?

    Nudge!

    anyone ?

  6. #5
    Join Date
    Sep 2007
    Location
    Karlstad, Sweden
    Posts
    3,082
    Blog Entries
    7
    Rep Power
    42

    Re: What's this?

    I have searched around a bit and this is a pure firefox problem as I understand.
    QuirksBlog: XMLHTTP notes: abort() and Mozilla bug
    is a blog or similar who deals with this problem, maybe this can give you better understanding of the problem? read the comments aswell cause they give more or less more information as I understand when I read.

    it seems to be about firing a new request before that last one is done.

    hope it helps you a little

  7. #6
    Jaan Guest

    Re: What's this?

    Looks cool.. thank you mate

  8. #7
    Join Date
    Jul 2006
    Location
    Amherst, New York, United States
    Posts
    6,277
    Blog Entries
    26
    Rep Power
    20

    Re: What's this?

    I have never seen that error, nor do I know what could cause it. Is it indeed a bug, or have you found a solution?

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts