Description
Windows 11 OS
Just tried this and received the following error. Empty output directory.
./waybackup -d --csv -u http://wuarchive.wustl.edu/pub/ -o .\test12 -f --workers 1 --skip --delay 1
No CSV-file or content found to load skipable URLs
Querying snapshots...
---> wuarchive.wustl.edu/pub/*
!-- Exception: UNCAUGHT EXCEPTION
!-- File: ..............\Program Files\Python312\Lib\json\decoder.py
!-- Function: raw_decode
!-- Line: 355
!-- Segment: raise JSONDecodeError("Expecting value", s, err.value) from None
!-- Description: Expecting value: line 1 column 1 (char 0)
Exception log: .\test12\waybackup_error.log
Full traceback:
Traceback (most recent call last):
File "", line 198, in run_module_as_main
File "", line 88, in run_code
File "waybackup.exe_main.py", line 7, in
sys.exit(main())
^^^^^^
File "..\site-packages\pywaybackup\main.py", line 22, in main
archive.query_list(config.range, config.start, config.end, config.explicit, config.mode, config.cdxbackup, config.cdxinject)
File "..\site-packages\pywaybackup\archive.py", line 158, in query_list
cdxResult = json.loads(cdxResult)
^^^^^^^^^^^^^^^^^^^^^
File "..............\Program Files\Python312\Lib\json_init.py", line 346, in loads
return _default_decoder.decode(s)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "..............\Program Files\Python312\Lib\json\decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "..............\Program Files\Python312\Lib\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)