Found 185 posts.
Search results Show results as topic list.
PDG/TOPs » Shotgun Create Error [SOLVED]
-
- guilhermecasagrandi
- 275 posts
- Offline
The problem was due to ffmpeg turning the pdg graph to dynamic. Turning the PDG server end “dynamic partition” option solved the problem.
PDG/TOPs » Shotgun Create Error [SOLVED]
-
- guilhermecasagrandi
- 275 posts
- Offline
PDG/TOPs » Shotgun Create Error [SOLVED]
-
- guilhermecasagrandi
- 275 posts
- Offline
Found some info online about problems with firewall that could trigger this error. But I´ve got the same error with the firewall turned off (I´m on Windows 10 here).
Edited by guilhermecasagrandi - March 10, 2020 18:19:43
PDG/TOPs » Shotgun Create Error [SOLVED]
-
- guilhermecasagrandi
- 275 posts
- Offline
Hi guys,
I´m getting some errors while trying to create a “Version” entity on Shotgun with TOPs.
I´m using the same setup as the help files: I find the current project using the shotgun find (one) and It returns the current and correct project. I´m de admin, so I have all permissions and I can create a version using the same “method” by using the python shell. Only on TOPs I get following error:
Traceback (most recent call last):
File “C:/PROGRA~1/SIDEEF~1/HOUDIN~1.391/houdini/pdg/types\utils\commandchain.py”, line 334, in get_data
data = s.exec_script(commandbase64)
File “C:\PROGRA~1\SIDEEF~1\HOUDIN~1.391\python27\lib\xmlrpclib.py”, line 1243, in __call__
return self.__send(self.__name, args)
File “C:\PROGRA~1\SIDEEF~1\HOUDIN~1.391\python27\lib\xmlrpclib.py”, line 1602, in __request
verbose=self.__verbose
File “C:\PROGRA~1\SIDEEF~1\HOUDIN~1.391\python27\lib\xmlrpclib.py”, line 1283, in request
return self.single_request(host, handler, request_body, verbose)
File “C:\PROGRA~1\SIDEEF~1\HOUDIN~1.391\python27\lib\xmlrpclib.py”, line 1313, in single_request
response = h.getresponse(buffering=True)
File “C:\PROGRA~1\SIDEEF~1\HOUDIN~1.391\python27\lib\httplib.py”, line 1121, in getresponse
response.begin()
File “C:\PROGRA~1\SIDEEF~1\HOUDIN~1.391\python27\lib\httplib.py”, line 438, in begin
version, status, reason = self._read_status()
File “C:\PROGRA~1\SIDEEF~1\HOUDIN~1.391\python27\lib\httplib.py”, line 394, in _read_status
line = self.fp.readline(_MAXLINE + 1)
File “C:\PROGRA~1\SIDEEF~1\HOUDIN~1.391\python27\lib\socket.py”, line 480, in readline
data = self._sock.recv(self._rbufsize)
error: Foi forçado o cancelamento de uma conexão existente pelo host remoto
I´m getting some errors while trying to create a “Version” entity on Shotgun with TOPs.
I´m using the same setup as the help files: I find the current project using the shotgun find (one) and It returns the current and correct project. I´m de admin, so I have all permissions and I can create a version using the same “method” by using the python shell. Only on TOPs I get following error:
Traceback (most recent call last):
File “C:/PROGRA~1/SIDEEF~1/HOUDIN~1.391/houdini/pdg/types\utils\commandchain.py”, line 334, in get_data
data = s.exec_script(commandbase64)
File “C:\PROGRA~1\SIDEEF~1\HOUDIN~1.391\python27\lib\xmlrpclib.py”, line 1243, in __call__
return self.__send(self.__name, args)
File “C:\PROGRA~1\SIDEEF~1\HOUDIN~1.391\python27\lib\xmlrpclib.py”, line 1602, in __request
verbose=self.__verbose
File “C:\PROGRA~1\SIDEEF~1\HOUDIN~1.391\python27\lib\xmlrpclib.py”, line 1283, in request
return self.single_request(host, handler, request_body, verbose)
File “C:\PROGRA~1\SIDEEF~1\HOUDIN~1.391\python27\lib\xmlrpclib.py”, line 1313, in single_request
response = h.getresponse(buffering=True)
File “C:\PROGRA~1\SIDEEF~1\HOUDIN~1.391\python27\lib\httplib.py”, line 1121, in getresponse
response.begin()
File “C:\PROGRA~1\SIDEEF~1\HOUDIN~1.391\python27\lib\httplib.py”, line 438, in begin
version, status, reason = self._read_status()
File “C:\PROGRA~1\SIDEEF~1\HOUDIN~1.391\python27\lib\httplib.py”, line 394, in _read_status
line = self.fp.readline(_MAXLINE + 1)
File “C:\PROGRA~1\SIDEEF~1\HOUDIN~1.391\python27\lib\socket.py”, line 480, in readline
data = self._sock.recv(self._rbufsize)
error: Foi forçado o cancelamento de uma conexão existente pelo host remoto
Edited by guilhermecasagrandi - March 10, 2020 21:41:23
PDG/TOPs » HDA Processor - Ctrl parms from attributes [SOLVED]
-
- guilhermecasagrandi
- 275 posts
- Offline
I figured it out. When the HDA Processor creates the parameters, It overrides the attributes. Must disable the HDA´s parameters on the processor for it to work.
Edited by guilhermecasagrandi - Nov. 25, 2019 20:37:25
PDG/TOPs » HDA Processor - Ctrl parms from attributes [SOLVED]
-
- guilhermecasagrandi
- 275 posts
- Offline
BrandonAthanks for the reply! That´s what I thought, but I didn´t manage to get it to work. Do you have a working example?
Yes, this is possible. You can use an attribute to drive the HDA Path, and then create attributes that match the parameters on the HDA, and they will be automatically applied to the corresponding HDA parameter when the work item cooks.
I even tried the hdap_attribute, but It didn´t work….
PDG/TOPs » HDA Processor - Ctrl parms from attributes [SOLVED]
-
- guilhermecasagrandi
- 275 posts
- Offline
Hi,
Does anyone know if we can control HDA´s parameters in the HDA Processor using TOPs attributes without hardcoding them in the parameters tab?
To clarify: my idea is to find HDAs in a folder, put them in attributes and then use the attribute “HDA path” to tell the HDA Processor which HDA to process (that´s working fine).
The next step is to fine-tune the HDA´s behavior with TOP´s attributes - but I can´t hardcode them in the parameter´s tab because I´m not using the same asset to process.
Does anyone know if we can control HDA´s parameters in the HDA Processor using TOPs attributes without hardcoding them in the parameters tab?
To clarify: my idea is to find HDAs in a folder, put them in attributes and then use the attribute “HDA path” to tell the HDA Processor which HDA to process (that´s working fine).
The next step is to fine-tune the HDA´s behavior with TOP´s attributes - but I can´t hardcode them in the parameter´s tab because I´m not using the same asset to process.
Edited by guilhermecasagrandi - Nov. 25, 2019 20:36:58
PDG/TOPs » HDA Processor not outputing geometry [SOLVED]
-
- guilhermecasagrandi
- 275 posts
- Offline
Hi,
I´m chaging my workflow to make use of HDA Processors, but I can´t figure out why it can´t output geometry (it outputs empty bgeos)., even when testing with the example files.
The asset is a simple HDA with a platonic inside, so no inputs are needed.
I´ve saved the debug hip file, and the hda comes in locked (as if it was missing the asset), but It´s not, as can be seeing in the image attached (04).
I´ve tried the example files but got the same result and didn´t find anyone else having this same kind of error.
SOLVED - There is something in my pipeline scripts that is messing up with houdini.
I´m chaging my workflow to make use of HDA Processors, but I can´t figure out why it can´t output geometry (it outputs empty bgeos)., even when testing with the example files.
The asset is a simple HDA with a platonic inside, so no inputs are needed.
I´ve saved the debug hip file, and the hda comes in locked (as if it was missing the asset), but It´s not, as can be seeing in the image attached (04).
I´ve tried the example files but got the same result and didn´t find anyone else having this same kind of error.
SOLVED - There is something in my pipeline scripts that is messing up with houdini.
Edited by guilhermecasagrandi - Nov. 24, 2019 13:36:30
PDG/TOPs » Getting the deadliner scheduler in TOPs to work?
-
- guilhermecasagrandi
- 275 posts
- Offline
Any tips on solving the “Error: Executable “python.exe” is not rooted, and does not exist in the current directory or in the PATH” problem?
I´m getting the same on one of my machines.
I´m getting the same on one of my machines.
PDG/TOPs » Shotgun Session Error: "Timed out waiting for server to start".
-
- guilhermecasagrandi
- 275 posts
- Offline
chrisgreb
Maybe worth trying with the most recent daily build? Can you run other TOP nodes ok? Otherwise if you like you could submit a hip file with a bug ticket and we could continue from there.
Thanks Chris. Everything else works as expected, just this node that is not working as (I think) It should.
I´ve submitted a ticket for this. Thanks for the help.
PDG/TOPs » Shotgun Session Error: "Timed out waiting for server to start".
-
- guilhermecasagrandi
- 275 posts
- Offline
Hi @chrisgreb,
Any thoughts about why it works everywhere, but not in the Shotgun Session TOP node?
Any thoughts about why it works everywhere, but not in the Shotgun Session TOP node?
PDG/TOPs » Shotgun Session Error: "Timed out waiting for server to start".
-
- guilhermecasagrandi
- 275 posts
- Offline
sorry about that.
It worked.
the file “._pdg_shotgun_info_test” has this contents:
and the log file “test_shotgunrpc” is empty.
It worked.
the file “._pdg_shotgun_info_test” has this contents:
{"host": "Haroldo", "proto_type": "xmlrpc", "pid": 10148, "name": "test", "port": 59685}
and the log file “test_shotgunrpc” is empty.
Edited by guilhermecasagrandi - July 23, 2019 16:35:33
PDG/TOPs » Shotgun Session Error: "Timed out waiting for server to start".
-
- guilhermecasagrandi
- 275 posts
- Offline
Got a different error message.
The “error” in the beginning is from my pipeline scripts, but I already tested with default user preferences and got the same errors.
The “error” in the beginning is from my pipeline scripts, but I already tested with default user preferences and got the same errors.
Welcome to the Houdini 17.5.293 command line tools. The Houdini environment has been initialized. [windows-x86_64-cl19.16] Starting command prompt... Microsoft Windows [versão 10.0.18362.239] (c) 2019 Microsoft Corporation. Todos os direitos reservados. C:\Users\guilh>"C:\Program Files\Side Effects Software\Houdini 17.5.293\bin\hython.exe" "C:\Program Files\Side Effects Software\Houdini 17.5.293\houdini\python2.7libs\pdgjob\shotgunrpc.py" --port 59685 --name test --temp_dir C:/temp --shotgun_url https://hardcorefx.shotgunstudio.com Project not set yet, using default values. Please set the project first, quitting... Traceback (most recent call last): File "C:\Program Files\Side Effects Software\Houdini 17.5.293\houdini\python2.7libs\pdgjob\shotgunrpc.py", line 260, in <module> args.temp_dir File "C:\Program Files\Side Effects Software\Houdini 17.5.293\houdini\python2.7libs\pdgjob\shotgunrpc.py", line 210, in main logging.basicConfig(level=logging.INFO, filename=log_file) File "C:\PROGRA~1\SIDEEF~1\Houdini 17.5.293\python27\lib\logging\__init__.py", line 1554, in basicConfig hdlr = FileHandler(filename, mode) File "C:\PROGRA~1\SIDEEF~1\Houdini 17.5.293\python27\lib\logging\__init__.py", line 920, in __init__ StreamHandler.__init__(self, self._open()) File "C:\PROGRA~1\SIDEEF~1\Houdini 17.5.293\python27\lib\logging\__init__.py", line 950, in _open stream = open(self.baseFilename, self.mode) IOError: [Errno 2] No such file or directory: 'C:\\temp\\test_shotgunrpc.log'
PDG/TOPs » Shotgun Session Error: "Timed out waiting for server to start".
-
- guilhermecasagrandi
- 275 posts
- Offline
chrisgreb
pprint(result)
Hi Chris,
It works in the Houdini´s python shell. It works on hython too (with the command line tools).
I think it´s something in the pre-cook pass.
PDG/TOPs » Shotgun Session Error: "Timed out waiting for server to start".
-
- guilhermecasagrandi
- 275 posts
- Offline
chrisgreb
Are there any log files in the temp folders? They may contain error messages.
Otherwise, could you please attach a hip file here or to a support bug for us to try to reproduce.
Hi Chris,
There is no file in the temp folder (although it creates the folder, but not the files).
I just used a simples file with a TOPnet with a Shotgun Session inside, nothing fancy.
The strange thing is: the example file in the docs worked at some point last week, but not anymore. And both computers had a Windows update going on after that, so I´m assuming is something related to that, could it be?
Are there some tests I could perform to try to narrow down the problem?
PDG/TOPs » Shotgun Session Error: "Timed out waiting for server to start".
-
- guilhermecasagrandi
- 275 posts
- Offline
chrisgreb
It times out if the shotgun ‘server’ doesn't write to a specific temp file after a few seconds. The server is just a hython process. Could it be failing to write to your temp directory? You could take a look in the pdgtemp/log folder in houdini_temp or working directory to see if anything is written there.
Hi Chris, thanks for the reply.
No, Hython doesn´t save the file in the temp folder. I used a custom folder and the default folder. None of them worked.
PDG/TOPs » PDG Master class posted
-
- guilhermecasagrandi
- 275 posts
- Offline
kenxu
https://www.sidefx.com/tutorials/pdg-core-concepts/#comment-4380 [www.sidefx.com]
The first of several to come. Next planned ones are:
Schedulers:
A) How to deploy with Tractor
B) How to deploy with Deadline
C) How to deploy with HQueue
D) How to write your own binding
API
- A deep dive on the PDG API.
Please let us what further questions / topics we could address beyond those above.
Ken, I watched your masterclass (thanks, BTW), but I think there still room to talk more about mappers and where to use them. I still don´t understand why the attributes are lost when there is a mapper in the middle…
Edited by guilhermecasagrandi - July 20, 2019 14:49:24
PDG/TOPs » PDG Master class posted
-
- guilhermecasagrandi
- 275 posts
- Offline
Yeahh, will be nice to know more about the API and why there are some differences from hou, like, why something like self.evalParm must be different in PDG.
PDG/TOPs » Shotgun Session Error: "Timed out waiting for server to start".
-
- guilhermecasagrandi
- 275 posts
- Offline
Hi,
I keep getting this error when I try to connect to my shotgun site using the PDG Shotgun Session node.
The strange thing is that I did connect a few days ago, but now I can´t. Same problem on both machines, build 293, but same thing with 321. Perhaps is a windows update problem?
I can import the SG api in the command line tools with hython and in the python shell inside houdini, and connect to my shotgun site. Only with PDG I can´t.
I keep getting this error when I try to connect to my shotgun site using the PDG Shotgun Session node.
The strange thing is that I did connect a few days ago, but now I can´t. Same problem on both machines, build 293, but same thing with 321. Perhaps is a windows update problem?
I can import the SG api in the command line tools with hython and in the python shell inside houdini, and connect to my shotgun site. Only with PDG I can´t.
PDG/TOPs » Shotgun find Output
-
- guilhermecasagrandi
- 275 posts
- Offline
Yes, inside houdini´s python shell I can. I´ve shotgun running and SG python tab open inside houdini. But I still get error´s saying that Houdini can´t find SG API. As I posted, I pointed out the “PYTHONPATH” environment to the “shotgun_api3” folder. Is that correct? Do I need to add extra folders to the environment?
Got it. Was a problem with the pythonpath. Thanks for the help, and I hope someone can help you too!
Got it. Was a problem with the pythonpath. Thanks for the help, and I hope someone can help you too!
Edited by guilhermecasagrandi - March 26, 2019 11:02:24
-
- Quick Links