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

Jump to content



Photo

HELP WITH PYTHON URGENT PLS :)


  • Please log in to reply
HELP WITH PYTHON URGENT PLS :)

#1

INSTAR
INSTAR
    Offline
    138
    Rep
    99
    Likes

    Veteran

  • PipPipPipPipPipPipPip
Posts: 739
Threads: 145
Joined: Jul 23, 2019
Credits: 0

Deal with caution
User has an open scam report.
Four years registered
#1

Hi, I have this issue, the script worked few hours ago and now, it "crashes" after the first step (second isn't rly different) and I get this error message on cmd...

I CAN SHOW ON DISCORD WHAT EXACTLY HAPPENS :)

INSTAR#3082

telechargement_1.png


  • 0

#2

Kroooow
Kroooow
    Offline
    0
    Rep
    26
    Likes

    Don't be suspecious

Posts: 128
Threads: 4
Joined: Sep 12, 2018
Credits: 0

Five years registered
#2

Probably you are sending too many requests in a short amount of time.

Try to add a delay on it.

 

import time

# Adding a  delay of 10 sec

 

time.sleep(10)

DoSomething()


  • 1

#3

PhiCoke
PhiCoke
    Offline
    6
    Rep
    65
    Likes

    Conspirator

Posts: 140
Threads: 35
Joined: Dec 11, 2017
Credits: 0

Six years registered
#3

Definitely you hare sending to many requests to the server, so the server blocks you temporarly and you get the error.

 

This script is related to a discord bot?


  • 0

?url=https%3A%2F%2Fimage.ibb.co%2FidEuw6


#4

INSTAR
INSTAR
    Offline
    138
    Rep
    99
    Likes

    Veteran

  • PipPipPipPipPipPipPip
Posts: 739
Threads: 145
Joined: Jul 23, 2019
Credits: 0

Deal with caution
User has an open scam report.
Four years registered
#4

Definitely you hare sending to many requests to the server, so the server blocks you temporarly and you get the error.
 
This script is related to a discord bot?

No it’s not, however, after changing my vpn Ip, it Worked again. Do you have an idea how to send request less fast please ?

  • 0

#5

PhiCoke
PhiCoke
    Offline
    6
    Rep
    65
    Likes

    Conspirator

Posts: 140
Threads: 35
Joined: Dec 11, 2017
Credits: 0

Six years registered
#5

No it’s not, however, after changing my vpn Ip, it Worked again. Do you have an idea how to send request less fast please ?

 

First things first i'll check if there's a mis-coded loop, so if inside there's a function to send requests to the server and evaluate to use a queue type of requests to the server.

Depending to the server you're connecting there should be listed the maximun requests per minute, and add a function to slow down the ones you're making


  • 0

?url=https%3A%2F%2Fimage.ibb.co%2FidEuw6


#6

heiqmfpqkhfjq
heiqmfpqkhfjq
    Offline
    325
    Rep
    101
    Likes

    Veteran

Posts: 1354
Threads: 404
Joined: Sep 21, 2019
Credits: 0

Four years registered
#6

No it’s not, however, after changing my vpn Ip, it Worked again. Do you have an idea how to send request less fast please ?


import time

time.sleep(10) #for 10 seconds

or use proxies

  • 0
no comment in the station alzheimers I can’t think of shit

#7

INSTAR
INSTAR
    Offline
    138
    Rep
    99
    Likes

    Veteran

  • PipPipPipPipPipPipPip
Posts: 739
Threads: 145
Joined: Jul 23, 2019
Credits: 0

Deal with caution
User has an open scam report.
Four years registered
#7

import time

time.sleep(10) #for 10 seconds

or use proxies

I searched on google how to use rotating proxies and I didn't find anything, do you know a good tutorial to use proxies please :) ?


  • 0

#8

gguk2138
gguk2138
    Offline
    0
    Rep
    0
    Likes

    Lurker

Posts: 9
Threads: 1
Joined: Sep 18, 2019
Credits: 0
Four years registered
#8
What python for?

  • 0

#9

FireAngel
FireAngel
    Offline
    2
    Rep
    0
    Likes

    PSN account saler

  • PipPip
Posts: 17
Threads: 0
Joined: Sep 24, 2019
Credits: 0
Four years registered
#9
Top Games PS4 Accounts ready for sales


Cheapest price

FIFA 20
Football PES 2020
Sekiro™: Shadows Die Twice
Tom Clancy’s The Division 2
Far Cry New Dawn
Battlefield™ V
EA SPORTS™ UFC® 3
Red Dead Redemption 2
Assassin's Creed® Odyssey
Days Gone
Shadow of the Tomb Raider
God of War
Marvel's Spider-Man
NBA 2K20
Mortal Kombat XL
and...

For other games pm me

payment method: bitcoin



Telegram id: @FireAngell

  • 0

#10

heiqmfpqkhfjq
heiqmfpqkhfjq
    Offline
    325
    Rep
    101
    Likes

    Veteran

Posts: 1354
Threads: 404
Joined: Sep 21, 2019
Credits: 0

Four years registered
#10

I searched on google how to use rotating proxies and I didn't find anything, do you know a good tutorial to use proxies please :) ?

if you were using requests i'd be able to help you but it seems like u are using urllib3 


  • 0
no comment in the station alzheimers I can’t think of shit


 Users browsing this thread: