NativeScript / nativescript-background-http

Background Upload plugin for the NativeScript framework
Apache License 2.0
102 stars 50 forks source link

#ask- is it problem on NS 5?????? #179

Closed budineverend closed 5 years ago

budineverend commented 5 years ago

Hallo, i am try to using upload image for server.. before i update NS 5 it's working perfectly but after i update NS 5 i dont know how can i get this is error..

JS: ERROR TypeError: Cannot set property 'NAMESPACE' of undefined
JS: ERROR CONTEXT {
JS:   "view": {
JS:     "def": {
JS:       "nodeFlags": 51039233,
JS:       "rootNodeFlags": 33554433,
JS:       "nodeMatchedQueries": 0,
JS:       "flags": 0,
JS:       "nodes": [
JS:         {
JS:           "nodeIndex": 0,
JS:           "parent": null,
JS:           "renderParent": null,
JS:           "bindingIndex": 0,
JS:           "outputIndex": 0,
JS:           "checkIndex": 0,
JS:           "flags": 33554433,
JS:           "childFlags": 180225,
JS:           "directChildFlags": 49153,
JS:           "childMatchedQueries": 0,
JS:           "matchedQueries": {},
JS:           "matchedQueryIds": 0,
JS:           "references": {},
JS:           "ngContentIndex": null,
JS:           "childCount": 6,
JS:           "bindings": [],
JS:           "bindingFlags": 0,
JS:           "outputs": [],
JS:           "element": {
JS:             "ns": "",
JS:             "name": "ActionBar",
JS:             "attrs": [
JS:               [
JS:                 "",
JS:                 "class",
JS:                 "action-bar"
JS:               ]
JS:             ],
JS:             "template": null,
JS:             "componentProvider": {
JS:               "nodeInde...
tsonevn commented 5 years ago

HI @budineverend, I reviewed your case, however, the given information is not enough to investigate further the issue. Can you send us the project or sample one, which can be used for debugging?

budineverend commented 5 years ago

@tsonevn solved...it's working now... thank you...

cfjedimaster commented 5 years ago

Hey I'm getting this now too - can you tell me how you solved it?