Connecting to Sails.js in windows xp - sockets

i have a simple sails chat project, when im trying to fire a message nothing is happening and in the console its just write "Connecting to Sails.js"
im using windows xp, can that be the problem ? and if so, how can i fix it?
when im trying to run the exact code in other computer with windows 7 it works like a charm
appreciate your help

This may not be an issue with Windows XP. Check this Github issue and see if you have the same symptoms. Then try switching browsers and see if the problem persists.
https://github.com/balderdashy/sails/issues/1622

Related

Unable to open or uninstall Tableau Public 2020

I'm trying to open Tableau Public. It won't let me and says, "An administrator has blocked you from running this app". I tried uninstalling it. It won't let me do that either. Does anyone know why?
I had the same problem. I downloaded the latest version and installed it this resolved the problem. I hope it works for you too.
I was facing the same issue(Windows 10), the problem was I have already installed tableau public and I want to install Tableau desktop in my pc but somehow I am neither able to uninstall tableau public nor able to install the new version of tableau desktop.
Below are the steps which I have followed and now it's working fine for me.
Go to C:\Windows\SysWOW64 and find gpedit.exe and run it (other than Windows 10 you can direct run gpedi.exe from windows+r means from the run menu)
Go to the specified path as shown in the image and Disable it.
Restart the pc and try to re-install it again.
I was having the same problem and I tried a couple of things regarding Windows and none of them work so, I wouldnt try again. I downloaded again Tableau, installed and it works... just like Amit said
Update: I downloaded the latest version and it seemed to solve the issue.

vscode won't run on my laptop while i'm offline

vscode won't run on my win10 64bit os while i'm not connected to internet! as soon as I connect to internet it open's.
I have tried a lot to find the problem. even I have reinstalled my windows but it doesn't work.
what is the problem? pls help me if u know the answer
See this issue vscode won't run offline. There is a workaround posted there: comment: loopback adapter.
Later comment in that thread indicates it may have been fixed in an insider's build of windows 10.

PgAdmin 4 does not launch

I just installed PGAdmin 4 on my machine for the sake of upgrading when my PgAdmin 3 is working all fine.
Now, when I launch it, it sounds like it is infinitely stuck on start up screen. I came across many threads and many people have suggested manythings like
Install latest version of Java
Get latest version of PGAdmin(which I was already doing)
Get latest version of postgres
I did all of these but nothing seems to be working.
Any idea on what else can I do to resolve this issue?
Ok I am not sure if this applies to everyone who is facing similar issues. However, in my case it turned out that PGAdmin4 would not load if Fiddler is running on my system. Weird but true.

easyPHP Dev-server plug-in not installed

I am currently working with a student on a project using easyPHP 16.1. The program/s install fine, and to begin with we can write & test PHP code with no problem. However, on 2 totally separate PCs we have had the same problem occur. Suddenly, for no apparent reason, pages which were working fail to function and we get the following error:-
Failed to connect to DB. Check that the username is valid.
Plugin '*C06327039E918D3247E4438D3785C723719DC8B5' is not loaded
We can't find any reference to this 'plugin' and wondered what is going on. On my own PC, I initially got round the problem by removing easyPHP then reinstalling it, but the student has several hand-ins depending on testing PHP code, and could do without the hassle of repeatedly having to 'fix' the installation. Is there a fix? Is it an easy fix? If there's no fix, should we just use an alternative like WAMP?
This has been a serious issue for Easyphp since ver11.
so for me, after some time of use, I've just dropped using easyphp and switched over to WAMP.
From ver 16.1, Easyphp works in "portable mode" and becomes totally browser-based...
For a simple solution, I'd recommend to check out for alternate mySQL versions in your system, which can be interfering in the same port. Changing the Port No. can be useful in this case...

Eclipse unable to detect that a server has started

I've been trying to solve a mind puzzling problem. I'm currently unable to use any server with eclipse, as they all start correctly but eclipses seems to be unable to see it.
I've tried using sun-java6-jdk instead of openjdk6.
I've tried using the command line given by the debug view and everything went fine
I've successfully reproduced that bug with Glassfish 3.1, JBoss 5.1, Tomcat 6.0
I'm trying to figure out how this is possible. Maybe a network issue?
Has anyone met the same problem ?
I've found a solution, but i'm not sure of what causes the problems. I've entered my computer local IP instead of localhost or 127.0.0.1 and it now detects the server is running.
My educated guess is that our IT proxy scripts do not exclude 127.0.0.1 from the proxified addresses.
Thanks for your time Mike !