chimmelb

Results 15 comments of chimmelb

On Android, I noticed this myself. I put console output in `App.vue`'s lifecycle hooks. On initial app launch in App.vue ``` *** JS: App.created JS: *** JS: *** JS: App.mounted...

Same. Updated to NS8 today and started receiving this same error `"Configuration Error"`. There is only one reference [in the code](https://github.com/EddyVerbruggen/nativescript-barcodescanner/blob/34dff3bbdfb24984f568a9defd8b2ac29ee61b86/src/barcodescanner.android.ts#L225). Some setup/gradle issues related to `intent.resolveActivity(Utils.ad.getApplicationContext().getPackageManager()) !== null`?

This worked for me. Thank you! `npm install [email protected] --save` `ns platform remove android` `ns run android`

I get this too, sometimes. Base/Original android project has very similar issue: https://github.com/gotev/android-upload-service/issues/549 (which points to a [StackOverflow question and a few answers](https://stackoverflow.com/questions/44425584/context-startforegroundservice-did-not-then-call-service-startforeground)). Worth keeping an eye on it.

I'm using that middleware I posted so this isn't a showstopper, but thought I'd report it. If the schema input wasn't an object, I could see rejecting the entire action...

I did notice that inside middleware the schema input was a JSON string, not an URL encoded string. It is getting decoded, just not `JSON.parsed`.

Thanks for the reply. Know of any C# implementations of Primus? Converting the `primus.io.js` is a big undertaking ; ) I have tried with and without the `/primus` path, but...

I was just about to try that this morning. And it worked! It was the `path:'/primus'` that I was missing client-side. Thank you for your example as well : )...

Nativescript plugins are being maintained elsewhere, and this looks like a duplicate bug of https://github.com/NativeScript/plugins/issues/63

I run into this issue as well on Android. Not every upload (we use `init()`) but some fail. ``` Caused by java.lang.IllegalArgumentException: You have to set namespace to your app...