Lepozepo / cloudinary

MIT License
94 stars 42 forks source link

Exception in delivering result of invoking 'c.sign': Error: [Internal server error [500]] #88

Closed katima-g33k closed 8 years ago

katima-g33k commented 8 years ago

Version & platform

On using function: Cloudinary.upload(files, { folder }, (err, res) => { callback(err, res); });

The problem seems to be here : https://github.com/Lepozepo/cloudinary/blob/54f373934c9457c1b2084cda16999766a7adeb51/server/signature.coffee#L4-L18

Lepozepo commented 8 years ago

Hmm, I'll review this coming weekend but PR's are appreciated ^_^ what version of Meteor are you on?

katima-g33k commented 8 years ago

I can see to do a PR next week, the issue is with the check package. My app is stuck at an older version because of dependencies, in that version Match.Maybe() does not exist yet. A quick fix was to add the code for Match.Maybe from the source directly in my project.

Meteor version is 1.2.1