Cybernavigator Posted October 21, 2007 at 05:20 AM Report Share #141707 Posted October 21, 2007 at 05:20 AM boas, eu tenho um ficheiro python k liga ah net e fica a correr, excepto se der algum erro faz self.stop eu fiz um .bat pra se algo falhar, comecar o file d novo. entao qd der um erro ele faz self.quit() ao python. o prob eh k isto tudo funca excepto com connection reset by peer. sabem-me dizer como crio uma regra pra fazer self.quit neste caso? Melhores cumprimentos,João Lopes***Esta mensagem foi escrita ao abrigo do novo Acordo Ortográfico*** Link to comment Share on other sites More sharing options...
Tharis Posted October 21, 2007 at 09:22 AM Report Share #141718 Posted October 21, 2007 at 09:22 AM Não percebi bem a dúvida. Tens um script .py que te liga à net, mas que às vezes ele dá erro. E que fizeste um .bat no caso de isso acontecer para correr de novo o script? É isto? Se sim, diz-me o que meteste no .bat e mete o código do script. Link to comment Share on other sites More sharing options...
Cybernavigator Posted October 21, 2007 at 02:24 PM Author Report Share #141805 Posted October 21, 2007 at 02:24 PM Exactamente... O ficheiro bat contém isto: @echo off set i3=0 title Fisherman's Friend echo Fisherman's Friend echo By Terry Donahugh, version 1.0.2 echo -------------------------------------- set /p ppython="Path to python (if different from C:\Python25): " if "%ppython%" == "" set ppython="C:\Python25\" set /p pfiles="Relative path to files (if not in same directory): " if not "%pfiles%" == "" cd %pfiles% set /p uname="Username? " set /p pass="Password? " :begin set i=0 set i2=300 set /a i3=%i3%+1 title Fishing... cls "%ppython%\python.exe" ffriend.py %uname% %pass% title Paused... if %i3% GTR 5 goto end echo -------------------------------------- echo Retrying in 5 minutes :delay set /a i=%i%+1 set /a i2=%i2%-1 title [%i2%] Paused sleep 1 if %i% LSS 300 goto delay goto begin :end O py é este h t t p : / / r a p i d s h a r e . c o m /files/64137118/fish.zip.html Ps: n consegui anexar, peço desculpa... Melhores cumprimentos,João Lopes***Esta mensagem foi escrita ao abrigo do novo Acordo Ortográfico*** Link to comment Share on other sites More sharing options...
Tharis Posted October 21, 2007 at 02:34 PM Report Share #141807 Posted October 21, 2007 at 02:34 PM E qual é o teu problema? Link to comment Share on other sites More sharing options...
Cybernavigator Posted October 21, 2007 at 02:36 PM Author Report Share #141809 Posted October 21, 2007 at 02:36 PM O problema, eh k kd dá o erro #Connection Reset by Peer# O programa faz stop em vez de self.quit(), e eu keria k fizesse self.quit() para o batch continuar a funcionar... Melhores cumprimentos,João Lopes***Esta mensagem foi escrita ao abrigo do novo Acordo Ortográfico*** Link to comment Share on other sites More sharing options...
Tharis Posted October 21, 2007 at 02:39 PM Report Share #141811 Posted October 21, 2007 at 02:39 PM O problema, eh k kd dá o erro #Connection Reset by Peer# O programa faz stop em vez de self.quit(), e eu keria k fizesse self.quit() para o batch continuar a funcionar... O programa é qual dos .py ? o login ou ffriend? E onde é que diz "Connection Reset by Peer" ? Link to comment Share on other sites More sharing options...
Cybernavigator Posted October 21, 2007 at 02:46 PM Author Report Share #141812 Posted October 21, 2007 at 02:46 PM É o ffriend, diz connection reset by peer qd a net vai abaixo... Melhores cumprimentos,João Lopes***Esta mensagem foi escrita ao abrigo do novo Acordo Ortográfico*** Link to comment Share on other sites More sharing options...
Tharis Posted October 21, 2007 at 02:49 PM Report Share #141813 Posted October 21, 2007 at 02:49 PM É o ffriend, diz connection reset by peer qd a net vai abaixo... Provavelmente não é o ffriend.py a dizer "Connection Reset by Peer" pois, já tive à procura e não existe nada a mandar fazer um output a dizer "Connection Reset by Peer". Mete aí um prntscrn. Link to comment Share on other sites More sharing options...
Cybernavigator Posted October 23, 2007 at 12:32 AM Author Report Share #142323 Posted October 23, 2007 at 12:32 AM obgado pela ajuda na mxm. mas ja csgui fazer o k keria. Melhores cumprimentos,João Lopes***Esta mensagem foi escrita ao abrigo do novo Acordo Ortográfico*** Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now