Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Dieterfu opened this issue May 19, 2022 · 3 comments
Open

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

Dieterfu opened this issue May 19, 2022 · 3 comments

Comments

@Dieterfu
Copy link

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
Copy link

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

@bober757
Copy link

bober757 commented Feb 10, 2023

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

@jangrewe
Copy link

burlito added a commit to burlito/theonionbox that referenced this issue Jul 26, 2023
decorator resultcallback doesn't exists so I changed it to result_callback

Resolves ralphwetzel#80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants