blockworks-foundation / mango-explorer

A project to explore and provide useful code for Mango Markets (https://mango.markets/).
MIT License
155 stars 87 forks source link

This lib is taking screenshots ?! #64

Closed 2Spartiate closed 2 years ago

2Spartiate commented 2 years ago

Once installed, and run :

I've installed it with pip3, with your source. What's going on ?

kinghchan commented 2 years ago

which script did you run?

2Spartiate commented 2 years ago

The examples ones from the official website :

https://docs.mango.markets/developer-resources/code-examples

When starting one of the script with python2, a file name "Mango" would appear in the directory (and a "xwindow-like" cursor. Clicking on the file show a FHD screenshots of my current shell...

kinghchan commented 2 years ago

"When starting one of the script with python2" -- which script exactly did you run?

2Spartiate commented 2 years ago
kinghchan commented 2 years ago

the source code in this repo doesn't show anything dodgy. any chance you could send over a screenshot of the code you're seeing that's taking the screenshot?

2Spartiate commented 2 years ago

I've got nothing on the shell. It freeze for a few seconds, then a cross-shaped pointer appears, then if i stricke a key, the cursor on the shell move fast (empty / unicode characters), then the app dies.

If the pb is not from the example codes, then it must be :

That's a lot to checkout. I'd need a grep command searching for a Ghostscript / imagemagick command into python2/python3 libs...

2Spartiate commented 2 years ago

After reinstalling linux pb is gone... Closing this ticket now (opening another one)