Hi support team!
There was a error loading this media
Hi support team!
There was a error loading this media
Hi Bruno,
Sorry you're having trouble with this. I have a couple of questions to help us get to the bottom of the issue:
Filenames with a tilde are likely temp files so it's possible that the Quicktime generation is failing at some point when you're publishing with Quickdalies. It could be useful to turn on debug_logging
in your environment file and send us the result.
Assuming you're in the Shot Step environment (launching Nuke from a Task on a Shot), you'd edit:
Z:\path\to\sgtk\software\<your_project>\config\env\shot_step.yml
And set debug_logging: true
for tk-nuke
tk-nuke:
apps:
...
...
debug_logging: true
The debugging info will then be in the script editor window. If you could send us the output from that (specifically the quickdailies generation part if that's recognizable, otherwise all of it is fine) and we can see if there's anything else in there that may provide clues.
Hi KP, since my last email i was not able to reproduce the exact error that i describ -6402895399433207443.mov
what i get instead is the same naming convention something like -643803928174710280
but with .tmp
as extension.
-643803928174710280.tmp
, if i changed it to .mov
it will run perfectly in QT. Very rarely (still don't know exactly how) it names the file correctly, but unfortunately even if the files is named correctly it wont show in the screening room. .tmp
. .mov
or .tmp
i always get a message ate the end of the render saying Your submission was successfully sent to review
Here is the debug log from one of the .tmp quickdailies:
Shotgun Debug: Importing python modules in Q:\AI\software\shotgun\studio\install\apps\app_store\tk-nuke-quickdailies\v0.1.8\python...
Shotgun Debug: Retrieving current scene path via hook
Shotgun Debug: Saving the current file with hook
Shotgun Debug: Snapshot: Copying Q:\AI\projects\test_project\sequences\End\CAM_003\Comp\work\nuke\CAM003.v007.nk --> Q:\AI\projects\test_project\sequences\End\CAM_003\Comp\work\nuke\snapshots\CAM003.v007.2014-05-15-11-39-25.nk
Shotgun Debug: Snapshot: Adding comment to file Q:\AI\projects\test_project\sequences\End\CAM_003\Comp\work\nuke\snapshots/CAM003.v000.tank_comments.yml
Any feedback will be appreciated
Thank you for all your help
Bruno
Thanks for the detailed follow-up Bruno. Which exact version of Nuke are you using? I see there's another similar bug they fixed in v7.0v6:
BUG ID 19788 - Windows only: Writing frames occasionally displayed a Can't rename .tmp to final, Permission denied
error.
BUG ID 19788 is something recurring, we mostly export frames from nuke and i personally have seen this happen a lot of times even in Nuke 8
For the tests i mainly used 7.0v9, i also did a few tests in version 8.0v3 and got the same errors.
It does not seem to be directly related with Toolkit, but something more related on how Nuke writes data on a windows system. I guess we will just have to manually upload our dailies.
Thank you Kp
Ah, are you trying to use the web player in Screening Room? Or are you using Screening Room for RV?
Currently the quickdailies app doesn't actually upload the movie to Shotgun (a feature that direly needs to be implemented and we plan to very soon). So there won't be any media in the Uploaded Movie field on the Version which is what the SR web player needs to play its media.
If you're using RV, are the quicktimes listed in the Path To Movie field on the Version? And that path is correct and the movies in that location are playable? An example Version id for me to look at would help too if this is the case.
I guess i should have been more clear, we don't use RV, its the Screening Room in the web that we wanted to use.
FYI, here's a tip for how you can write a simple hook to upload your movie file to the Version in Shotgun for viewing in the Screening Room web player. Check out "How do I view my Nuke Quickdaily in Shotgun Screening Room"