Network Render Timeout

Hello,

I’ve tried to render a animation using Network Render. I connected my PC an my Laptop without further problems. But when I clicked “Render animation on network” after some seconds the following error occurs:

AL lib: (EE) UpdateDeviceParams: Failed to set 44100hz, got 48000hz instead
Traceback (most recent call last):
File “F:\Program Files (x86)\Blender\2.74\scripts\addons
etrender\operators.py”, line 85, in invoke
return self.execute(context)
File “F:\Program Files (x86)\Blender\2.74\scripts\addons
etrender\operators.py”, line 77, in execute
scene.network_render.job_id = client.sendJob(conn, scene, True)
File “F:\Program Files (x86)\Blender\2.74\scripts\addons
etrender\client.py”, line 121, in sendJob
return sendJobBlender(conn, scene, anim, can_save)
File “F:\Program Files (x86)\Blender\2.74\scripts\addons
etrender\client.py”, line 340, in sendJobBlender
response = conn.getresponse()
File “F:\Program Files (x86)\Blender\2.74\python\lib\http\client.py”, line 1172, in getresponse
response.begin()
File “F:\Program Files (x86)\Blender\2.74\python\lib\http\client.py”, line 351, in begin
version, status, reason = self._read_status()
File “F:\Program Files (x86)\Blender\2.74\python\lib\http\client.py”, line 313, in _read_status
line = str(self.fp.readline(_MAXLINE + 1), “iso-8859-1”)
File “F:\Program Files (x86)\Blender\2.74\python\lib\socket.py”, line 371, inreadinto
return self._sock.recv_into(b)
socket.timeout: timed out

I asked Google: Somebody circumvents the problem by changing “the default timeout to 1000 (instead of 300) (in the socket.py file[…])”. I can’t find this line, I guess they changed it in the current version. Since I have no experience using python I do not know how I can change it now.

I hope you can help me! :slight_smile:

No answer yet? i get the same problem when using network render sigh it renders everything in /tmp in.exr format (by default) but nothing shown in the scene output render. i can just download the render result but that’s just ridiculous! plus it’s in .exr format which is too large, and i use .png instead for my scene.