• Hi, I spent all day trying to make the plugin works under last version of wordpress and finally I installed a fresh WP 4.7.1 (plugin tested).

    I used the example to be sure it was working.
    [webtorrent url=”https://webtorrent.io/torrents/sintel.torrent” show_seed_leech_info=”false”]

    I try creating a folder into uploads named torrents and used the url “uploads/torrents/sintel.torrent”

    This one shows a strange url: xn--uploads-336c/torrents/sintel.torrent”

    I downloaded the JS from official site and included it into my theme’s js folder by adding it to functions.php

    wp_enqueue_script( ‘script’, get_template_directory_uri() . ‘/js/webtorrent.min.js’, array ( ‘jquery’ ), 1.1, true);

    Still not working…

    I found this errors:

    Uncaught Error: Invalid torrent identifier
    at webtorrent.min.js?ver=1.1:5
    at a.run (webtorrent.min.js?ver=1.1:5)
    at s (webtorrent.min.js?ver=1.1:5)

    Uncaught (in promise) Error: Error downloading torrent: Failed to fetch
    at webtorrent.min.js?ver=1.1:5
    at t.exports.<anonymous> (webtorrent.min.js?ver=1.1:7)
    at t.exports.t (webtorrent.min.js?ver=1.1:5)
    at t.exports.r.emit (webtorrent.min.js?ver=1.1:4)
    at webtorrent.min.js?ver=1.1:7
    at <anonymous>

    Any idea?

    Thank you very much.

    The page I need help with: [log in to see the link]

  • The topic ‘Plugin not working’ is closed to new replies.