NetflixChecker icon indicating copy to clipboard operation
NetflixChecker copied to clipboard

Error please fix it

Open Magicmk330 opened this issue 2 years ago • 5 comments

It's showing -

ProgressBar.init() got an unexpected keyword argument 'max_value' An error occurred.. Saving progress...

Magicmk330 avatar Apr 07 '22 19:04 Magicmk330

pip3 install prograssbar2

Lunar808 avatar Aug 06 '22 11:08 Lunar808

@Can you explain to me how to use it?

massimodeg avatar Mar 29 '23 05:03 massimodeg

@can you explain to me how to use it?

execute it on terminal, or cmd if you're using Windows(taking to account you installed python) pip is the package installer that comes with python, progressbar2 is the package that you're missing and that's the reason you've got this error.

It's pretty straight forward. your question tells me you probably don't know a lot of python(sorry if I'm mistaken, don't mean to be rude.) so I recommend you to learn a bit, it will help you fix this problems with ease and even contribute to projects in github like this project.

Lunar808 avatar Mar 30 '23 11:03 Lunar808

yes, you guessed it, i don't know python, if you could explain how to use it, you would help me a lot...i just started studying python

massimodeg avatar Mar 30 '23 13:03 massimodeg

yes, you guessed it, i don't know python, if you could explain how to use it, you would help me a lot...i just started studying python

I pretty much explained.

pip3 install prograssbar2 run in terminal(or cmd if using windows) pip3 = python package manager install - sub-command to install package(install "enter package") progressbar2 - the package itself that you're missing, and that is the reason you have this error.

good luck with learning python, it's a great scripting language and very useful overall. P.S search google about pip, it will help you tremendously in the future. it's mandatory for python developing.

Lunar808 avatar Mar 31 '23 12:03 Lunar808