-
Notifications
You must be signed in to change notification settings - Fork 25
Description
I'm in Kubuntu 19.04, Natron 2.3.14 portable
Channel
🚫 autoAlpha
No log.
Node Graph
🚫 connectNodesList
log in console:
Object::connect: No such signal GenericWatcher::taskFinished(int,WatcherCallerArgsPtr)
Object::connect: No such signal GenericWatcher::taskFinished(int,WatcherCallerArgsPtr)
Script editor:
While executing script:
app = app1
connectNodesList()
Python error:
Python exception: local variable 'toNode' referenced before assignment
Traceback (most recent call last):
File "", line 2, in
File "/home/life/.Natron/Python_GUI/connectNodesList/connectNodesList.py", line 94, in connectNodesList
if nodeToConnect.canConnectInput(0,toNode) == 1:
UnboundLocalError: local variable 'toNode' referenced before assignment
🚫 openLocation
Script editor:
While executing script:
app = app1
openLocation()
Python error:
Python exception: [Errno 2] No existe el archivo o el directorio
Traceback (most recent call last):
File "", line 2, in
File "/home/life/.Natron/Python_GUI/openLocation/openLocation.py", line 40, in openLocation
subprocess.Popen( ['thunar', myFolder] , stdin = subprocess.PIPE, stdout = subprocess.PIPE)
File "/home/life/Natron-2.3.14-Linux-x86_64bit/lib/python27.zip/subprocess.py", line 394, in init
errread, errwrite)
File "/home/life/Natron-2.3.14-Linux-x86_64bit/lib/python27.zip/subprocess.py", line 1047, in _execute_child
raise child_exception
OSError: [Errno 2] No existe el archivo o el directorio
Render
🚫 flipbook (Renders but not open the viewer)
Script editor:
While executing script:
app = app1
flipbook()()
Python error:
Python exception: (2, 'No existe el archivo o el directorio', '/usr/local/mrViewer-v5.1.1-Linux-64/bin/\n')
Traceback (most recent call last):
File "", line 2, in
File "/home/life/.Natron/Python_GUI/flipbook/flipbook.py", line 300, in flipbook
os.chdir(viewerPath)
OSError: (2, 'No existe el archivo o el directorio', '/usr/local/mrViewer-v5.1.1-Linux-64/bin/\n')
Utils
🚫 collectFiles
Script editor:
While executing script:
app = app1
collectFiles()()
Python error:
Python exception: (2, 'No existe el archivo o el directorio', '/home/life/Escritorio/borrame/borramedos/Untitled_COLLECT/')
Traceback (most recent call last):
File "", line 2, in
File "/home/life/.Natron/Python_GUI/collectFiles/collectFiles.py", line 218, in collectFiles
os.chdir(rootFolder)
OSError: (2, 'No existe el archivo o el directorio', '/home/life/Escritorio/borrame/borramedos/Untitled_COLLECT/')