moss.py
moss.py copied to clipboard
MOSS connection error
./moss.pl -l python mst.py
Checking files . . .
OK
Could not connect to server moss.stanford.edu: Connection refused
I dont know if I am doing something wrong but this is the first time this is happening to me
Kindly review the comments of issue https://github.com/soachishti/moss.py/issues/9, hope you will find the solution. If not let us know here.
Hello I am used to use this script but today I have the same error message . I use :
./moss.pl -l java -m 1000000000000 *.java
and I got : Checking files . . . OK Could not connect to server moss.stanford.edu: Connection refused
But if I do : nc -v -u -z -w 30 moss.stanford.edu 7690
I got : Connection to moss.stanford.edu port 7690 [udp/*] succeeded!
I didn't send any job today.
Do you have an idea of my problem ?