Results 1 to 4 of 4

Thread: uncaught exception: DataCloneError: The object could not be cloned.

  1. #1
    Thread Starter
    seoagent's Avatar
    Join Date
    Jul 2012
    Location
    Edmonton, AB, Canada
    Posts
    660
    Thanks
    136
    Thanked 86 Times in 74 Posts

    uncaught exception: DataCloneError: The object could not be cloned.

    This issue is occurring with Fire Fox V.21.0.

    uncaught exception: DataCloneError: The object could not be cloned.
    https://edmontonapartmentsrent.com/w...y.js?ver=1.8.3 Line 2
    Firebug is reporting. error is serializing, up to 92 when page is left open for an hour.

    Possible and most likely cause: Ref.: http://stackoverflow.com/questions/7...-by-web-worker

    The original exception was most likely thrown because you tried passing a host object to the web worker (most likely a dom element). Your subsequent attempts don't throw the same error. Remember two key points: there isn't shared memory between the different threads, and the web workers can't manipulate the DOM.


    postMessage supports passing structured data to threads, and will internally serialise (or in some other way copy the value of the data recursively) the data. Serialising DOM elements often results in circular reference errors, so your best bet is to map the object you want serialized and extract relevant data to be rebuilt in the web worker.

    A further reference to why this is occurring and the solution can be found at: https://developer.mozilla.org/en-US/...tMessage%28%29

    Can APP Theme Developers do this fix please for V. 3.19? Or should I just copy the new js file from the most recent build? Will it address this issue? Thank you.
    When in doubt: Read, Ask, Do. G+

  2. #2
    samcy's Avatar
    Join Date
    Mar 2012
    Location
    Germany
    Posts
    12,098
    Thanks
    121
    Thanked 1,756 Times in 1,442 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Rolf Hassel (Samcy)

  3. #3
    Thread Starter
    seoagent's Avatar
    Join Date
    Jul 2012
    Location
    Edmonton, AB, Canada
    Posts
    660
    Thanks
    136
    Thanked 86 Times in 74 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    When in doubt: Read, Ask, Do. G+

  4. #4
    Thread Starter
    seoagent's Avatar
    Join Date
    Jul 2012
    Location
    Edmonton, AB, Canada
    Posts
    660
    Thanks
    136
    Thanked 86 Times in 74 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    When in doubt: Read, Ask, Do. G+

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 4
    Last Post: September 30th, 2013, 02:50 AM
  2. Coupon Success Vote: Error: No Transport - error - object Object
    By ocaladesigns in forum Report Clipper Bugs
    Replies: 9
    Last Post: July 26th, 2012, 10:48 AM
  3. Fatal Error: Uncaught exception
    By ponzu in forum Report ClassiPress Bugs
    Replies: 2
    Last Post: May 14th, 2012, 06:47 AM
  4. [SOLVED] Object not found!
    By weldahab in forum Report ClassiPress Bugs
    Replies: 6
    Last Post: April 30th, 2011, 04:21 PM