Skip to content Skip to sidebar Skip to footer

Vimeo-api For Node.js Html Error 'sorry. Vimeo Will Be Right Back'

I'm using Vimeo api for node.js and now encountered a problem, that never occured before. On attempt to lib.generateClientCredentials it throws error (and crashes node app): [E

Solution 1:

This is a temporary server side error. Vimeo has pushed an update to the official node.js library that should bypass the problem while we work on resolving the issue.

Make sure you are using the package vimeo, NOT vimeo-api and you are on version 1.1.3


Solution 2:

As already said in the comments, I have experienced the same issues when requesting upload tickets. I think the problem lies in the vimeo.js node-api not sending Content-Length headers when doing post requests.

I have a fork of the repo here (https://github.com/johnnycrab/vimeo.js), where I am adding the Content-Length header, resolving all my issues for now. The method I am changing is Vimeo.prototype.request in the vimeo.js file, if you want to avoid my other changes.


Post a Comment for "Vimeo-api For Node.js Html Error 'sorry. Vimeo Will Be Right Back'"