https://bugs.kde.org/show_bug.cgi?id=316611
Giorgos Tsiapaliokas <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Giorgos Tsiapaliokas <[email protected]> --- the issue was that the server was down. I can't be 100% sure what caused this one, but I assume that it was us(me and Antonis). Last week we were doing some tests with the bodega-server for the bodega webapp client. The server failed because stripe(as stripe.com) changed the API, so the node module automatically changed the API that we use in the bodega-server. So node.js failed because there was a syntax issue. [1] The issue has been fixed with this review https://git.reviewboard.kde.org/r/109498/ What we can do is to wait x seconds and if the active client doesn't get a response from the bodega server to show a dialog. [1] A few more technical details, the stripe node module internally it does a http request which takes a json and it converts it into a javascript object, so when the API changed we where trying to access a property of a javascript object which didn't exist and the server went down. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Active mailing list [email protected] https://mail.kde.org/mailman/listinfo/active
