BolisettySujith / J.A.R.V.I.S

A voice assistant 🗣️ which can be used to interact with your computer 💻 and controls your pc operations 🎛️
https://bolisettysujith.github.io/J.A.R.V.I.S/
MIT License
223 stars 221 forks source link

Please help me i am getting an error like this #24

Open NIKKILPRITHVIN opened 1 year ago

NIKKILPRITHVIN commented 1 year ago

File "c:\Users\acer\Desktop\Jarvis\J.A.R.V.I.S\JARVIS.py", line 1086, in init self.ui = Ui_JarvisUI(path=current_path) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: Ui_JarvisUI() takes no arguments

BolisettySujith commented 1 year ago

can u check whether the init statement is correctly written in your code line number 193, in JarvisUI.py file?


    def __init__(self, path):
        self.cpath = path
NIKKILPRITHVIN commented 1 year ago

i made a new ui file and added to your code it shows me the error can you please remove the gui

NIKKILPRITHVIN commented 1 year ago

or even reduce it because my screen size is small

BolisettySujith commented 1 year ago

As many developers are raising issue for Jarvis without GUI version, In the recent updates, I have added the respective file for terminal version of it. You can check this out at JarvisWithoutGUI.py

Just run: python JarvisWithoutGUI.py

It will start the terminal version of Jarvis

BolisettySujith commented 1 year ago

i made a new ui file and added to your code it shows me the error can you please remove the gui

I can't help you without seeing your code that you have changed, can u share your code if possible so that I can help you in it ?