BridgeSenseDev / Dank-Memer-Grinder

Dank Memer Grinder is an advanced selfbot with a clean GUI and captcha solver
MIT License
66 stars 27 forks source link

I dont know what to do 😭 pls help #137

Closed AnomalyJx closed 1 year ago

AnomalyJx commented 1 year ago

qt.qpa.xcb: could not connect to display :0 qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found. This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.

Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, wayland-egl, wayland, wayland-xcomposite-egl, wayland-xcomposite-glx, webgl, xcb.

Aborted (core dumped)

red78massive1573 commented 1 year ago

qt.qpa.xcb: could not connect to display :0 qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found. This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.

Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, wayland-egl, wayland, wayland-xcomposite-egl, wayland-xcomposite-glx, webgl, xcb.

Aborted (core dumped)

can i know your os, program version and explain what you did until that happened.

AnomalyJx commented 1 year ago

chrome os, python 3.10.11, i did the commands from the Readme everything installed well, but when i wanted to run the code, i got this error.

Kathund commented 1 year ago

Chrome os its fully supported but it is still possible to run using the uncompiled code.

Stepts to download and run (done on windows but should work on any os)

Installing Python

I couldn't find a donwload on the python website for chrome os BUT from a bit of googling and reading different blog posts I think this is the best guide to installing python on chrome os that I could find.

Installing the bot

1 - Downloading

Head over to the github page and download the zip image

2 - Extracting the zip

Head over to the downloads or were you saved the file This is where it can get different based on the os your running For me on windows Right click on it and then select Extract All image Then select Extract image

3 - Installing Packages

Open the extracted folder in your preferred terminal and run pip install -r requirements.txt image

4 - Running the bot

Once the packages have installed it should let you type again. When this happeneds you can then run the next command to launch the program. Enter python main.py into your terminal. If Everything workes correctly you should see a gui looking like the one on the homepage pop up. image

I hope this all help