Nativescript vue devtools does not connectError is: Command ./gradlew failed with exit code 1Debugging NativeScript-Vue when using vue-cli-templatenativescript-imagepicker: IOS: Selected image size is different from the original image[Has solution]Nativescript Vue navigation strugglesHow to add Typescript to a Nativescript-Vue project?Nativescript getting debugging to work in VS Codenativescript-vue dataform does not update the source dataNativescript Vue Developer Tools not workingHow to change the RadDataForm style in nativescript-vue ? (Nativescript-Vue)Is it possible to use vue-flipclock with Nativescript Vue app
Create a program that prints the amount of characters it has, in words
How can I determine if two vertices on a polygon are consecutive?
Can I select any of my published paper in journal for book chapter
Travel with Expired Greek Passport from UK to Greece and Return
How safe is it to leave my passport in my hotel room?
Spent or spend?
Why does Thorin tell Bilbo that he has "keen eyes"?
The shortest , largest number
Can only rich people become president?
What is the sum of the reciprocals of the squares of the hypotenuse of all Pythagorean triangles?
Does the FIDE 75-move rule apply after checkmate or resignation?
Building a phone charger 500 years ago
How offensive is Fachidiot?
What's wrong with this proof of almost sure limits?
Why did Grima shed a tear?
How much transparency about runway should I expect from startup employer?
Uncountably many functions coinciding only finitely many values
What is a word for the feeling of constantly wanting new possessions?
Suspicious connections coming from Firefox (possible malware)
Could an eternal or near-eternal battery exist?
Are there any spells that aren't on any class's spell list?
Transaction with highest fee, but stuck, what did I do wrong?
How is warfare affected when armor has (temporarily) outpaced guns? How can guns compete?
Can't delete polygon
Nativescript vue devtools does not connect
Error is: Command ./gradlew failed with exit code 1Debugging NativeScript-Vue when using vue-cli-templatenativescript-imagepicker: IOS: Selected image size is different from the original image[Has solution]Nativescript Vue navigation strugglesHow to add Typescript to a Nativescript-Vue project?Nativescript getting debugging to work in VS Codenativescript-vue dataform does not update the source dataNativescript Vue Developer Tools not workingHow to change the RadDataForm style in nativescript-vue ? (Nativescript-Vue)Is it possible to use vue-flipclock with Nativescript Vue app
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;
it seems a week or so ago, nativescript lost the ability to talk to the vue devtools. See this issue on github. Run this repo to reproduce -- (you will need to change the host
variable in main.js
to your computer's network address).
Here are some things I've tried:
- Several different networks, including wired, public and private wifi, and mobile hotspot
- Local Android emulator with host set to "localhost" and also host excluded.
- Physical android device Samsung S9 with latest Android OS
- Took the code from
nativescript-vue-devtools
package and added console logging. Appears to be getting stuck when connecting to the devtools socket in theconnect_error -> reconnect
loop. Unfortunately the arguments to the connect error event are null so there's no clear reason why it's failing.
Here is the package.json
from that project -- they are all defaults after using the CLI to initialize the project:
"name": "nsvue-devtools-test",
"version": "1.0.0",
"description": "A native application built with NativeScript-Vue",
"author": "Will P.",
"license": "MIT",
"nativescript":
"id": "org.nativescript.application",
"tns-ios":
"version": "5.0.0"
,
"tns-android":
"version": "5.0.0"
,
"dependencies":
"vuex": "^3.0.1",
"@vue/devtools": "5.0.0-beta.3",
"nativescript-socket.io": "^0.9.0",
"nativescript-vue-devtools": "^1.0.0",
"nativescript-toast": "^1.4.6",
"nativescript-vue": "^2.0.0",
"tns-core-modules": "^5.0.2"
,
"devDependencies":
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"babel-loader": "^8.0.2",
"babel-traverse": "6.26.0",
"babel-types": "6.26.0",
"babylon": "6.18.0",
"clean-webpack-plugin": "^0.1.19",
"copy-webpack-plugin": "^4.5.2",
"css-loader": "^1.0.0",
"lazy": "1.0.11",
"nativescript-dev-webpack": "next",
"nativescript-vue-template-compiler": "^2.0.0",
"nativescript-worker-loader": "~0.9.0",
"node-sass": "^4.9.2",
"sass-loader": "^7.1.0",
"terser-webpack-plugin": "^1.1.0",
"vue-loader": "^15.2.6",
"webpack": "^4.16.4",
"webpack-bundle-analyzer": "~2.13.1",
"webpack-cli": "^3.1.0"
I have also tried on another project using the latest versions of nativescript toast and vue devtools with the same result -- vue devtools never changes from the default screen.
I am able to use termux with nmap to scan from my debugging device and see that my IP/port is open. I am also able to make a very basic website, add a vue instance, and paste the script tag shown in the developer tools UI to show that the devtools are working properly.
Nativescript: you are losing users to react native over this problem (see comments in the issue link above). Vue devtools just released a new version advertising better nativescript support, but we are completely unable to even try it out!
Since Nativescript's community has moved here, I am really just hoping to catch the attention of the devs to get this issue resolved. If anyone else is able to provide a workaround or solution to this problem that would be appreciated as well.
Thanks in advance!
nativescript nativescript-vue vue-devtools
add a comment
|
it seems a week or so ago, nativescript lost the ability to talk to the vue devtools. See this issue on github. Run this repo to reproduce -- (you will need to change the host
variable in main.js
to your computer's network address).
Here are some things I've tried:
- Several different networks, including wired, public and private wifi, and mobile hotspot
- Local Android emulator with host set to "localhost" and also host excluded.
- Physical android device Samsung S9 with latest Android OS
- Took the code from
nativescript-vue-devtools
package and added console logging. Appears to be getting stuck when connecting to the devtools socket in theconnect_error -> reconnect
loop. Unfortunately the arguments to the connect error event are null so there's no clear reason why it's failing.
Here is the package.json
from that project -- they are all defaults after using the CLI to initialize the project:
"name": "nsvue-devtools-test",
"version": "1.0.0",
"description": "A native application built with NativeScript-Vue",
"author": "Will P.",
"license": "MIT",
"nativescript":
"id": "org.nativescript.application",
"tns-ios":
"version": "5.0.0"
,
"tns-android":
"version": "5.0.0"
,
"dependencies":
"vuex": "^3.0.1",
"@vue/devtools": "5.0.0-beta.3",
"nativescript-socket.io": "^0.9.0",
"nativescript-vue-devtools": "^1.0.0",
"nativescript-toast": "^1.4.6",
"nativescript-vue": "^2.0.0",
"tns-core-modules": "^5.0.2"
,
"devDependencies":
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"babel-loader": "^8.0.2",
"babel-traverse": "6.26.0",
"babel-types": "6.26.0",
"babylon": "6.18.0",
"clean-webpack-plugin": "^0.1.19",
"copy-webpack-plugin": "^4.5.2",
"css-loader": "^1.0.0",
"lazy": "1.0.11",
"nativescript-dev-webpack": "next",
"nativescript-vue-template-compiler": "^2.0.0",
"nativescript-worker-loader": "~0.9.0",
"node-sass": "^4.9.2",
"sass-loader": "^7.1.0",
"terser-webpack-plugin": "^1.1.0",
"vue-loader": "^15.2.6",
"webpack": "^4.16.4",
"webpack-bundle-analyzer": "~2.13.1",
"webpack-cli": "^3.1.0"
I have also tried on another project using the latest versions of nativescript toast and vue devtools with the same result -- vue devtools never changes from the default screen.
I am able to use termux with nmap to scan from my debugging device and see that my IP/port is open. I am also able to make a very basic website, add a vue instance, and paste the script tag shown in the developer tools UI to show that the devtools are working properly.
Nativescript: you are losing users to react native over this problem (see comments in the issue link above). Vue devtools just released a new version advertising better nativescript support, but we are completely unable to even try it out!
Since Nativescript's community has moved here, I am really just hoping to catch the attention of the devs to get this issue resolved. If anyone else is able to provide a workaround or solution to this problem that would be appreciated as well.
Thanks in advance!
nativescript nativescript-vue vue-devtools
add a comment
|
it seems a week or so ago, nativescript lost the ability to talk to the vue devtools. See this issue on github. Run this repo to reproduce -- (you will need to change the host
variable in main.js
to your computer's network address).
Here are some things I've tried:
- Several different networks, including wired, public and private wifi, and mobile hotspot
- Local Android emulator with host set to "localhost" and also host excluded.
- Physical android device Samsung S9 with latest Android OS
- Took the code from
nativescript-vue-devtools
package and added console logging. Appears to be getting stuck when connecting to the devtools socket in theconnect_error -> reconnect
loop. Unfortunately the arguments to the connect error event are null so there's no clear reason why it's failing.
Here is the package.json
from that project -- they are all defaults after using the CLI to initialize the project:
"name": "nsvue-devtools-test",
"version": "1.0.0",
"description": "A native application built with NativeScript-Vue",
"author": "Will P.",
"license": "MIT",
"nativescript":
"id": "org.nativescript.application",
"tns-ios":
"version": "5.0.0"
,
"tns-android":
"version": "5.0.0"
,
"dependencies":
"vuex": "^3.0.1",
"@vue/devtools": "5.0.0-beta.3",
"nativescript-socket.io": "^0.9.0",
"nativescript-vue-devtools": "^1.0.0",
"nativescript-toast": "^1.4.6",
"nativescript-vue": "^2.0.0",
"tns-core-modules": "^5.0.2"
,
"devDependencies":
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"babel-loader": "^8.0.2",
"babel-traverse": "6.26.0",
"babel-types": "6.26.0",
"babylon": "6.18.0",
"clean-webpack-plugin": "^0.1.19",
"copy-webpack-plugin": "^4.5.2",
"css-loader": "^1.0.0",
"lazy": "1.0.11",
"nativescript-dev-webpack": "next",
"nativescript-vue-template-compiler": "^2.0.0",
"nativescript-worker-loader": "~0.9.0",
"node-sass": "^4.9.2",
"sass-loader": "^7.1.0",
"terser-webpack-plugin": "^1.1.0",
"vue-loader": "^15.2.6",
"webpack": "^4.16.4",
"webpack-bundle-analyzer": "~2.13.1",
"webpack-cli": "^3.1.0"
I have also tried on another project using the latest versions of nativescript toast and vue devtools with the same result -- vue devtools never changes from the default screen.
I am able to use termux with nmap to scan from my debugging device and see that my IP/port is open. I am also able to make a very basic website, add a vue instance, and paste the script tag shown in the developer tools UI to show that the devtools are working properly.
Nativescript: you are losing users to react native over this problem (see comments in the issue link above). Vue devtools just released a new version advertising better nativescript support, but we are completely unable to even try it out!
Since Nativescript's community has moved here, I am really just hoping to catch the attention of the devs to get this issue resolved. If anyone else is able to provide a workaround or solution to this problem that would be appreciated as well.
Thanks in advance!
nativescript nativescript-vue vue-devtools
it seems a week or so ago, nativescript lost the ability to talk to the vue devtools. See this issue on github. Run this repo to reproduce -- (you will need to change the host
variable in main.js
to your computer's network address).
Here are some things I've tried:
- Several different networks, including wired, public and private wifi, and mobile hotspot
- Local Android emulator with host set to "localhost" and also host excluded.
- Physical android device Samsung S9 with latest Android OS
- Took the code from
nativescript-vue-devtools
package and added console logging. Appears to be getting stuck when connecting to the devtools socket in theconnect_error -> reconnect
loop. Unfortunately the arguments to the connect error event are null so there's no clear reason why it's failing.
Here is the package.json
from that project -- they are all defaults after using the CLI to initialize the project:
"name": "nsvue-devtools-test",
"version": "1.0.0",
"description": "A native application built with NativeScript-Vue",
"author": "Will P.",
"license": "MIT",
"nativescript":
"id": "org.nativescript.application",
"tns-ios":
"version": "5.0.0"
,
"tns-android":
"version": "5.0.0"
,
"dependencies":
"vuex": "^3.0.1",
"@vue/devtools": "5.0.0-beta.3",
"nativescript-socket.io": "^0.9.0",
"nativescript-vue-devtools": "^1.0.0",
"nativescript-toast": "^1.4.6",
"nativescript-vue": "^2.0.0",
"tns-core-modules": "^5.0.2"
,
"devDependencies":
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"babel-loader": "^8.0.2",
"babel-traverse": "6.26.0",
"babel-types": "6.26.0",
"babylon": "6.18.0",
"clean-webpack-plugin": "^0.1.19",
"copy-webpack-plugin": "^4.5.2",
"css-loader": "^1.0.0",
"lazy": "1.0.11",
"nativescript-dev-webpack": "next",
"nativescript-vue-template-compiler": "^2.0.0",
"nativescript-worker-loader": "~0.9.0",
"node-sass": "^4.9.2",
"sass-loader": "^7.1.0",
"terser-webpack-plugin": "^1.1.0",
"vue-loader": "^15.2.6",
"webpack": "^4.16.4",
"webpack-bundle-analyzer": "~2.13.1",
"webpack-cli": "^3.1.0"
I have also tried on another project using the latest versions of nativescript toast and vue devtools with the same result -- vue devtools never changes from the default screen.
I am able to use termux with nmap to scan from my debugging device and see that my IP/port is open. I am also able to make a very basic website, add a vue instance, and paste the script tag shown in the developer tools UI to show that the devtools are working properly.
Nativescript: you are losing users to react native over this problem (see comments in the issue link above). Vue devtools just released a new version advertising better nativescript support, but we are completely unable to even try it out!
Since Nativescript's community has moved here, I am really just hoping to catch the attention of the devs to get this issue resolved. If anyone else is able to provide a workaround or solution to this problem that would be appreciated as well.
Thanks in advance!
nativescript nativescript-vue vue-devtools
nativescript nativescript-vue vue-devtools
edited Mar 29 at 15:36
Will P.
asked Mar 28 at 21:35
Will P.Will P.
6,1823 gold badges23 silver badges35 bronze badges
6,1823 gold badges23 silver badges35 bronze badges
add a comment
|
add a comment
|
2 Answers
2
active
oldest
votes
To get my android emulator running NativeScript vue app talking to Vue Devtools electron app,
I needed to set android to allow clear text traffic
In AndroidManifest.xml
set android:usesCleartextTraffic="true"
on the existing node.
for example
<application
android:name="com.tns.NativeScriptApplication"
android:allowBackup="true"
android:icon="@drawable/icon"
android:label="@string/app_name"
android:theme="@style/AppTheme"
android:usesCleartextTraffic="true"
>
This solution was from this comment
https://github.com/nativescript-vue/nativescript-vue-devtools/issues/8#issuecomment-496292399
It might be also possible to solve this by creating or modifying the network_security_config.xml file.
I doubt this is a change that you would want to commit and have in production, so I am using it only in local development.
add a comment
|
Could you try with this deps in your package.json:
"nativescript-toasty": "^1.3.0",
"nativescript-socketio": "^3.2.1",
"nativescript-vue-devtools": "github:anthonny/nativescript-vue-devtools#master",
I do not use nativescript-socket.io and nativescript-toast, but nativescript-socketio (without the .) and nativescript-toasty
It is more a workaround than a real solution but if it can help ;)
Hmm, sadly I'm getting the same behavior with those packages as well. I went ahead and copied the nativescript-vue-devtools code into my test project and set it up to log all of the socket events and it just seems to be stuck in theconnect_error
->reconnect
loop forever. Tried a couple different wifi networks at work and my mobile hotspot. Gonna give it a try from home to see if maybe network is causing issues.
– Will P.
Mar 28 at 23:01
add a comment
|
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55407201%2fnativescript-vue-devtools-does-not-connect%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
To get my android emulator running NativeScript vue app talking to Vue Devtools electron app,
I needed to set android to allow clear text traffic
In AndroidManifest.xml
set android:usesCleartextTraffic="true"
on the existing node.
for example
<application
android:name="com.tns.NativeScriptApplication"
android:allowBackup="true"
android:icon="@drawable/icon"
android:label="@string/app_name"
android:theme="@style/AppTheme"
android:usesCleartextTraffic="true"
>
This solution was from this comment
https://github.com/nativescript-vue/nativescript-vue-devtools/issues/8#issuecomment-496292399
It might be also possible to solve this by creating or modifying the network_security_config.xml file.
I doubt this is a change that you would want to commit and have in production, so I am using it only in local development.
add a comment
|
To get my android emulator running NativeScript vue app talking to Vue Devtools electron app,
I needed to set android to allow clear text traffic
In AndroidManifest.xml
set android:usesCleartextTraffic="true"
on the existing node.
for example
<application
android:name="com.tns.NativeScriptApplication"
android:allowBackup="true"
android:icon="@drawable/icon"
android:label="@string/app_name"
android:theme="@style/AppTheme"
android:usesCleartextTraffic="true"
>
This solution was from this comment
https://github.com/nativescript-vue/nativescript-vue-devtools/issues/8#issuecomment-496292399
It might be also possible to solve this by creating or modifying the network_security_config.xml file.
I doubt this is a change that you would want to commit and have in production, so I am using it only in local development.
add a comment
|
To get my android emulator running NativeScript vue app talking to Vue Devtools electron app,
I needed to set android to allow clear text traffic
In AndroidManifest.xml
set android:usesCleartextTraffic="true"
on the existing node.
for example
<application
android:name="com.tns.NativeScriptApplication"
android:allowBackup="true"
android:icon="@drawable/icon"
android:label="@string/app_name"
android:theme="@style/AppTheme"
android:usesCleartextTraffic="true"
>
This solution was from this comment
https://github.com/nativescript-vue/nativescript-vue-devtools/issues/8#issuecomment-496292399
It might be also possible to solve this by creating or modifying the network_security_config.xml file.
I doubt this is a change that you would want to commit and have in production, so I am using it only in local development.
To get my android emulator running NativeScript vue app talking to Vue Devtools electron app,
I needed to set android to allow clear text traffic
In AndroidManifest.xml
set android:usesCleartextTraffic="true"
on the existing node.
for example
<application
android:name="com.tns.NativeScriptApplication"
android:allowBackup="true"
android:icon="@drawable/icon"
android:label="@string/app_name"
android:theme="@style/AppTheme"
android:usesCleartextTraffic="true"
>
This solution was from this comment
https://github.com/nativescript-vue/nativescript-vue-devtools/issues/8#issuecomment-496292399
It might be also possible to solve this by creating or modifying the network_security_config.xml file.
I doubt this is a change that you would want to commit and have in production, so I am using it only in local development.
answered Jul 17 at 12:26
Julian OrinyolJulian Orinyol
462 bronze badges
462 bronze badges
add a comment
|
add a comment
|
Could you try with this deps in your package.json:
"nativescript-toasty": "^1.3.0",
"nativescript-socketio": "^3.2.1",
"nativescript-vue-devtools": "github:anthonny/nativescript-vue-devtools#master",
I do not use nativescript-socket.io and nativescript-toast, but nativescript-socketio (without the .) and nativescript-toasty
It is more a workaround than a real solution but if it can help ;)
Hmm, sadly I'm getting the same behavior with those packages as well. I went ahead and copied the nativescript-vue-devtools code into my test project and set it up to log all of the socket events and it just seems to be stuck in theconnect_error
->reconnect
loop forever. Tried a couple different wifi networks at work and my mobile hotspot. Gonna give it a try from home to see if maybe network is causing issues.
– Will P.
Mar 28 at 23:01
add a comment
|
Could you try with this deps in your package.json:
"nativescript-toasty": "^1.3.0",
"nativescript-socketio": "^3.2.1",
"nativescript-vue-devtools": "github:anthonny/nativescript-vue-devtools#master",
I do not use nativescript-socket.io and nativescript-toast, but nativescript-socketio (without the .) and nativescript-toasty
It is more a workaround than a real solution but if it can help ;)
Hmm, sadly I'm getting the same behavior with those packages as well. I went ahead and copied the nativescript-vue-devtools code into my test project and set it up to log all of the socket events and it just seems to be stuck in theconnect_error
->reconnect
loop forever. Tried a couple different wifi networks at work and my mobile hotspot. Gonna give it a try from home to see if maybe network is causing issues.
– Will P.
Mar 28 at 23:01
add a comment
|
Could you try with this deps in your package.json:
"nativescript-toasty": "^1.3.0",
"nativescript-socketio": "^3.2.1",
"nativescript-vue-devtools": "github:anthonny/nativescript-vue-devtools#master",
I do not use nativescript-socket.io and nativescript-toast, but nativescript-socketio (without the .) and nativescript-toasty
It is more a workaround than a real solution but if it can help ;)
Could you try with this deps in your package.json:
"nativescript-toasty": "^1.3.0",
"nativescript-socketio": "^3.2.1",
"nativescript-vue-devtools": "github:anthonny/nativescript-vue-devtools#master",
I do not use nativescript-socket.io and nativescript-toast, but nativescript-socketio (without the .) and nativescript-toasty
It is more a workaround than a real solution but if it can help ;)
answered Mar 28 at 22:38
AnthonnyAnthonny
1,5511 gold badge8 silver badges9 bronze badges
1,5511 gold badge8 silver badges9 bronze badges
Hmm, sadly I'm getting the same behavior with those packages as well. I went ahead and copied the nativescript-vue-devtools code into my test project and set it up to log all of the socket events and it just seems to be stuck in theconnect_error
->reconnect
loop forever. Tried a couple different wifi networks at work and my mobile hotspot. Gonna give it a try from home to see if maybe network is causing issues.
– Will P.
Mar 28 at 23:01
add a comment
|
Hmm, sadly I'm getting the same behavior with those packages as well. I went ahead and copied the nativescript-vue-devtools code into my test project and set it up to log all of the socket events and it just seems to be stuck in theconnect_error
->reconnect
loop forever. Tried a couple different wifi networks at work and my mobile hotspot. Gonna give it a try from home to see if maybe network is causing issues.
– Will P.
Mar 28 at 23:01
Hmm, sadly I'm getting the same behavior with those packages as well. I went ahead and copied the nativescript-vue-devtools code into my test project and set it up to log all of the socket events and it just seems to be stuck in the
connect_error
-> reconnect
loop forever. Tried a couple different wifi networks at work and my mobile hotspot. Gonna give it a try from home to see if maybe network is causing issues.– Will P.
Mar 28 at 23:01
Hmm, sadly I'm getting the same behavior with those packages as well. I went ahead and copied the nativescript-vue-devtools code into my test project and set it up to log all of the socket events and it just seems to be stuck in the
connect_error
-> reconnect
loop forever. Tried a couple different wifi networks at work and my mobile hotspot. Gonna give it a try from home to see if maybe network is causing issues.– Will P.
Mar 28 at 23:01
add a comment
|
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55407201%2fnativescript-vue-devtools-does-not-connect%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown