vimeo / vimeo-maxmsp

Play and manipulate Vimeo videos in Max/MSP and Jitter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

receiving output parse error in console

polygoncircus opened this issue · comments

Console Output, VimeoRequest.js: Javascript TypeError: body.files is undefined, line 19

from 19: outlet(0, body.files[1].link);

Hi @polygoncircus, was the video you were trying to access uploaded from your vimeo account?

yes. key was generated, and video was mine. (pro account).
console:
js: Sending GET request to api.vimeo.com Received response. Parsing URL
VimeoRequest.js: Javascript TypeError: body.files is undefined, line 19

@polygoncircus Your error is most likely a manifestation of bug #7 .
But if not, maybe the error logs in the latest release will help shed light on this.

This should be fixed with node4max integration in the latest version.