diff --git a/platypush/plugins/video/torrentcast.py b/platypush/plugins/video/torrentcast.py index 72072698c..0fb40b6c4 100644 --- a/platypush/plugins/video/torrentcast.py +++ b/platypush/plugins/video/torrentcast.py @@ -19,7 +19,7 @@ class VideoTorrentcastPlugin(Plugin): 'http://{}:{}/play/'.format(self.server, self.port), data=urllib.parse.urlencode({ 'url': url - }) + }).encode() ) self.playing = True