#๐ proxys not working?
32 messages ยท Page 1 of 1 (latest)
@sharp cape
Remember to:
- Ask your Python question, not if you can ask or if there's an expert who can help.
- Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
- Explain what you expect to happen and what actually happens.
:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.
here
i cant send normally
but my proxys are not being passed
it keeps saying proxys NONE
@sharp cape I changed your nickname to "PythonDev", as blank names are not allowed.
cool
can you share your code?
what specificially is saying this?
should i send whole code
try:
response = requests.post(webhook_url, json=webhook_data, proxies={'https': proxy}, timeout=10)
if response.status_code == 204:
print(f"[!] Success! {random_number} using proxy: {proxy}")
else:
print(f"[X] Failed to send webhook {random_number} using proxy: {proxy}")
except Exception as e:
print(f"[X] Error: {e} using proxy: {proxy}")
thats in the code
there
Have you verified that the proxies variable has the data you think it has?
yeah i have printed them
and it printed many proxys next to eachother
then carried on without using proxies
If you add a print statement at the very top of the generate_and_check_links() statement for proxy, does it still print None?
lme check
What is the intent behind querying random Roblox accounts and sending them to a discord webhook?
building a archive
it prints off the proxys then says after when they are needed it says NONE
somewhere in between you are defining what proxy is. Is the code you pasted the full code?
no
ill send full code in pc
What is the specific message that is printed when it first prints proxy: None?
This help channel has been closed and it's no longer possible to send messages here. If your question wasn't answered, feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.