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

PLEASE HELP ME #354

Open
TigerMan1159 opened this issue Mar 27, 2022 · 5 comments
Open

PLEASE HELP ME #354

TigerMan1159 opened this issue Mar 27, 2022 · 5 comments

Comments

@TigerMan1159
Copy link

TigerMan1159 commented Mar 27, 2022

Can anybody teach me how to use this tool?

I need use this tool to track and find scammers who scam my friend.

Honestly i don't understand anything about programming. I only knew that Github is the biggest community of programmer. So i don't know how to use this tool, what application i need to run this tool, or anything else. Maybe I will be able if I study, but for now I need this tool as soon as possible to find this scammer.

Please anyone teach me from the beginning, the basic, step by step. Ooh God

And what specification of my device to be able run this tool? My specification laptop is
Prossesor: Intel Celeron N4000 1.1GHz
OS: Windows 10 Education
RAM: 4 GB
Storage: 1 TB
Graphic Card: iGPU
Browser: Edge, Chrome, and Brave

Let's make the Internet a safer place, let's report.

@Crewxx
Copy link

Crewxx commented Mar 27, 2022

You have Microsoft word on your system?

@TigerMan1159
Copy link
Author

You have Microsoft word on your system?

Yes

@TigerMan1159
Copy link
Author

TigerMan1159 commented Mar 30, 2022

now i can run this tool. But i got some error, when i open control panel link and enter my access key

The client is using an unsupported version of the Socket.IO or Engine.IO protocols (further occurrences of this error will be logged with level INFO)
[2022-03-30 14:12:44,324] ERROR in app: Exception on /get_title [POST]
Traceback (most recent call last):
File "/home/tigerman1159/.local/lib/python3.9/site-packages/flask/app.py", line 2077, in wsgi_app
response = self.full_dispatch_request()
File "/home/tigerman1159/.local/lib/python3.9/site-packages/flask/app.py", line 1525, in full_dispatch_request
rv = self.handle_user_exception(e)
File "/home/tigerman1159/.local/lib/python3.9/site-packages/flask_cors/extension.py", line 165, in wrapped_function
return cors_after_request(app.make_response(f(*args, **kwargs)))
File "/home/tigerman1159/.local/lib/python3.9/site-packages/flask/app.py", line 1523, in full_dispatch_request
rv = self.dispatch_request()
File "/home/tigerman1159/.local/lib/python3.9/site-packages/flask/app.py", line 1509, in dispatch_request
return self.ensure_sync(self.view_functions[rule.endpoint])(**req.view_args)
File "/home/tigerman1159/trape/core/stats.py", line 97, in home_get_title
return json.dumps({'status' : 'OK', 'title' : html})
File "/home/tigerman1159/.local/lib/python3.9/site-packages/flask/json/init.py", line 131, in dumps
return _json.dumps(obj, **kwargs)
File "/usr/lib/python3.9/json/init.py", line 234, in dumps
return cls(
File "/usr/lib/python3.9/json/encoder.py", line 199, in encode
chunks = self.iterencode(o, _one_shot=True)
File "/usr/lib/python3.9/json/encoder.py", line 257, in iterencode
return _iterencode(o, 0)
File "/home/tigerman1159/.local/lib/python3.9/site-packages/flask/json/init.py", line 50, in default
return super().default(o)
File "/usr/lib/python3.9/json/encoder.py", line 179, in default
raise TypeError(f'Object of type {o.class.name} '
TypeError: Object of type bytes is not JSON serializable

How to fix it?

@MaratMustafin
Copy link

now i can run this tool. But i got some error, when i open control panel link and enter my access key

The client is using an unsupported version of the Socket.IO or Engine.IO protocols (further occurrences of this error will be logged with level INFO) [2022-03-30 14:12:44,324] ERROR in app: Exception on /get_title [POST] Traceback (most recent call last): File "/home/tigerman1159/.local/lib/python3.9/site-packages/flask/app.py", line 2077, in wsgi_app response = self.full_dispatch_request() File "/home/tigerman1159/.local/lib/python3.9/site-packages/flask/app.py", line 1525, in full_dispatch_request rv = self.handle_user_exception(e) File "/home/tigerman1159/.local/lib/python3.9/site-packages/flask_cors/extension.py", line 165, in wrapped_function return cors_after_request(app.make_response(f(*args, **kwargs))) File "/home/tigerman1159/.local/lib/python3.9/site-packages/flask/app.py", line 1523, in full_dispatch_request rv = self.dispatch_request() File "/home/tigerman1159/.local/lib/python3.9/site-packages/flask/app.py", line 1509, in dispatch_request return self.ensure_sync(self.view_functions[rule.endpoint])(**req.view_args) File "/home/tigerman1159/trape/core/stats.py", line 97, in home_get_title return json.dumps({'status' : 'OK', 'title' : html}) File "/home/tigerman1159/.local/lib/python3.9/site-packages/flask/json/init.py", line 131, in dumps return _json.dumps(obj, **kwargs) File "/usr/lib/python3.9/json/init.py", line 234, in dumps return cls( File "/usr/lib/python3.9/json/encoder.py", line 199, in encode chunks = self.iterencode(o, _one_shot=True) File "/usr/lib/python3.9/json/encoder.py", line 257, in iterencode return _iterencode(o, 0) File "/home/tigerman1159/.local/lib/python3.9/site-packages/flask/json/init.py", line 50, in default return super().default(o) File "/usr/lib/python3.9/json/encoder.py", line 179, in default raise TypeError(f'Object of type {o.class.name} ' TypeError: Object of type bytes is not JSON serializable

How to fix it?

return json.dumps({'status' : 'OK', 'title' : html}) instead html use 'html'. It's not a fix a problem but program will work.

@rbrtjns90
Copy link

rbrtjns90 commented Mar 11, 2023

I fixed a bunch of these bugs.

https://github.com/rbrtjns90/trape

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

5 participants
@rbrtjns90 @MaratMustafin @Crewxx @TigerMan1159 and others