Navigation X
ALERT
Click here to register with a few steps and explore all our cool stuff we have to offer!



   1483

python3 Debugging help please

by ENCRYP73D_GH05T - 27 November, 2021 - 01:59 PM
This post is by a banned member (ENCRYP73D_GH05T) - Unhide
192
Posts
53
Threads
4 Years of service
#1
I wrote a script that checks links 

But after awhile it just Freezes up ! I have tried to debug it but shows NO errors and it doesn't crash it stays open .. sometime if i leave it for a bit without touching it ...it start working again 

So can anyone point me in the right direction to figure out what could be causing it ?

*Extremly new to python*

Someone told me to try the 'Trace Command' but it lead to nowhere and im just lost  [Image: feelssadman.png]

I have used Repl.it but yet still shows Nothing
GoNe

Multis are allowed!!   Especially when your a high ranking user that has over 30%  of likes being are gained by Multis .. while low ranked members get punished for any of there misdeeds without question ! Than you get Postion Holdng members openly abusing there "Powers" with Proof of it by Multiply people
This post is by a banned member (Chiya) - Unhide
This post is by a banned member (Zentred) - Unhide
Zentred  
Infinity
611
Posts
124
Threads
4 Years of service
#3
if it's checking links probably if one is constantly loading it will freeze

add a time out on the request

for example

r = requests.get('https://www.google.com', timeout=5')

would be 5 second before it times out
This post is by a banned member (ENCRYP73D_GH05T) - Unhide
192
Posts
53
Threads
4 Years of service
#4
(This post was last modified: 27 November, 2021 - 02:22 PM by ENCRYP73D_GH05T.)
(27 November, 2021 - 02:00 PM)rachel_gardener Wrote: Show More
maybe its a rate limit try adding proxys or changing ip when it freezes

I ran it though proxychains it leads tot he same .

could it be that im also Pinging the sites at same time to make sure its alive or a valid host ?


monkayes You have to many awards  it felt like it took awhile to scroll down to see Zentred post  kek

(27 November, 2021 - 02:01 PM)Zentred Wrote: Show More
if it's checking links probably if one is constantly loading it will freeze

add a time out on the request

for example

r = requests.get('https://www.google.com', timeout=5')

would be 5 second before it times out

Its a Error based multi injection/exploit checker.
i already request timeout set to 10
Than i have a socket timeout when it Prings

also id like to add its a single threaded . not sure if that matters of not just trying to give as much info i can about the script
GoNe

Multis are allowed!!   Especially when your a high ranking user that has over 30%  of likes being are gained by Multis .. while low ranked members get punished for any of there misdeeds without question ! Than you get Postion Holdng members openly abusing there "Powers" with Proof of it by Multiply people
This post is by a banned member (Zentred) - Unhide
Zentred  
Infinity
611
Posts
124
Threads
4 Years of service
#5
(27 November, 2021 - 02:11 PM)ENCRYP73D_GH05T Wrote: Show More
(27 November, 2021 - 02:00 PM)rachel_gardener Wrote: Show More
maybe its a rate limit try adding proxys or changing ip when it freezes

I ran it though proxychains it leads tot he same .

could it be that im also Pinging the sites at same time to make sure its alive or a valid host ?


monkayes You have to many awards  it felt like it took awhile to scroll down to see Zentred post  kek

(27 November, 2021 - 02:01 PM)Zentred Wrote: Show More
if it's checking links probably if one is constantly loading it will freeze

add a time out on the request

for example

r = requests.get('https://www.google.com', timeout=5')

would be 5 second before it times out

Its a Error based multi injection/exploit checker.
i already request timeout set to 10
Than i have a socket timeout when it Prings

also id like to add its a single threaded . not sure if that matters of not just trying to give as much info i can about the script

print the response and see if you get a response when that freezing occurs
This post is by a banned member (soika1111) - Unhide
soika1111  
Registered
31
Posts
0
Threads
3 Years of service
#6
(This post was last modified: 03 December, 2021 - 08:03 AM by soika1111.)
(27 November, 2021 - 02:11 PM)ENCRYP73D_GH05T Wrote: Show More
(27 November, 2021 - 02:00 PM)rachel_gardener Wrote: Show More
maybe its a rate limit try adding proxys or changing ip when it freezes

I ran it though proxychains it leads tot he same .

could it be that im also Pinging the sites at same time to make sure its alive or a valid host ?


monkayes You have to many awards  it felt like it took awhile to scroll down to see Zentred post  kek

(27 November, 2021 - 02:01 PM)Zentred Wrote: Show More
if it's checking links probably if one is constantly loading it will freeze

add a time out on the request

for example

r = requests.get('https://www.google.com', timeout=5')

would be 5 second before it times out

Its a Error based multi injection/exploit checker.
i already request timeout set to 10
Than i have a socket timeout when it Prings

also id like to add its a single threaded . not sure if that matters of not just trying to give as much info i can about the script

This probably isnt it but try randomizing the ua?

(27 November, 2021 - 02:11 PM)ENCRYP73D_GH05T Wrote: Show More
(27 November, 2021 - 02:00 PM)rachel_gardener Wrote: Show More
maybe its a rate limit try adding proxys or changing ip when it freezes

I ran it though proxychains it leads tot he same .

could it be that im also Pinging the sites at same time to make sure its alive or a valid host ?


monkayes You have to many awards  it felt like it took awhile to scroll down to see Zentred post  kek

(27 November, 2021 - 02:01 PM)Zentred Wrote: Show More
if it's checking links probably if one is constantly loading it will freeze

add a time out on the request

for example

r = requests.get('https://www.google.com', timeout=5')

would be 5 second before it times out

Its a Error based multi injection/exploit checker.
i already request timeout set to 10
Than i have a socket timeout when it Prings

also id like to add its a single threaded . not sure if that matters of not just trying to give as much info i can about the script

This probably isnt it but try randomizing the ua?

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!
or
Sign in
Already have an account? Sign in here.


Forum Jump:


Users browsing this thread: 1 Guest(s)