You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I have followed the guidance of the readme section in "https://github.com/DedSecInside/TorBot?tab=readme-ov-file#gotor" to install the gotor and torbot. However, When I tried to run the Tool to scrawl webpages, it shows " ModuleNotFoundError: No module named 'treelib'" and "AttributeError: module 'logging' has no attribute 'getLevelNamesMapping'".
To Reproduce
Steps to reproduce the behavior:
Open one terminal to start tor using "sudo service tor start"
Open another terminal, cd to gotor/cmd/main/gotor.go and run "go run gotor.go -server". (there is no main.go in the folder, it has gotor.go instead)
See the error "ModuleNotFoundError: No module named 'treelib'"
Screenshots
Gotor terminal
Tor and run torbot terminal
Desktop (please complete the following information):
OS: ubuntu
Additional context
I have been grappling with this installation issue for approximately two weeks. Would it be possible for us to schedule a troubleshooting meeting? Really appreciate!!!
The text was updated successfully, but these errors were encountered:
Describe the bug
I have followed the guidance of the readme section in "https://github.com/DedSecInside/TorBot?tab=readme-ov-file#gotor" to install the gotor and torbot. However, When I tried to run the Tool to scrawl webpages, it shows " ModuleNotFoundError: No module named 'treelib'" and "AttributeError: module 'logging' has no attribute 'getLevelNamesMapping'".
To Reproduce
Steps to reproduce the behavior:
Screenshots
Desktop (please complete the following information):
Additional context
I have been grappling with this installation issue for approximately two weeks. Would it be possible for us to schedule a troubleshooting meeting? Really appreciate!!!
The text was updated successfully, but these errors were encountered: