| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 6 months |
| seen | Dec 4 '11 at 17:25 | |
| stats | profile views | 0 |
|
Jun 19 |
awarded | Student |
|
Dec 4 |
comment |
Why user/top-answer-tags doesn't return any results? So can I set so.throttle_stop = False, then let the server to wait rather than give me the error? |
|
Dec 4 |
comment |
Why user/top-answer-tags doesn't return any results? Thanks! I still can't find the answer in the webpage you referred. I just guess maybe ansauthor.top-answer-tags.fetch() includes a lot of requests. so the number of request is larger than the throttling. Could I set so.throttle_stop = False? Since once I get "httpError 403 forbidden", then I can't use the *.py to get data from stackexchange. Do you think HttpError 403 is caused by over requests? How do I solve it? I just get data from this website to do research. So I need much data. Thanks! |
|
Dec 3 |
comment |
Why user/top-answer-tags doesn't return any results? Sorry, this is the first time I used python. There are so many things I don't understand. Thank you for your kindness |
|
Dec 3 |
comment |
Why user/top-answer-tags doesn't return any results? my library is "Py-StackExchange" downloaded from this website: github.com/lucjon/Py-StackExchange and then I use "import stackexchange" to import this library. Did I miss other library? |
|
Dec 3 |
comment |
Why user/top-answer-tags doesn't return any results? I use python 2.6.5 in Ubuntu. And I edit a *.py program. After finishing it, I execute it. |
|
Dec 3 |
comment |
Why user/top-answer-tags doesn't return any results? Sorry, I don't understand what "library" mean. Anyway, I at first used "site=stackexchange.Site(stackexchange.Cooking)" to get the cooking website's data. Then I used "ansauthor=site.user(641)" to get user information. Then if I call "ansauthor.top-answer-tags", nothing happened. So I don't know why. Thank you! |
|
Dec 3 |
asked | Why user/top-answer-tags doesn't return any results? |