BUZZARDGTA / GTA-V-Session-Sniffer

A script that scans for IP addresses, country, ports, and tracks how long a player has been active and the last time it was seen. It is optimized for GTA 5 but also works with other P2P video games.
17 stars 4 forks source link

Issue with modules #4

Closed Stefantie32 closed 5 months ago

Stefantie32 commented 5 months ago

I seem to have issues importing line 13 and 14 (from Modules.capture.sync_capture import PacketCapture, Packet,TSharkNotFoundException, from Modules.oui_lookup.oui_lookup import MacLookup) I need help fixing this issue

BUZZARDGTA commented 5 months ago

Are you using the released version with the executable version or are you running from source?

Stefantie32 commented 5 months ago

If im correct yes

BUZZARDGTA commented 5 months ago

If you are using the executable version I don't see a problem where this would happen

BUZZARDGTA commented 5 months ago

make sure you installed wireshark and npcap before executing

Stefantie32 commented 5 months ago

this is what appears ModuleNotFoundError: No module named 'Modules' Screenshot 2024-06-10 174343

BUZZARDGTA commented 5 months ago

you don't have the Modules library in your code editor

Stefantie32 commented 5 months ago

what modules do i have to install can you send me the pip code for the cmd

BUZZARDGTA commented 5 months ago

there is no pip, it's internal

BUZZARDGTA commented 5 months ago

just have the folder there, open it correctly in your code editor and that's it

Stefantie32 commented 5 months ago

i will try

Stefantie32 commented 5 months ago

i downloaded the folder but it seems to be no fix

BUZZARDGTA commented 5 months ago

why are you opening my code anyways

Stefantie32 commented 5 months ago

it said it was an open file and ive been looking for something like this