CMU mocap download fails with exception #37791

Closed
opened 2013-12-12 16:38:39 +01:00 by inactive account · 6 comments

System Information
Windows 7 64-bit

Blender Version
Broken: Blender 2.69.1 r60958 (from buildbot, blender-2.69-r60958-win64-vc11.zip)

Short description of error
The button "Download and Import Motion Data" gives me a ConnectionRefusedError.

Exact steps for others to reproduce the error

  • Enable the CMU mocap browser addon
  • Select actor 79 - actor everyday activities
  • Select 1 - chopping wood
  • Click the "Download and Import Motion Data" button

The resulting exception is:

  Traceback (most recent call last):
    File "C:\Program Files\Blender Foundation\Blender\2.69\python\lib\urllib\request.py", line 1252, in do_open
      h.request(req.get_method(), req.selector, req.data, headers)
    File "C:\Program Files\Blender Foundation\Blender\2.69\python\lib\http\client.py", line 1049, in request
      self._send_request(method, url, body, headers)
    File "C:\Program Files\Blender Foundation\Blender\2.69\python\lib\http\client.py", line 1087, in _send_request
      self.endheaders(body)
    File "C:\Program Files\Blender Foundation\Blender\2.69\python\lib\http\client.py", line 1045, in endheaders
      self._send_output(message_body)
    File "C:\Program Files\Blender Foundation\Blender\2.69\python\lib\http\client.py", line 890, in _send_output
      self.send(msg)
    File "C:\Program Files\Blender Foundation\Blender\2.69\python\lib\http\client.py", line 828, in send
      self.connect()
    File "C:\Program Files\Blender Foundation\Blender\2.69\python\lib\http\client.py", line 806, in connect
      self.timeout, self.source_address)
    File "C:\Program Files\Blender Foundation\Blender\2.69\python\lib\socket.py", line 424, in create_connection
      raise err
    File "C:\Program Files\Blender Foundation\Blender\2.69\python\lib\socket.py", line 415, in create_connection
      sock.connect(sa)
  ConnectionRefusedError: [WinError 10061] No connection could be made because the target machine actively refused it
  During handling of the above exception, another exception occurred:
  Traceback (most recent call last):
    File "C:\Program Files\Blender Foundation\Blender\2.69\scripts\addons_contrib\cmu_mocap_browser\download.py", line 112, in execute
      self.src = urlopen(self.remote_file)
    File "C:\Program Files\Blender Foundation\Blender\2.69\python\lib\urllib\request.py", line 160, in urlopen
      return opener.open(url, data, timeout)
    File "C:\Program Files\Blender Foundation\Blender\2.69\python\lib\urllib\request.py", line 473, in open
      response = self._open(req, data)
    File "C:\Program Files\Blender Foundation\Blender\2.69\python\lib\urllib\request.py", line 491, in _open
      '_open', req)
    File "C:\Program Files\Blender Foundation\Blender\2.69\python\lib\urllib\request.py", line 451, in _call_chain
      result = func(*args)
    File "C:\Program Files\Blender Foundation\Blender\2.69\python\lib\urllib\request.py", line 1272, in http_open
      return self.do_open(http.client.HTTPConnection, req)
    File "C:\Program Files\Blender Foundation\Blender\2.69\python\lib\urllib\request.py", line 1255, in do_open
      raise URLError(err)
  urllib.error.URLError: <urlopen error [WinError 10061] No connection could be made because the target machine actively refused it>

However, from the same machine I can download the files manually.

**System Information** Windows 7 64-bit **Blender Version** Broken: Blender 2.69.1 r60958 (from buildbot, blender-2.69-r60958-win64-vc11.zip) **Short description of error** The button "Download and Import Motion Data" gives me a ConnectionRefusedError. **Exact steps for others to reproduce the error** - Enable the CMU mocap browser addon - Select actor 79 - actor everyday activities - Select 1 - chopping wood - Click the "Download and Import Motion Data" button The resulting exception is: ``` Traceback (most recent call last): File "C:\Program Files\Blender Foundation\Blender\2.69\python\lib\urllib\request.py", line 1252, in do_open h.request(req.get_method(), req.selector, req.data, headers) File "C:\Program Files\Blender Foundation\Blender\2.69\python\lib\http\client.py", line 1049, in request self._send_request(method, url, body, headers) File "C:\Program Files\Blender Foundation\Blender\2.69\python\lib\http\client.py", line 1087, in _send_request self.endheaders(body) File "C:\Program Files\Blender Foundation\Blender\2.69\python\lib\http\client.py", line 1045, in endheaders self._send_output(message_body) File "C:\Program Files\Blender Foundation\Blender\2.69\python\lib\http\client.py", line 890, in _send_output self.send(msg) File "C:\Program Files\Blender Foundation\Blender\2.69\python\lib\http\client.py", line 828, in send self.connect() File "C:\Program Files\Blender Foundation\Blender\2.69\python\lib\http\client.py", line 806, in connect self.timeout, self.source_address) File "C:\Program Files\Blender Foundation\Blender\2.69\python\lib\socket.py", line 424, in create_connection raise err File "C:\Program Files\Blender Foundation\Blender\2.69\python\lib\socket.py", line 415, in create_connection sock.connect(sa) ConnectionRefusedError: [WinError 10061] No connection could be made because the target machine actively refused it ``` ``` During handling of the above exception, another exception occurred: ``` ``` Traceback (most recent call last): File "C:\Program Files\Blender Foundation\Blender\2.69\scripts\addons_contrib\cmu_mocap_browser\download.py", line 112, in execute self.src = urlopen(self.remote_file) File "C:\Program Files\Blender Foundation\Blender\2.69\python\lib\urllib\request.py", line 160, in urlopen return opener.open(url, data, timeout) File "C:\Program Files\Blender Foundation\Blender\2.69\python\lib\urllib\request.py", line 473, in open response = self._open(req, data) File "C:\Program Files\Blender Foundation\Blender\2.69\python\lib\urllib\request.py", line 491, in _open '_open', req) File "C:\Program Files\Blender Foundation\Blender\2.69\python\lib\urllib\request.py", line 451, in _call_chain result = func(*args) File "C:\Program Files\Blender Foundation\Blender\2.69\python\lib\urllib\request.py", line 1272, in http_open return self.do_open(http.client.HTTPConnection, req) File "C:\Program Files\Blender Foundation\Blender\2.69\python\lib\urllib\request.py", line 1255, in do_open raise URLError(err) urllib.error.URLError: <urlopen error [WinError 10061] No connection could be made because the target machine actively refused it> ``` However, from the same machine I can download the files manually.

Changed status to: 'Open'

Changed status to: 'Open'
Daniel M. Basso was assigned by inactive account 2013-12-12 16:38:39 +01:00

Added subscriber: @sybrenstuvel

Added subscriber: @sybrenstuvel

Fixed in revision [541c2d6] master: Fix #37791: CMU changed its mocap lib website port

If you want to manually fix it it's easy, just open the file 2.69/scripts/addons_contrib/cmu_mocap_browser/library.py and remove de :8080 from the addresses.

Fixed in revision `[541c2d6] master: Fix #37791: CMU changed its mocap lib website port` If you want to manually fix it it's easy, just open the file `2.69/scripts/addons_contrib/cmu_mocap_browser/library.py` and remove de `:8080` from the addresses.

Awesome, thanks!

Awesome, thanks!

Changed status from 'Open' to: 'Resolved'

Changed status from 'Open' to: 'Resolved'

Added subscriber: @brecht

Added subscriber: @brecht
Sign in to join this conversation.
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender-addons#37791
No description provided.