Nick Wientge

Results 6 comments of Nick Wientge

Same problem here. Commenting out `OmniAuth.config.test_mode = true` fixed it for me - although I haven't looked into why yet.

Thanks for detailed answer. For now, I'm thinking of implementing a simple counter cache attribute as a quick and dirty workaround. Although I wonder if that would be something worth...

@antoin-m did you ever find a solution to this? @kahmali any suggestions? I assumed it would be as simple as doing this: ``` fileStream.on('end', function() { this.done(); }); ``` But...

Hi @wakamoleguy, here's a gist of the entire Xcode console output. I think the highlighted line #583 is what you're looking for but not sure: https://gist.github.com/nickw/8e951a863109470844a2#file-onsip_error-L583 I also copied the...

@wakamoleguy let me know if this is what you're looking for: https://gist.github.com/nickw/405ef4a7d0ceff23f5d1

Might be related to this? https://code.google.com/p/webrtc/issues/detail?id=3481