-
Notifications
You must be signed in to change notification settings - Fork 970
Updated to 0.13.0 and payment doesn't process #5974
Comments
I don't know if the payment was processed. And the PDF file was not generated too. |
Uh oh, I see spaces in the PDF filenames in your screenshot too. Looking. |
OK, I can reproduce this on Linux with the packaged brave_0.13.0_amd64.deb , but could not reproduce from latest master in development mode. |
What problem exatly did you reproduce? |
@bbondy , do you know any reason behavior of Date.toLocaleDateString might be different between the prepackaged build and running it locally from source? (even when locale is specified explicitly) |
@willy-b we are getting ready for a Chromium 54 upgrade; I wonder if you have a newer version locally? you can check about:brave and look at the Muon version for both) That aside, this could probably be hardened in a way that is much simpler 😄 Instead of using toLocaleDateString() (for the file name). I would recommend to hardcode a format like You could try to go the route of replacing spaces with underscore or trimming whitespace on beginning/end of string... but some folks will have their locale setup to use / as the delimiter, which is not valid for Windows. Some locales use a kanji for the day/month/year, depending on the format (which may be a problem saving also) I think making the filename respect the locale is a nice enhancement (which we could create another issue for), but for now, we go with something that works 😄 |
I believe 0.13.0 is the one based off of chromium 54. We need to rebase it badly |
Sounds good @bsclifton. I changed to the format you suggested, basing my changes on the 0.13.0 commit, which is in conflict with master. The change has been pushed to a branch (see https://github.com/willy-b/browser-laptop/commit/e74670f8f5c1affc2e16383fba40b9004369f858). But what branch should I open a PR against to get it into 0.13.0? Thanks |
@willy-b you can rebase it against master and PR it against master too The chromium54 branch will need to be rebased against master also (but that'll happen before we build a next release) |
Would anyone please add QA steps for this issue? 0.13.0 will be the largest release ever and the QA team needs clear and simple steps! Please see #6668 for more info. Thanks in advance 🙏 |
Hi,
I updated to Brave 0.13.0 some hours before Brave process the payment.
Now look what happens: (your next payment contribuition is 20 hours ago)
The text was updated successfully, but these errors were encountered: