• Hello,

    An error I found while importing :

    Import movies

    Tab 3 “Import new movies”, type : “Equalizer” (without “”)
    Then Tab 1 “Imported movies”, click Icon Fetch data from Imdb, select “The Equalizer” movie, and click “+”
    Then Tab 3 “Import new movies”, type : “The Equalizer” (=meta title found by fetch data and added to import queue)

    = Javascript error
    TypeError: Cannot read property ‘length’ of undefined
    /wp-content/plugins/wpmovielibrary/assets/js/admin/wpmoly-importer-movies.js?ver=2.1.4.5:109

    Please note the subtile difference : we can still write “Equalizer” in tab 3 “Import new movies”, but we cannot type “The Equalizer” = name of a movie confirmed by import

    Thanks for the plugin
    Kind regards

Viewing 5 replies - 1 through 5 (of 5 total)
  • Here also began presenting the same error and stopped importing the movies. Is it a problem with tmdb api?

    error: function( response ) {
    wpmoly_state.clear();
    $.each( response.responseJSON.errors, function() {
    wpmoly_state.set( this, ‘error’ );
    });
    },

    +1

    It also happens when you have a movie in the trash folder.

    I had a movie called “instinct” in the trash folder and I didn’t know, so when I tried to import “instinct” (using Tab no 3) I got the same JS error: “Cannot read property ‘length’ of undefined…”

    Plugin Author Charlie Merland

    (@caercam)

    Hi everyone,

    Should be fixed by the last update. Let me know if it doesn’t ??

    samnnn

    (@samnnn)

    it doesnot import movies after the update

    samnnn

    (@samnnn)

    now it imports the movies it is ok for me

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Bug on import existing movie’ is closed to new replies.