Shotgun Create Error [SOLVED]

   1688   5   1
User Avatar
Member
260 posts
Joined: March 2011
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
Edited by guilhermecasagrandi - March 10, 2020 21:41:23
User Avatar
Member
260 posts
Joined: March 2011
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
User Avatar
Member
260 posts
Joined: March 2011
Offline
It looks like a but. I can make It to work in some situation. I´ve sent a RFE.
User Avatar
Member
260 posts
Joined: March 2011
Offline
The problem was due to ffmpeg turning the pdg graph to dynamic. Turning the PDG server end “dynamic partition” option solved the problem.
User Avatar
Staff
463 posts
Joined: Aug. 2019
Offline
Hi Guilherme,

Yes - that is the correct solution for this problem. Since the work items are dynamic, you must use dynamic partitioning.
User Avatar
Member
260 posts
Joined: March 2011
Offline
johnmather
Hi Guilherme,

Yes - that is the correct solution for this problem. Since the work items are dynamic, you must use dynamic partitioning.

Ok John, thanks for the info!
  • Quick Links