Closed aaronst closed 4 years ago
Hi Aaron. Are you getting the same output from curl as the example (ie. is the curl request completing successfully)?
Good timing, I finally figured it out. My callback function was causing an error, which has happening silently. So events were coming in, I just wasn't seeing them.
I tried using the code from exits_used.py, but I'm not getting any output. I removed any conditions, and it appears I don't get any Stream events at all. My
torrc
file only specifies the control port, and I'm using the samecurl
command provided with the script. I'm running Python 3.8.6 andstem==1.8.0
. Any help would be appreciated, thanks!