Hi,
Quote:
Originally Posted by DNSB
This appears to be an issue with the KoboUtilities plugin when it is trying to check for a new firmware update. I haven't taken much of a look at it but it appears that the URL that is used to check is no longer valid.
|
Oops, Kobo did it again!
Got that 403 today.
Funnily, before that, Kobo Utilities successfully reported a new Firmware version (with ver. nr.) available, so it's maybe just the download link.
The error message shows a call stack:
Quote:
calibre, version 7.13.0 (linux, embedded-python: True)
Failed to update Kobo firmware: Failed: Downloading Kobo firmware update
HTTP Error 403: Forbidden
Traceback (most recent call last):
File "calibre/gui2/device.py", line 112, in run
File "calibre_plugins.koboutilities.jobs", line 123, in do_check_firmware_update
resp = urlopen(update_data["UpgradeURL"])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "urllib/request.py", line 216, in urlopen
File "urllib/request.py", line 525, in open
File "urllib/request.py", line 634, in http_response
File "urllib/request.py", line 563, in error
File "urllib/request.py", line 496, in _call_chain
File "urllib/request.py", line 643, in http_error_default
urllib.error.HTTPError: HTTP Error 403: Forbidden
|