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

Error: Couldn't Parse JSON #78

Open
Cpd879 opened this issue Mar 6, 2024 · 0 comments
Open

Error: Couldn't Parse JSON #78

Cpd879 opened this issue Mar 6, 2024 · 0 comments
Labels
Bug Something isn't working

Comments

@Cpd879
Copy link

Cpd879 commented Mar 6, 2024

**Error: Couldn't parse json of webrequest
**

To Reproduce
Steps to reproduce the behavior:

  1. Install a lot of plugins. Maybe 50+
  2. Run It (check all)
  3. See error

Expected behavior
Expected it to update all.
TIP = It works if I specify a plugin. EG - check EssentialsX

OS - Linux Debian (Raspberry Pi 5)

Additional context
Full Error Log
=>
Error: Couldn't parse json of webrequest
Traceback (most recent call last):
File "/home/Cpd879/pluGET/pluget.py", line 45, in
handle_input()
File "/home/Cpd879/pluGET/src/handlers/handle_input.py", line 85, in handle_input
check_installed_plugins(input_selected_object, input_parameter)
File "/home/Cpd879/pluGET/src/plugin/plugin_updatechecker.py", line 341, in check_installed_plugins
plugin_count, plugins_with_udpates = check_update_available_installed_plugins(input_selected_object, config_values)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/Cpd879/pluGET/src/plugin/plugin_updatechecker.py", line 316, in check_update_available_installed_plugins
plugin_spigot_id = search_plugin_spiget(plugin_file, plugin_file_name, plugin_file_version) # plugin_spigot_id isn't needed
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/Cpd879/pluGET/src/plugin/plugin_updatechecker.py", line 555, in search_plugin_spiget
for plugin in plugin_list:
TypeError: 'NoneType' object is not iterable

@Cpd879 Cpd879 added the Bug Something isn't working label Mar 6, 2024
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

1 participant