ralphwetzel / theonionbox

Dashboard to monitor Tor node operations
MIT License
122 stars 17 forks source link

AttributeError: 'Group' object has no attribute 'resultcallback' #80

Open Dieterfu opened 2 years ago

Dieterfu commented 2 years ago

Hi,

I've created the cc.cfg file (by touch, so it's empty & size = 0) and give the tor_user rights to the file. When I try and run theonionbox wit the -x parameter it shows this error:

AttributeError: 'Group' object has no attribute 'resultcallback'

Any idea of what I'm doing wrong?

Thank you.

Regards, Dieter

joshhighet commented 1 year ago

Are you running Python 3.9? Downgrading to 3.7 sorted this for me.

bober757 commented 1 year ago

in theonionbox.py, line 98: @main.result_callback()

jangrewe commented 1 year ago

This is the fix that works for me: https://github.com/yellow444/theonionbox/commit/c82a6c796eb19fb5d0f9e394acae970180b8c719