Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
NIKKILPRITHVIN opened this issue Jun 7, 2023 · 5 comments
Open

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

NIKKILPRITHVIN opened this issue Jun 7, 2023 · 5 comments
Labels
bug Something isn't working

Comments

@NIKKILPRITHVIN
Copy link

NIKKILPRITHVIN commented Jun 7, 2023

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

@NIKKILPRITHVIN NIKKILPRITHVIN added the bug Something isn't working label Jun 7, 2023
@BolisettySujith
Copy link
Owner

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
Copy link
Author

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

@NIKKILPRITHVIN
Copy link
Author

or even reduce it
because my screen size is small

@BolisettySujith
Copy link
Owner

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
Copy link
Owner

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 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants