hrichharms / AlbiPy

AlbiPy is a network sniffing tool that allows direct access to the Albion Online Client's market data through the Python programming language.
MIT License
35 stars 17 forks source link

albipy running problem #7

Open Robin051004 opened 2 years ago

Robin051004 commented 2 years ago

If i want to launch albipy i can only modify python nothing else what i can do? appreciate help <3 image

hrichharms commented 2 years ago

how are you running the script?

Robin051004 commented 2 years ago

Hey i fixxed the modify setup but if i open the albipy file its directly closing

Robin051004 commented 2 years ago

is there any step by step video? image i dont understand it that well

hrichharms commented 2 years ago

If you run AlbiPy.py directly it won't do anything it will simply define the sniffer object then exit. This is most likely why it is simply closing immediately for you

The screenshot you posted basically is saying that you aren't successfully importing the AlbiPy library. This is probably because you aren't in the correct directory in your terminal or whatever. The rest of the errors in that screenshot are because of the first error.