Hi Stevo, ive opened the VirtualMachine/Box, used the MX23.6, install Variety, and run it in terminal, this is the output
Code: Select all
demo@mx1:~
$ variety
WARNING: 2025-06-04 03:39:45,581: load_history() 'Could not load history file, continuing without it, no worries'
Property "/backdrop/screen0/monitor0/workspace0/last-image" does not exist on channel "xfce4-desktop".
ERROR: 2025-06-04 03:39:45,592: get_desktop_wallpaper() 'Exception when calling get_wallpaper script'
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/variety/VarietyWindow.py", line 2709, in get_desktop_wallpaper
output = subprocess.check_output(script).decode().strip()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/subprocess.py", line 466, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/subprocess.py", line 571, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '/home/demo/.config/variety/scripts/get_wallpaper' returned non-zero exit status 1.
WARNING: 2025-06-04 03:39:45,627: create_menu() 'Variety Slideshow is not installed. This is an optional extension adding pan-and-zoom slideshows to Variety: see https://github.com/peterlevi/variety-slideshow for details'
ERROR: 2025-06-04 03:39:46,126: download_one_from() 'Could not download wallpaper:'
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/variety/VarietyWindow.py", line 1161, in download_one_from
file = downloader.download_one()
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/variety/plugins/downloaders/DefaultDownloader.py", line 141, in download_one
items = self.fill_queue()
^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/variety/FlickrDownloader.py", line 163, in fill_queue
raise Exception("Flickr returned error message: " + resp["message"])
Exception: Flickr returned error message: Invalid API Key (Key has expired)
ERROR: 2025-06-04 03:40:06,537: server_options_thread() 'Could not fetch Variety serverside options'
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/requests/models.py", line 971, in json
return complexjson.loads(self.text, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/json/__init__.py", line 346, in loads
return _default_decoder.decode(s)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/json/decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/json/decoder.py", line 355, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/variety/VarietyWindow.py", line 1084, in server_options_thread
self.server_options = Util.fetch_json(VarietyWindow.SERVERSIDE_OPTIONS_URL)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/variety/Util.py", line 684, in fetch_json
return Util.request(url, data, **request_kwargs).json()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/requests/models.py", line 975, in json
raise RequestsJSONDecodeError(e.msg, e.doc, e.pos)
requests.exceptions.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
ERROR: 2025-06-04 03:40:37,475: server_options_thread() 'Could not fetch Variety serverside options'
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/requests/models.py", line 971, in json
return complexjson.loads(self.text, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/json/__init__.py", line 346, in loads
return _default_decoder.decode(s)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/json/decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/json/decoder.py", line 355, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/variety/VarietyWindow.py", line 1084, in server_options_thread
self.server_options = Util.fetch_json(VarietyWindow.SERVERSIDE_OPTIONS_URL)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/variety/Util.py", line 684, in fetch_json
return Util.request(url, data, **request_kwargs).json()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/requests/models.py", line 975, in json
raise RequestsJSONDecodeError(e.msg, e.doc, e.pos)
requests.exceptions.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
ERROR: 2025-06-04 03:41:08,416: server_options_thread() 'Could not fetch Variety serverside options'
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/requests/models.py", line 971, in json
return complexjson.loads(self.text, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/json/__init__.py", line 346, in loads
return _default_decoder.decode(s)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/json/decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/json/decoder.py", line 355, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/variety/VarietyWindow.py", line 1084, in server_options_thread
self.server_options = Util.fetch_json(VarietyWindow.SERVERSIDE_OPTIONS_URL)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/variety/Util.py", line 684, in fetch_json
return Util.request(url, data, **request_kwargs).json()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/requests/models.py", line 975, in json
raise RequestsJSONDecodeError(e.msg, e.doc, e.pos)
requests.exceptions.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
ERROR: 2025-06-04 03:41:39,387: server_options_thread() 'Could not fetch Variety serverside options'
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/requests/models.py", line 971, in json
return complexjson.loads(self.text, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/json/__init__.py", line 346, in loads
return _default_decoder.decode(s)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/json/decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/json/decoder.py", line 355, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/variety/VarietyWindow.py", line 1084, in server_options_thread
self.server_options = Util.fetch_json(VarietyWindow.SERVERSIDE_OPTIONS_URL)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/variety/Util.py", line 684, in fetch_json
return Util.request(url, data, **request_kwargs).json()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/requests/models.py", line 975, in json
raise RequestsJSONDecodeError(e.msg, e.doc, e.pos)
requests.exceptions.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
ERROR: 2025-06-04 03:42:10,284: server_options_thread() 'Could not fetch Variety serverside options'
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/requests/models.py", line 971, in json
return complexjson.loads(self.text, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/json/__init__.py", line 346, in loads
return _default_decoder.decode(s)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/json/decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/json/decoder.py", line 355, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/variety/VarietyWindow.py", line 1084, in server_options_thread
self.server_options = Util.fetch_json(VarietyWindow.SERVERSIDE_OPTIONS_URL)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/variety/Util.py", line 684, in fetch_json
return Util.request(url, data, **request_kwargs).json()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/requests/models.py", line 975, in json
raise RequestsJSONDecodeError(e.msg, e.doc, e.pos)
requests.exceptions.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
ERROR: 2025-06-04 03:42:52,005: download_one_from() 'Could not download wallpaper:'
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/variety/VarietyWindow.py", line 1161, in download_one_from
file = downloader.download_one()
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/variety/plugins/downloaders/DefaultDownloader.py", line 141, in download_one
items = self.fill_queue()
^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/variety/FlickrDownloader.py", line 163, in fill_queue
raise Exception("Flickr returned error message: " + resp["message"])
Exception: Flickr returned error message: Invalid API Key (Key has expired)
Property "/backdrop/screen0/monitor0/workspace0/last-image" does not exist on channel "xfce4-desktop".
ERROR: 2025-06-04 03:44:45,635: get_desktop_wallpaper() 'Exception when calling get_wallpaper script'
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/variety/VarietyWindow.py", line 2709, in get_desktop_wallpaper
output = subprocess.check_output(script).decode().strip()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/subprocess.py", line 466, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/subprocess.py", line 571, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '/home/demo/.config/variety/scripts/get_wallpaper' returned non-zero exit status 1.
ERROR: 2025-06-04 03:44:48,124: download_one_from() 'Could not download wallpaper:'
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/variety/VarietyWindow.py", line 1161, in download_one_from
file = downloader.download_one()
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/variety/plugins/downloaders/DefaultDownloader.py", line 141, in download_one
items = self.fill_queue()
^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/variety/FlickrDownloader.py", line 163, in fill_queue
raise Exception("Flickr returned error message: " + resp["message"])
Exception: Flickr returned error message: Invalid API Key (Key has expired)
ERROR: 2025-06-04 03:47:49,673: download_one_from() 'Could not download wallpaper:'
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/variety/VarietyWindow.py", line 1161, in download_one_from
file = downloader.download_one()
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/variety/plugins/downloaders/DefaultDownloader.py", line 141, in download_one
items = self.fill_queue()
^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/variety/FlickrDownloader.py", line 163, in fill_queue
raise Exception("Flickr returned error message: " + resp["message"])
Exception: Flickr returned error message: Invalid API Key (Key has expired)
Property "/backdrop/screen0/monitor0/workspace0/last-image" does not exist on channel "xfce4-desktop".
ERROR: 2025-06-04 03:49:45,868: get_desktop_wallpaper() 'Exception when calling get_wallpaper script'
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/variety/VarietyWindow.py", line 2709, in get_desktop_wallpaper
output = subprocess.check_output(script).decode().strip()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/subprocess.py", line 466, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/subprocess.py", line 571, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '/home/demo/.config/variety/scripts/get_wallpaper' returned non-zero exit status 1.
ERROR: 2025-06-04 03:49:48,353: download_one_from() 'Could not download wallpaper:'
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/variety/VarietyWindow.py", line 1161, in download_one_from
file = downloader.download_one()
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/variety/plugins/downloaders/DefaultDownloader.py", line 141, in download_one
items = self.fill_queue()
^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/variety/FlickrDownloader.py", line 163, in fill_queue
raise Exception("Flickr returned error message: " + resp["message"])
Exception: Flickr returned error message: Invalid API Key (Key has expired)
ERROR: 2025-06-04 03:52:49,876: download_one_from() 'Could not download wallpaper:'
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/variety/VarietyWindow.py", line 1161, in download_one_from
file = downloader.download_one()
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/variety/plugins/downloaders/DefaultDownloader.py", line 141, in download_one
items = self.fill_queue()
^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/variety/FlickrDownloader.py", line 163, in fill_queue
raise Exception("Flickr returned error message: " + resp["message"])
Exception: Flickr returned error message: Invalid API Key (Key has expired)
Property "/backdrop/screen0/monitor0/workspace0/last-image" does not exist on channel "xfce4-desktop".
ERROR: 2025-06-04 03:54:45,953: get_desktop_wallpaper() 'Exception when calling get_wallpaper script'
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/variety/VarietyWindow.py", line 2709, in get_desktop_wallpaper
output = subprocess.check_output(script).decode().strip()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/subprocess.py", line 466, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/subprocess.py", line 571, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '/home/demo/.config/variety/scripts/get_wallpaper' returned non-zero exit status 1.
ERROR: 2025-06-04 03:54:48,510: download_one_from() 'Could not download wallpaper:'
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/variety/VarietyWindow.py", line 1161, in download_one_from
file = downloader.download_one()
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/variety/plugins/downloaders/DefaultDownloader.py", line 141, in download_one
items = self.fill_queue()
^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/variety/FlickrDownloader.py", line 163, in fill_queue
raise Exception("Flickr returned error message: " + resp["message"])
Exception: Flickr returned error message: Invalid API Key (Key has expired)
ERROR: 2025-06-04 03:57:50,034: download_one_from() 'Could not download wallpaper:'
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/variety/VarietyWindow.py", line 1161, in download_one_from
file = downloader.download_one()
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/variety/plugins/downloaders/DefaultDownloader.py", line 141, in download_one
items = self.fill_queue()
^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/variety/FlickrDownloader.py", line 163, in fill_queue
raise Exception("Flickr returned error message: " + resp["message"])
Exception: Flickr returned error message: Invalid API Key (Key has expired)
Property "/backdrop/screen0/monitor0/workspace0/last-image" does not exist on channel "xfce4-desktop".
ERROR: 2025-06-04 03:59:46,399: get_desktop_wallpaper() 'Exception when calling get_wallpaper script'
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/variety/VarietyWindow.py", line 2709, in get_desktop_wallpaper
output = subprocess.check_output(script).decode().strip()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/subprocess.py", line 466, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/subprocess.py", line 571, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '/home/demo/.config/variety/scripts/get_wallpaper' returned non-zero exit status 1.
ERROR: 2025-06-04 03:59:48,907: download_one_from() 'Could not download wallpaper:'
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/variety/VarietyWindow.py", line 1161, in download_one_from
file = downloader.download_one()
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/variety/plugins/downloaders/DefaultDownloader.py", line 141, in download_one
items = self.fill_queue()
^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/variety/FlickrDownloader.py", line 163, in fill_queue
raise Exception("Flickr returned error message: " + resp["message"])
Exception: Flickr returned error message: Invalid API Key (Key has expired)
Code: Select all
demo@mx1:~
$ variety
Property "/backdrop/screen0/monitor0/workspace0/last-image" does not exist on channel "xfce4-desktop".
ERROR: 2025-06-04 04:12:38,628: get_desktop_wallpaper() 'Exception when calling get_wallpaper script'
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/variety/VarietyWindow.py", line 2709, in get_desktop_wallpaper
output = subprocess.check_output(script).decode().strip()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/subprocess.py", line 466, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/subprocess.py", line 571, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '/home/demo/.config/variety/scripts/get_wallpaper' returned non-zero exit status 1.
WARNING: 2025-06-04 04:12:38,665: create_menu() 'Variety Slideshow is not installed. This is an optional extension adding pan-and-zoom slideshows to Variety: see https://github.com/peterlevi/variety-slideshow for details'
Property "/backdrop/screen0/monitor0/workspace0/last-image" does not exist on channel "xfce4-desktop".
ERROR: 2025-06-04 04:12:38,765: get_desktop_wallpaper() 'Exception when calling get_wallpaper script'
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/variety/VarietyWindow.py", line 2709, in get_desktop_wallpaper
output = subprocess.check_output(script).decode().strip()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/subprocess.py", line 466, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/subprocess.py", line 571, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '/home/demo/.config/variety/scripts/get_wallpaper' returned non-zero exit status 1.
ERROR: 2025-06-04 04:13:00,211: server_options_thread() 'Could not fetch Variety serverside options'
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/requests/models.py", line 971, in json
return complexjson.loads(self.text, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/json/__init__.py", line 346, in loads
return _default_decoder.decode(s)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/json/decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/json/decoder.py", line 355, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/variety/VarietyWindow.py", line 1084, in server_options_thread
self.server_options = Util.fetch_json(VarietyWindow.SERVERSIDE_OPTIONS_URL)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/variety/Util.py", line 684, in fetch_json
return Util.request(url, data, **request_kwargs).json()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/requests/models.py", line 975, in json
raise RequestsJSONDecodeError(e.msg, e.doc, e.pos)
requests.exceptions.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
ERROR: 2025-06-04 04:13:31,757: server_options_thread() 'Could not fetch Variety serverside options'
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/requests/models.py", line 971, in json
return complexjson.loads(self.text, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/json/__init__.py", line 346, in loads
return _default_decoder.decode(s)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/json/decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/json/decoder.py", line 355, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/variety/VarietyWindow.py", line 1084, in server_options_thread
self.server_options = Util.fetch_json(VarietyWindow.SERVERSIDE_OPTIONS_URL)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/variety/Util.py", line 684, in fetch_json
return Util.request(url, data, **request_kwargs).json()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/requests/models.py", line 975, in json
raise RequestsJSONDecodeError(e.msg, e.doc, e.pos)
requests.exceptions.JSONDecodeError: Expecting value: line 1 column 1 (char 0)