blacktwin / JBOPS

Just a Bunch Of Plex Scripts
1.71k stars 304 forks source link

Kill Stream don't work #260

Closed Sevea closed 3 years ago

Sevea commented 3 years ago

Hi, This is the message i see on the log :

Tautulli Notifiers :: Script error:    Traceback (most recent call last):        File "C:\Program Files (x86)\Tautulli\Scripts\kill_stream.py", line 42, in             from builtins import object    ImportError: No module named builtins

with tautulli 2.6.2,

Thanks

blacktwin commented 3 years ago

ImportError: No module named builtins and Python27 you'll need to install builtins pip install future or update to the python 3 build.