Neocky / pluGET

📦 Powerful Package manager which updates plugins & server software for minecraft servers
Apache License 2.0
150 stars 27 forks source link

Error when running update all #17

Closed greysilly7 closed 3 years ago

greysilly7 commented 3 years ago

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. Luanch using SFTP
  2. type "check all"
  3. type "update all"
  4. See error

Expected behavior It to update plugins

Screenshots If applicable, add screenshots to help explain your problem. image

Desktop (please complete the following information):

Additional context Add any other context about the problem here. Traceback (most recent call last): File "C:\Users\greys\Downloads\pluGET\src\__main__.py", line 16, in <module> mainFunction() File "C:\Users\greys\Downloads\pluGET\src\__main__.py", line 14, in mainFunction getInput() File "C:\Users\greys\Downloads\pluGET\src\handlers\handle_input.py", line 105, in getInput handleInput(inputCommand, inputSelectedObject, inputParams) File "C:\Users\greys\Downloads\pluGET\src\handlers\handle_input.py", line 87, in handleInput getInput() File "C:\Users\greys\Downloads\pluGET\src\handlers\handle_input.py", line 105, in getInput handleInput(inputCommand, inputSelectedObject, inputParams) File "C:\Users\greys\Downloads\pluGET\src\handlers\handle_input.py", line 58, in handleInput updateInstalledPackage(inputSelectedObject) File "C:\Users\greys\Downloads\pluGET\src\plugin\plugin_updatechecker.py", line 266, in updateInstalledPackage if INSTALLEDPLUGINLIST[i][3] == True: IndexError: list index out of range

Neocky commented 3 years ago

Hey, thank you for your bug report. I will investigate the issue and will report back. Stay tuned!

Neocky commented 3 years ago

Hey @greysilly7, i just releases a new version which fixes your problem: v1.5.1 The numbers from the plugins should also be correctly shown now in the table when you do check/update. Update to the new version and you are good to go.

Thank you for flying with pluGET 🚀

greysilly7 commented 3 years ago

Thanks