moss.py: moss connection errors
Hi,
I am having trouble using MOSS. I am a new MOSS and mosspy user.
When I run the original Perl script, I get the line:
Query submitted. Waiting for the server's response.
and then nothing else happens.
When I try to run my mosspy script on Linux, I get the following error at the line url = m.send():
ConnectionResetError: [Errno 104] Connection reset by peer
When I run the same mosspy script on Windows, I get the following error at the line url = m.send():
TimeoutError: [WinError 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond
In all cases I am using my own userid, which I get from the MOSS perl script that was emailed me.
Any idea what might be going wrong?
Many thanks,
Barry.
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Comments: 19 (10 by maintainers)
Thank you. Ah sorry, I didn’t realize it’s been an issue since April.
Do you guys have fund for donation campaign? I understand it’s under an academic funding setup. Is there enough funding to keep it running swell? Is there anything against posting a donation button that leads to an account that can be used to purchase/allocate/use more/better hardware? Can we buy a shirt? lol
I love MOSS 😃
Looks ok?
barry@ubuntu:~/Documents$ nc -v -u -z -w 30 moss.stanford.edu 7690Connection to moss.stanford.edu 7690 port [udp/*] succeeded!I will try on my home machine and see if the issue persists there.
Many thanks for your help.
It works at home so it was a local network issue. Many thanks for all your help.
Can you ensure that you can access
moss.stanford.eduat port7690and you have allowed the incoming connection? It looks like moss is unable to make connections back to you…Can you access
moss.stanford.edufrom your machine? It looks like a connectivity or internet issue.