Posts by Leonardo de Souza • 13 points
3 posts
-
0
votes2
answers247
viewsA: Python: requests.get("https://pt.stackoverflow.com/") never returns anything
I just found out that the problem occurs when I request using ipv6. When using ipv4, the problem does not occur. That code taken from:…
-
0
votes2
answers247
viewsQ: Python: requests.get("https://pt.stackoverflow.com/") never returns anything
When trying to use a requests.get(url) I get no response from the server, but adding kwarg timeout=1 for example, I get the answer after 1 second... example:\ import requests url =…
-
1
votes1
answer252
viewsQ: Concatenate variable names with numbers in Lua
I have a problem, I need to do the following: I have a variable that stores a number (x=3 for example) And I have a chart like this: tabela={} tabela.var1='teste1' tabela.var2='teste2'…
luaasked Leonardo de Souza 13