moss connection errors
See original GitHub issueHi,
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.
Issue Analytics
- State:
- Created 5 years ago
- Comments:19 (10 by maintainers)
Top GitHub Comments
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 7690
Connection 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.