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

BL does not start - Kubuntu 24.04 - API file not found #201

Open
luisseyfer opened this issue Jan 10, 2025 · 17 comments
Open

BL does not start - Kubuntu 24.04 - API file not found #201

luisseyfer opened this issue Jan 10, 2025 · 17 comments
Labels
bug Something isn't working

Comments

@luisseyfer
Copy link

BL-V2 stable/rc does not start. (versions 2.3.2/2.4.0-rc3)

$ ./Blender\ Launcher 
API file not found in /home/lkubuntu/.config/Blender Launcher/Blender Launcher API.json. Using internal API file.
[2025-01-10 09:06:48,413:INFO] Blender Launcher Version: 2.3.2
$ ./Blender\ Launcher 
API file not found in /home/lkubuntu/.config/Blender Launcher/Blender Launcher API.json. Using internal API file.
[2025-01-10 09:48:54,167:INFO] Blender Launcher Version: 2.4.0-rc.3
Segmentation fault (core dumped)

To Reproduce
Steps to reproduce the behavior:

  1. Download and unpack
  2. Check permissions
  3. Start from GUI - no response
  4. Start from CLI - BL-V2 does not start - see error messages above

Expected behavior
BL-V2 should start from GUI with doppleclick

System (please complete the following information):
Operating System: Kubuntu 24.04
KDE Plasma Version: 5.27.11
KDE Frameworks Version: 5.115.0
Qt Version: 5.15.13
Kernel Version: 6.8.0-51-generic (64-bit)
Graphics Platform: X11
Processors: 8 × Intel® Core™ i7-6700HQ CPU @ 2.60GHz
Memory: 47,0 GiB of RAM
Graphics Processor: NVIDIA GeForce GTX 1070/PCIe/SSE2
Manufacturer: LENOVO
Product Name: 80V1
System Version: Lenovo ideapad Y910-17ISK

Blender Launcher version: 2.3.2/2.4.0-rc3

Log file: none found

@Victor-IX
Copy link
Owner

Can you run ./Blender\ Launcher --debug to check if you have more info on your issue?

@luisseyfer
Copy link
Author

$ ./Blender\ Launcher --debug
API file not found in /home/lkubuntu/.config/Blender Launcher/Blender Launcher API.json. Using internal API file.
[2025-01-10 17:30:04,692:INFO] Blender Launcher Version: 2.3.2
$ ./Blender\ Launcher --debug
API file not found in /home/lkubuntu/.config/Blender Launcher/Blender Launcher API.json. Using internal API file.
[2025-01-10 17:32:16,665:INFO] Blender Launcher Version: 2.4.0-rc.3
Segmentation fault (core dumped)

@luisseyfer
Copy link
Author

luisseyfer commented Jan 10, 2025

I know BL writes to ~/home/.config/Blender Launcher and into the chosen install folder. Are there any other locations?

@Victor-IX
Copy link
Owner

I know BL writes to ~/home/.config/Blender Launcher and into the chosen install folder. Are there any other locations?

It's the only two places.
I will need to create a VM to test if I can reproduce the issue. This could be related to the Linux build. I know there are some issues with the latest Ubuntu version as well. I might consider making two different builds for Ubuntu in the future if this turns out to be the problem.

@luisseyfer
Copy link
Author

Thx for your efforts so far.

@luisseyfer
Copy link
Author

luisseyfer commented Jan 11, 2025

I was able to make version 2.3.2 run.
Before I posted this issue, I had started an older BL 2.0.x first and interrupted the configuration process. I remebered this version starting successfully and tried this again. I got a message that an older version is still running in the background, blocking the newer.
After $ killall Blender\ Launcher it started.
I killed it once more and tried BL 2.4.0-rc3:

$ ./Blender\ Launcher 
qt.qpa.xcb: QXcbConnection: XCB error: 14 (BadIDChoice), sequence: 368, resource id: 1, major code: 53 (CreatePixmap), minor code: 0
qt.qpa.xcb: QXcbConnection: XCB error: 9 (BadDrawable), sequence: 369, resource id: 1, major code: 55 (CreateGC), minor code: 0
qt.qpa.xcb: QXcbConnection: XCB error: 9 (BadDrawable), sequence: 370, resource id: 1, major code: 72 (PutImage), minor code: 0
qt.qpa.xcb: QXcbConnection: XCB error: 13 (BadGC), sequence: 371, resource id: 77594633, major code: 60 (FreeGC), minor code: 0
qt.qpa.xcb: QXcbConnection: XCB error: 9 (BadDrawable), sequence: 372, resource id: 1, major code: 139 (Unknown), minor code: 4
qt.qpa.xcb: QXcbConnection: XCB error: 4 (BadPixmap), sequence: 373, resource id: 1, major code: 54 (FreePixmap), minor code: 0
qt.qpa.xcb: QXcbConnection: XCB error: 143 (Unknown), sequence: 374, resource id: 77594634, major code: 139 (Unknown), minor code: 27
qt.qpa.xcb: QXcbConnection: XCB error: 143 (Unknown), sequence: 375, resource id: 77594634, major code: 139 (Unknown), minor code: 7
qt.qpa.xcb: QXcbConnection: XCB error: 6 (BadCursor), sequence: 378, resource id: 77594635, major code: 138 (Unknown), minor code: 23
qt.qpa.xcb: QXcbConnection: XCB error: 6 (BadCursor), sequence: 379, resource id: 77594635, major code: 138 (Unknown), minor code: 23
qt.qpa.xcb: QXcbConnection: XCB error: 6 (BadCursor), sequence: 380, resource id: 77594635, major code: 2 (ChangeWindowAttributes), minor code: 0
qt.qpa.xcb: QXcbConnection: XCB error: 6 (BadCursor), sequence: 381, resource id: 77594635, major code: 2 (ChangeWindowAttributes), minor code: 0
^C^C^CTraceback (most recent call last):
  File "windows/dialog_window.py", line 98, in accept
KeyboardInterrupt
qt.qpa.xcb: QXcbConnection: XCB error: 6 (BadCursor), sequence: 568, resource id: 77594635, major code: 2 (ChangeWindowAttributes), minor code: 0
qt.qpa.xcb: QXcbConnection: XCB error: 6 (BadCursor), sequence: 569, resource id: 77594635, major code: 2 (ChangeWindowAttributes), minor code: 0$ ./Blender\ Launcher 
qt.qpa.xcb: QXcbConnection: XCB error: 14 (BadIDChoice), sequence: 368, resource id: 1, major code: 53 (CreatePixmap), minor code: 0
qt.qpa.xcb: QXcbConnection: XCB error: 9 (BadDrawable), sequence: 369, resource id: 1, major code: 55 (CreateGC), minor code: 0
qt.qpa.xcb: QXcbConnection: XCB error: 9 (BadDrawable), sequence: 370, resource id: 1, major code: 72 (PutImage), minor code: 0
qt.qpa.xcb: QXcbConnection: XCB error: 13 (BadGC), sequence: 371, resource id: 77594633, major code: 60 (FreeGC), minor code: 0
qt.qpa.xcb: QXcbConnection: XCB error: 9 (BadDrawable), sequence: 372, resource id: 1, major code: 139 (Unknown), minor code: 4
qt.qpa.xcb: QXcbConnection: XCB error: 4 (BadPixmap), sequence: 373, resource id: 1, major code: 54 (FreePixmap), minor code: 0
qt.qpa.xcb: QXcbConnection: XCB error: 143 (Unknown), sequence: 374, resource id: 77594634, major code: 139 (Unknown), minor code: 27
qt.qpa.xcb: QXcbConnection: XCB error: 143 (Unknown), sequence: 375, resource id: 77594634, major code: 139 (Unknown), minor code: 7
qt.qpa.xcb: QXcbConnection: XCB error: 6 (BadCursor), sequence: 378, resource id: 77594635, major code: 138 (Unknown), minor code: 23
qt.qpa.xcb: QXcbConnection: XCB error: 6 (BadCursor), sequence: 379, resource id: 77594635, major code: 138 (Unknown), minor code: 23
qt.qpa.xcb: QXcbConnection: XCB error: 6 (BadCursor), sequence: 380, resource id: 77594635, major code: 2 (ChangeWindowAttributes), minor code: 0
qt.qpa.xcb: QXcbConnection: XCB error: 6 (BadCursor), sequence: 381, resource id: 77594635, major code: 2 (ChangeWindowAttributes), minor code: 0
^C^C^CTraceback (most recent call last):
  File "windows/dialog_window.py", line 98, in accept
KeyboardInterrupt
qt.qpa.xcb: QXcbConnection: XCB error: 6 (BadCursor), sequence: 568, resource id: 77594635, major code: 2 (ChangeWindowAttributes), minor code: 0
qt.qpa.xcb: QXcbConnection: XCB error: 6 (BadCursor), sequence: 569, resource id: 77594635, major code: 2 (ChangeWindowAttributes), minor code: 0
QThread: Destroyed while thread is still running
Aborted (core dumped)
QThread: Destroyed while thread is still running
Aborted (core dumped)

I guess, there is still something wrong .

I tried 2.3.2:
$ killall Blender\ Launcher

$ ./Blender\ Launcher 
API file not found in /home/lkubuntu/.config/Blender Launcher/Blender Launcher API.json. Using internal API file.
[2025-01-11 09:48:20,545:INFO] Blender Launcher Version: 2.3.2
[2025-01-11 09:48:20,835:INFO] Connection Manager Header: Blender-Launcher-v2/v.2.3.2/Linux-6.8.0-51-generic/UserID-4ffba504-70e4-44c8-89b2-9ce78e2c050c
[2025-01-11 09:48:20,847:ERROR] Failed to load cache /home/lkubuntu/.cache/Blender Launcher/stable_builds.json: [Errno 2] No such file or directory: '/home/lkubuntu/.cache/Blender Launcher/stable_builds.json'
[2025-01-11 09:48:20,847:ERROR] Failed to load cache /home/lkubuntu/.cache/Blender Launcher/bforartists_builds.json: [Errno 2] No such file or directory: '/home/lkubuntu/.cache/Blender Launcher/bforartists_builds.json'
[2025-01-11 09:49:20,645:INFO] API data form blender_launcher_api have been loaded successfully
[2025-01-11 09:49:20,939:INFO] API data form stable_builds_api_linux have been loaded successfully
[2025-01-11 09:49:20,939:INFO] Updated API file in /home/lkubuntu/.config/Blender Launcher/Blender Launcher API.json
[2025-01-11 09:49:20,945:INFO] Create Build Cache file in /home/lkubuntu/.config/Blender Launcher/stable_builds.json
[2025-01-11 09:49:28,849:INFO] HTTP Request: PROPFIND https://cloud.bforartists.de/public.php/webdav "HTTP/1.1 207 Multi-Status"
[2025-01-11 09:49:28,997:INFO] HTTP Request: PROPFIND https://cloud.bforartists.de/public.php/webdav/Bforartists%203.2.1 "HTTP/1.1 207 Multi-Status"
[2025-01-11 09:49:29,257:INFO] HTTP Request: PROPFIND https://cloud.bforartists.de/public.php/webdav/Bforartists%203.2.2 "HTTP/1.1 207 Multi-Status"
[2025-01-11 09:49:29,461:INFO] HTTP Request: PROPFIND https://cloud.bforartists.de/public.php/webdav/Bforartists%203.3.0 "HTTP/1.1 207 Multi-Status"
[2025-01-11 09:49:29,666:INFO] HTTP Request: PROPFIND https://cloud.bforartists.de/public.php/webdav/Bforartists%203.4.0 "HTTP/1.1 207 Multi-Status"
[2025-01-11 09:49:29,869:INFO] HTTP Request: PROPFIND https://cloud.bforartists.de/public.php/webdav/Bforartists%203.4.1 "HTTP/1.1 207 Multi-Status"
[2025-01-11 09:49:29,996:INFO] HTTP Request: PROPFIND https://cloud.bforartists.de/public.php/webdav/Bforartists%203.5.0 "HTTP/1.1 207 Multi-Status"
[2025-01-11 09:49:30,280:INFO] HTTP Request: PROPFIND https://cloud.bforartists.de/public.php/webdav/Bforartists%203.5.1 "HTTP/1.1 207 Multi-Status"
[2025-01-11 09:49:30,486:INFO] HTTP Request: PROPFIND https://cloud.bforartists.de/public.php/webdav/Bforartists%203.6.0 "HTTP/1.1 207 Multi-Status"
[2025-01-11 09:49:30,691:INFO] HTTP Request: PROPFIND https://cloud.bforartists.de/public.php/webdav/Bforartists%203.6.1 "HTTP/1.1 207 Multi-Status"
[2025-01-11 09:49:30,896:INFO] HTTP Request: PROPFIND https://cloud.bforartists.de/public.php/webdav/Bforartists%203.6.2 "HTTP/1.1 207 Multi-Status"
[2025-01-11 09:49:31,100:INFO] HTTP Request: PROPFIND https://cloud.bforartists.de/public.php/webdav/Bforartists%204.0.1 "HTTP/1.1 207 Multi-Status"
[2025-01-11 09:49:31,305:INFO] HTTP Request: PROPFIND https://cloud.bforartists.de/public.php/webdav/Bforartists%204.0.2 "HTTP/1.1 207 Multi-Status"
[2025-01-11 09:49:31,508:INFO] HTTP Request: PROPFIND https://cloud.bforartists.de/public.php/webdav/Bforartists%204.1.0 "HTTP/1.1 207 Multi-Status"
[2025-01-11 09:49:31,713:INFO] HTTP Request: PROPFIND https://cloud.bforartists.de/public.php/webdav/Bforartists%204.1.1 "HTTP/1.1 207 Multi-Status"
[2025-01-11 09:49:31,860:INFO] HTTP Request: PROPFIND https://cloud.bforartists.de/public.php/webdav/Bforartists%204.2.0 "HTTP/1.1 207 Multi-Status"
[2025-01-11 09:49:31,985:INFO] HTTP Request: PROPFIND https://cloud.bforartists.de/public.php/webdav/Bforartists%204.2.1 "HTTP/1.1 207 Multi-Status"
[2025-01-11 09:49:32,123:INFO] HTTP Request: PROPFIND https://cloud.bforartists.de/public.php/webdav/Bforartists%204.2.2 "HTTP/1.1 207 Multi-Status"
[2025-01-11 09:49:32,256:INFO] HTTP Request: PROPFIND https://cloud.bforartists.de/public.php/webdav/Bforartists%204.3.0 "HTTP/1.1 207 Multi-Status"
[2025-01-11 09:49:32,393:INFO] HTTP Request: PROPFIND https://cloud.bforartists.de/public.php/webdav/Bforartists%204.3.1 "HTTP/1.1 207 Multi-Status"
[2025-01-11 09:49:32,672:INFO] Redirecting https://github.com/Victor-IX/Blender-Launcher-V2/releases/latest -> https://github.com/Victor-IX/Blender-Launcher-V2/releases/tag/v2.3.2
[2025-01-11 09:49:33,200:INFO] Latest release tag: v2.3.2

Notice the errors in the output. From my greenhornish understanding this should be rather warnings:

No *.json, I create one

@luisseyfer
Copy link
Author

luisseyfer commented Jan 11, 2025

If I can be of any help debugging , don`t hesitate to ask

@Victor-IX
Copy link
Owner

Can you try this build? I build it from Ubuntu 24.
https://we.tl/t-cWsFBbbEnC

@luisseyfer
Copy link
Author

luisseyfer commented Jan 11, 2025

$ killall Blender\ Launcher
Blender Launcher: no process found
$ ./Blender\ Launcher --debug
API file not found in /home/lkubuntu/.config/Blender Launcher/Blender Launcher API.json. Using internal API file.
[2025-01-11 21:18:36,273:INFO] Blender Launcher Version: 2.4.0-rc.3
[2025-01-11 21:18:36,587:INFO] Connection Manager Header: Blender-Launcher-v2/v.2.4.0-rc.3/Linux-6.8.0-51-generic/UserID-d1868631-9342-4ad0-bf91-dc3600387b88
[2025-01-11 21:18:36,607:DEBUG] Loaded cache from PosixPath('/home/lkubuntu/.cache/Blender Launcher/stable_builds.json')
[2025-01-11 21:18:36,607:DEBUG] Loaded cache from PosixPath('/home/lkubuntu/.cache/Blender Launcher/bforartists_builds.json')
[2025-01-11 21:18:36,651:DEBUG] TaskWorker[0]: None
[2025-01-11 21:18:36,652:DEBUG] TaskWorker[2]: None
[2025-01-11 21:18:36,652:DEBUG] TaskWorker[4]: None
[2025-01-11 21:18:36,652:DEBUG] TaskWorker[1]: None
[2025-01-11 21:18:36,652:DEBUG] TaskWorker[5]: None
[2025-01-11 21:18:36,652:DEBUG] TaskWorker[3]: None

Screenshot_20250111_212054
Screenshot_20250111_212356

@luisseyfer
Copy link
Author

It cannot find daily builds

Screenshot_20250111_212918.pdf

$ ./Blender\ Launcher --debug
API file not found in /home/lkubuntu/.config/Blender Launcher/Blender Launcher API.json. Using internal API file.
[2025-01-11 21:18:36,273:INFO] Blender Launcher Version: 2.4.0-rc.3
[2025-01-11 21:18:36,587:INFO] Connection Manager Header: Blender-Launcher-v2/v.2.4.0-rc.3/Linux-6.8.0-51-generic/UserID-d1868631-9342-4ad0-bf91-dc3600387b88
[2025-01-11 21:18:36,607:DEBUG] Loaded cache from PosixPath('/home/lkubuntu/.cache/Blender Launcher/stable_builds.json')
[2025-01-11 21:18:36,607:DEBUG] Loaded cache from PosixPath('/home/lkubuntu/.cache/Blender Launcher/bforartists_builds.json')
[2025-01-11 21:18:36,651:DEBUG] TaskWorker[0]: None
[2025-01-11 21:18:36,652:DEBUG] TaskWorker[2]: None
[2025-01-11 21:18:36,652:DEBUG] TaskWorker[4]: None
[2025-01-11 21:18:36,652:DEBUG] TaskWorker[1]: None
[2025-01-11 21:18:36,652:DEBUG] TaskWorker[5]: None
[2025-01-11 21:18:36,652:DEBUG] TaskWorker[3]: None
[2025-01-11 21:22:51,993:INFO] Finished page "Welcome to Blender Launcher v2.4.0-rc.3!"
[2025-01-11 21:22:52,001:ERROR] Traceback (most recent call last):
  File "windows/onboarding_window.py", line 53, in run
  File "widgets/onboarding_setup/wizard_pages.py", line 142, in evaluate
  File "shutil.py", line 435, in copy
  File "shutil.py", line 240, in copyfile
shutil.SameFileError: '/home/lkubuntu/APPs/BlenderLauncher/Blender Launcher' and PosixPath('Blender Launcher') are the same file

[2025-01-11 21:24:09,231:DEBUG] TaskWorker[3]: DrawLibraryTask(folders=('stable', 'daily', 'experimental', 'bforartists', 'custom'))
[2025-01-11 21:24:09,272:DEBUG] TaskWorker[3]: None
[2025-01-11 21:24:09,272:DEBUG] Start fetching API data from: https://api.github.com/repos/Victor-IX/Blender-Launcher-V2/contents/source/resources/api/blender_launcher_api.json
[2025-01-11 21:24:09,273:DEBUG] Request Counter: 1
[2025-01-11 21:24:09,274:DEBUG] Starting new HTTPS connection (1): api.github.com:443
[2025-01-11 21:24:09,722:DEBUG] https://api.github.com:443 "GET /repos/Victor-IX/Blender-Launcher-V2/contents/source/resources/api/blender_launcher_api.json HTTP/1.1" 200 0
[2025-01-11 21:24:09,723:INFO] API data form blender_launcher_api have been loaded successfully
[2025-01-11 21:24:09,724:DEBUG] Start fetching API data from: https://api.github.com/repos/Victor-IX/Blender-Launcher-V2/contents/source/resources/api/stable_builds_api_linux.json
[2025-01-11 21:24:09,724:DEBUG] Request Counter: 2
[2025-01-11 21:24:09,730:DEBUG] TaskWorker[4]: ReadBuildTask(path=PosixPath('/home/lkubuntu/APPs/BlenderLauncher/stable/blender-4.3.2-stable.32f5fdce0a0a'), info=None, archive_name=None, auto_write=True)
[2025-01-11 21:24:09,735:DEBUG] TaskWorker[1]: ReadBuildTask(path=PosixPath('/home/lkubuntu/APPs/BlenderLauncher/daily/blender-4.4.0-alpha+daily.205fba598dd8'), info=None, archive_name=None, auto_write=True)
[2025-01-11 21:24:09,736:DEBUG] TaskWorker[0]: ReadBuildTask(path=PosixPath('/home/lkubuntu/APPs/BlenderLauncher/daily/blender-4.4.0-alpha+daily.2a40964638b2'), info=None, archive_name=None, auto_write=True)
[2025-01-11 21:24:09,767:DEBUG] TaskWorker[4]: None
[2025-01-11 21:24:09,775:DEBUG] TaskWorker[1]: None
[2025-01-11 21:24:09,781:DEBUG] TaskWorker[0]: None
[2025-01-11 21:24:09,999:DEBUG] https://api.github.com:443 "GET /repos/Victor-IX/Blender-Launcher-V2/contents/source/resources/api/stable_builds_api_linux.json HTTP/1.1" 200 None
[2025-01-11 21:24:10,007:INFO] API data form stable_builds_api_linux have been loaded successfully
[2025-01-11 21:24:10,008:INFO] Updated API file in /home/lkubuntu/.config/Blender Launcher/Blender Launcher API.json
[2025-01-11 21:24:10,023:INFO] Create or update stable builds cache file in /home/lkubuntu/.config/Blender Launcher/stable_builds.json
[2025-01-11 21:24:10,024:DEBUG] Loaded cache from PosixPath('/home/lkubuntu/.cache/Blender Launcher/stable_builds.json')
[2025-01-11 21:24:10,027:DEBUG] Request Counter: 3
[2025-01-11 21:24:10,028:DEBUG] Starting new HTTPS connection (1): download.blender.org:443
[2025-01-11 21:24:10,167:DEBUG] https://download.blender.org:443 "GET /release/ HTTP/1.1" 200 None
[2025-01-11 21:24:10,240:DEBUG] /etc/timezone found, contents:
 Europe/Berlin

[2025-01-11 21:24:10,240:DEBUG] /etc/localtime found
[2025-01-11 21:24:10,241:DEBUG] 2 found:
 {'/etc/timezone': 'Europe/Berlin', '/etc/localtime is a symlink to': 'Europe/Berlin'}
[2025-01-11 21:24:10,245:DEBUG] Request Counter: 4
[2025-01-11 21:24:10,291:DEBUG] https://download.blender.org:443 "GET /release/Blender3.0/ HTTP/1.1" 200 None
[2025-01-11 21:24:10,296:DEBUG] Request Counter: 5
[2025-01-11 21:24:10,382:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.0/blender-3.0.0-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:24:10,399:DEBUG] Request Counter: 6
[2025-01-11 21:24:10,465:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.0/blender-3.0.1-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:24:10,479:DEBUG] Caching Blender3.0/: 2022-01-26 13:21:00 (previous was 2022-01-26 12:21:00+00:00) for platform None
[2025-01-11 21:24:10,504:DEBUG] Request Counter: 7
[2025-01-11 21:24:10,604:DEBUG] https://download.blender.org:443 "GET /release/Blender3.1/ HTTP/1.1" 200 None
[2025-01-11 21:24:10,612:DEBUG] Request Counter: 8
[2025-01-11 21:24:10,678:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.1/blender-3.1.0-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:24:10,691:DEBUG] Request Counter: 9
[2025-01-11 21:24:10,777:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.1/blender-3.1.1-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:24:10,789:DEBUG] Request Counter: 10
[2025-01-11 21:24:10,857:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.1/blender-3.1.2-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:24:10,869:DEBUG] Caching Blender3.1/: 2022-04-01 08:23:00 (previous was 2022-04-01 06:23:00+00:00) for platform None
[2025-01-11 21:24:10,893:DEBUG] Request Counter: 11
[2025-01-11 21:24:10,957:DEBUG] https://download.blender.org:443 "GET /release/Blender3.2/ HTTP/1.1" 200 None
[2025-01-11 21:24:10,962:DEBUG] Request Counter: 12
[2025-01-11 21:24:11,026:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.2/blender-3.2.0-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:24:11,039:DEBUG] Request Counter: 13
[2025-01-11 21:24:11,124:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.2/blender-3.2.1-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:24:11,136:DEBUG] Request Counter: 14
[2025-01-11 21:24:11,183:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.2/blender-3.2.2-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:24:11,196:DEBUG] Caching Blender3.2/: 2022-08-03 08:58:00 (previous was 2022-08-03 06:58:00+00:00) for platform None
[2025-01-11 21:24:11,221:DEBUG] Request Counter: 15
[2025-01-11 21:24:11,308:DEBUG] https://download.blender.org:443 "GET /release/Blender3.3/ HTTP/1.1" 200 None
[2025-01-11 21:24:11,329:DEBUG] Request Counter: 16
[2025-01-11 21:24:11,388:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.3/blender-3.3.0-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:24:11,403:DEBUG] Request Counter: 17
[2025-01-11 21:24:11,480:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.3/blender-3.3.1-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:24:11,493:DEBUG] Request Counter: 18
[2025-01-11 21:24:11,569:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.3/blender-3.3.10-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:24:11,582:DEBUG] Request Counter: 19
[2025-01-11 21:24:11,658:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.3/blender-3.3.11-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:24:11,670:DEBUG] Request Counter: 20
[2025-01-11 21:24:11,738:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.3/blender-3.3.12-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:24:11,751:DEBUG] Request Counter: 21
[2025-01-11 21:24:11,823:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.3/blender-3.3.14-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:24:11,836:DEBUG] Request Counter: 22
[2025-01-11 21:24:11,901:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.3/blender-3.3.15-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:24:11,914:DEBUG] Request Counter: 23
[2025-01-11 21:24:11,994:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.3/blender-3.3.16-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:24:12,007:DEBUG] Request Counter: 24
[2025-01-11 21:24:12,103:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.3/blender-3.3.17-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:24:12,116:DEBUG] Request Counter: 25
[2025-01-11 21:24:12,195:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.3/blender-3.3.18-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:24:12,208:DEBUG] Request Counter: 26
[2025-01-11 21:24:12,276:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.3/blender-3.3.19-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:24:12,284:DEBUG] Request Counter: 27
[2025-01-11 21:24:12,349:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.3/blender-3.3.2-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:24:12,362:DEBUG] Request Counter: 28
[2025-01-11 21:24:12,429:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.3/blender-3.3.20-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:24:12,436:DEBUG] Request Counter: 29
[2025-01-11 21:24:12,512:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.3/blender-3.3.21-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:24:12,526:DEBUG] Request Counter: 30
[2025-01-11 21:24:12,604:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.3/blender-3.3.3-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:24:12,618:DEBUG] Request Counter: 31
[2025-01-11 21:24:12,678:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.3/blender-3.3.4-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:24:12,692:DEBUG] Request Counter: 32
[2025-01-11 21:24:12,751:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.3/blender-3.3.5-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:24:12,764:DEBUG] Request Counter: 33
[2025-01-11 21:24:12,834:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.3/blender-3.3.6-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:24:12,849:DEBUG] Request Counter: 34
[2025-01-11 21:24:12,925:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.3/blender-3.3.7-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:24:12,938:DEBUG] Request Counter: 35
[2025-01-11 21:24:12,995:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.3/blender-3.3.8-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:24:13,007:DEBUG] Request Counter: 36
[2025-01-11 21:24:13,092:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.3/blender-3.3.9-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:24:13,099:DEBUG] Caching Blender3.3/: 2024-07-16 07:39:00 (previous was 2024-07-16 05:39:00+00:00) for platform None
[2025-01-11 21:24:13,115:DEBUG] Request Counter: 37
[2025-01-11 21:24:13,195:DEBUG] https://download.blender.org:443 "GET /release/Blender3.4/ HTTP/1.1" 200 None
[2025-01-11 21:24:13,199:DEBUG] Request Counter: 38
[2025-01-11 21:24:13,259:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.4/blender-3.4.0-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:24:13,272:DEBUG] Request Counter: 39
[2025-01-11 21:24:13,357:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.4/blender-3.4.1-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:24:13,404:DEBUG] Caching Blender3.4/: 2022-12-20 09:39:00 (previous was 2022-12-20 08:39:00+00:00) for platform None
[2025-01-11 21:24:13,412:DEBUG] Request Counter: 40
[2025-01-11 21:24:13,462:DEBUG] https://download.blender.org:443 "GET /release/Blender3.5/ HTTP/1.1" 200 None
[2025-01-11 21:24:13,464:DEBUG] Request Counter: 41
[2025-01-11 21:24:13,522:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.5/blender-3.5.0-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:24:13,535:DEBUG] Request Counter: 42
[2025-01-11 21:24:13,576:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.5/blender-3.5.1-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:24:13,588:DEBUG] Caching Blender3.5/: 2023-04-25 11:41:00 (previous was 2023-04-25 09:41:00+00:00) for platform None
[2025-01-11 21:24:13,616:DEBUG] Request Counter: 43
[2025-01-11 21:24:13,681:DEBUG] https://download.blender.org:443 "GET /release/Blender3.6/ HTTP/1.1" 200 None
[2025-01-11 21:24:13,701:DEBUG] Request Counter: 44
[2025-01-11 21:24:13,769:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.6/blender-3.6.0-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:24:13,782:DEBUG] Request Counter: 45
[2025-01-11 21:24:13,842:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.6/blender-3.6.1-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:24:13,851:DEBUG] Request Counter: 46
[2025-01-11 21:24:13,923:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.6/blender-3.6.10-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:24:13,935:DEBUG] Request Counter: 47
[2025-01-11 21:24:14,025:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.6/blender-3.6.11-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:24:14,038:DEBUG] Request Counter: 48
[2025-01-11 21:24:14,098:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.6/blender-3.6.12-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:24:14,110:DEBUG] Request Counter: 49
[2025-01-11 21:24:14,188:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.6/blender-3.6.13-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:24:14,201:DEBUG] Request Counter: 50
[2025-01-11 21:24:14,265:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.6/blender-3.6.14-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:24:14,279:DEBUG] Request Counter: 51
[2025-01-11 21:24:14,351:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.6/blender-3.6.15-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:24:14,364:DEBUG] Request Counter: 52
[2025-01-11 21:24:14,443:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.6/blender-3.6.16-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:24:14,455:DEBUG] Request Counter: 53
[2025-01-11 21:24:14,525:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.6/blender-3.6.17-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:24:14,538:DEBUG] Request Counter: 54
[2025-01-11 21:24:14,614:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.6/blender-3.6.18-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:24:14,627:DEBUG] Request Counter: 55
[2025-01-11 21:24:14,685:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.6/blender-3.6.19-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:24:14,698:DEBUG] Request Counter: 56
[2025-01-11 21:24:14,825:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.6/blender-3.6.2-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:24:14,839:DEBUG] Request Counter: 57
[2025-01-11 21:24:14,902:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.6/blender-3.6.3-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:24:14,915:DEBUG] Request Counter: 58
[2025-01-11 21:24:14,972:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.6/blender-3.6.4-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:24:14,984:DEBUG] Request Counter: 59
[2025-01-11 21:24:15,050:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.6/blender-3.6.5-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:24:15,063:DEBUG] Request Counter: 60
[2025-01-11 21:24:15,140:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.6/blender-3.6.7-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:24:15,153:DEBUG] Request Counter: 61
[2025-01-11 21:24:15,215:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.6/blender-3.6.8-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:24:15,229:DEBUG] Request Counter: 62
[2025-01-11 21:24:15,308:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.6/blender-3.6.9-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:24:15,321:DEBUG] Caching Blender3.6/: 2024-12-17 09:02:00 (previous was 2024-12-17 08:02:00+00:00) for platform None
[2025-01-11 21:24:15,349:DEBUG] Request Counter: 63
[2025-01-11 21:24:15,406:DEBUG] https://download.blender.org:443 "GET /release/Blender4.0/ HTTP/1.1" 200 None
[2025-01-11 21:24:15,411:DEBUG] Request Counter: 64
[2025-01-11 21:24:15,472:DEBUG] https://download.blender.org:443 "HEAD /release/Blender4.0/blender-4.0.0-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:24:15,486:DEBUG] Request Counter: 65
[2025-01-11 21:24:15,567:DEBUG] https://download.blender.org:443 "HEAD /release/Blender4.0/blender-4.0.1-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:24:15,582:DEBUG] Request Counter: 66
[2025-01-11 21:24:15,620:DEBUG] https://download.blender.org:443 "HEAD /release/Blender4.0/blender-4.0.2-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:24:15,633:DEBUG] Caching Blender4.0/: 2023-12-05 14:19:00 (previous was 2023-12-05 13:19:00+00:00) for platform None
[2025-01-11 21:24:15,664:DEBUG] Request Counter: 67
[2025-01-11 21:24:15,741:DEBUG] https://download.blender.org:443 "GET /release/Blender4.1/ HTTP/1.1" 200 None
[2025-01-11 21:24:15,746:DEBUG] Request Counter: 68
[2025-01-11 21:24:15,808:DEBUG] https://download.blender.org:443 "HEAD /release/Blender4.1/blender-4.1.0-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:24:15,823:DEBUG] Request Counter: 69
[2025-01-11 21:24:15,892:DEBUG] https://download.blender.org:443 "HEAD /release/Blender4.1/blender-4.1.1-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:24:15,907:DEBUG] Caching Blender4.1/: 2024-04-16 08:42:00 (previous was 2024-04-16 06:42:00+00:00) for platform None
[2025-01-11 21:24:15,930:DEBUG] Request Counter: 70
[2025-01-11 21:24:15,997:DEBUG] https://download.blender.org:443 "GET /release/Blender4.2/ HTTP/1.1" 200 None
[2025-01-11 21:24:16,002:DEBUG] Request Counter: 71
[2025-01-11 21:24:16,074:DEBUG] https://download.blender.org:443 "HEAD /release/Blender4.2/blender-4.2.0-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:24:16,086:DEBUG] Request Counter: 72
[2025-01-11 21:24:16,153:DEBUG] https://download.blender.org:443 "HEAD /release/Blender4.2/blender-4.2.1-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:24:16,161:DEBUG] Request Counter: 73
[2025-01-11 21:24:16,238:DEBUG] https://download.blender.org:443 "HEAD /release/Blender4.2/blender-4.2.2-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:24:16,252:DEBUG] Request Counter: 74
[2025-01-11 21:24:16,309:DEBUG] https://download.blender.org:443 "HEAD /release/Blender4.2/blender-4.2.3-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:24:16,315:DEBUG] Request Counter: 75
[2025-01-11 21:24:16,378:DEBUG] https://download.blender.org:443 "HEAD /release/Blender4.2/blender-4.2.4-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:24:16,390:DEBUG] Request Counter: 76
[2025-01-11 21:24:16,446:DEBUG] https://download.blender.org:443 "HEAD /release/Blender4.2/blender-4.2.5-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:24:16,454:DEBUG] Caching Blender4.2/: 2024-12-17 09:02:00 (previous was 2024-12-17 08:02:00+00:00) for platform None
[2025-01-11 21:24:16,473:DEBUG] Request Counter: 77
[2025-01-11 21:24:16,541:DEBUG] https://download.blender.org:443 "GET /release/Blender4.3/ HTTP/1.1" 200 None
[2025-01-11 21:24:16,548:DEBUG] Request Counter: 78
[2025-01-11 21:24:16,608:DEBUG] https://download.blender.org:443 "HEAD /release/Blender4.3/blender-4.3.0-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:24:16,621:DEBUG] Request Counter: 79
[2025-01-11 21:24:16,684:DEBUG] https://download.blender.org:443 "HEAD /release/Blender4.3/blender-4.3.1-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:24:16,697:DEBUG] Request Counter: 80
[2025-01-11 21:24:16,769:DEBUG] https://download.blender.org:443 "HEAD /release/Blender4.3/blender-4.3.2-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:24:16,782:DEBUG] Caching Blender4.3/: 2024-12-17 08:41:00 (previous was 2024-12-17 07:41:00+00:00) for platform None
Error calling Python override of QThread::run(): [2025-01-11 21:24:16,793:ERROR] Linux - Blender Launcher 2.4.0-rc.3
Traceback (most recent call last):
  File "threads/scraper.py", line 243, in run
  File "threads/scraper.py", line 289, in get_download_links
  File "threads/scraper.py", line 546, in scrap_stable_releases
KeyError: 'api_file_version'
[2025-01-11 21:28:24,258:DEBUG] Start fetching API data from: https://api.github.com/repos/Victor-IX/Blender-Launcher-V2/contents/source/resources/api/blender_launcher_api.json
[2025-01-11 21:28:24,259:DEBUG] Request Counter: 81
[2025-01-11 21:28:24,261:DEBUG] Starting new HTTPS connection (1): api.github.com:443
[2025-01-11 21:28:24,537:DEBUG] https://api.github.com:443 "GET /repos/Victor-IX/Blender-Launcher-V2/contents/source/resources/api/blender_launcher_api.json HTTP/1.1" 200 0
[2025-01-11 21:28:24,537:INFO] API data form blender_launcher_api have been loaded successfully
[2025-01-11 21:28:24,538:DEBUG] Start fetching API data from: https://api.github.com/repos/Victor-IX/Blender-Launcher-V2/contents/source/resources/api/stable_builds_api_linux.json
[2025-01-11 21:28:24,538:DEBUG] Request Counter: 82
[2025-01-11 21:28:24,986:DEBUG] https://api.github.com:443 "GET /repos/Victor-IX/Blender-Launcher-V2/contents/source/resources/api/stable_builds_api_linux.json HTTP/1.1" 200 None
[2025-01-11 21:28:24,993:INFO] API data form stable_builds_api_linux have been loaded successfully
[2025-01-11 21:28:24,994:INFO] Updated API file in /home/lkubuntu/.config/Blender Launcher/Blender Launcher API.json
[2025-01-11 21:28:24,995:DEBUG] Reading build cache version from existing file.
[2025-01-11 21:28:24,998:INFO] Current build cache version is up to date.
[2025-01-11 21:28:24,999:DEBUG] Loaded cache from PosixPath('/home/lkubuntu/.cache/Blender Launcher/stable_builds.json')
[2025-01-11 21:28:25,003:DEBUG] Request Counter: 83
[2025-01-11 21:28:25,005:DEBUG] Starting new HTTPS connection (1): download.blender.org:443
[2025-01-11 21:28:25,191:DEBUG] https://download.blender.org:443 "GET /release/ HTTP/1.1" 200 None
[2025-01-11 21:28:25,218:DEBUG] Request Counter: 84
[2025-01-11 21:28:25,275:DEBUG] https://download.blender.org:443 "GET /release/Blender3.0/ HTTP/1.1" 200 None
[2025-01-11 21:28:25,278:DEBUG] Request Counter: 85
[2025-01-11 21:28:25,344:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.0/blender-3.0.0-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:28:25,357:DEBUG] Request Counter: 86
[2025-01-11 21:28:25,430:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.0/blender-3.0.1-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:28:25,445:DEBUG] Caching Blender3.0/: 2022-01-26 13:21:00 (previous was 2022-01-26 12:21:00+00:00) for platform None
[2025-01-11 21:28:25,456:DEBUG] Request Counter: 87
[2025-01-11 21:28:25,509:DEBUG] https://download.blender.org:443 "GET /release/Blender3.1/ HTTP/1.1" 200 None
[2025-01-11 21:28:25,514:DEBUG] Request Counter: 88
[2025-01-11 21:28:25,580:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.1/blender-3.1.0-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:28:25,593:DEBUG] Request Counter: 89
[2025-01-11 21:28:25,656:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.1/blender-3.1.1-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:28:25,669:DEBUG] Request Counter: 90
[2025-01-11 21:28:25,768:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.1/blender-3.1.2-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:28:25,780:DEBUG] Caching Blender3.1/: 2022-04-01 08:23:00 (previous was 2022-04-01 06:23:00+00:00) for platform None
[2025-01-11 21:28:25,793:DEBUG] Request Counter: 91
[2025-01-11 21:28:25,842:DEBUG] https://download.blender.org:443 "GET /release/Blender3.2/ HTTP/1.1" 200 None
[2025-01-11 21:28:25,849:DEBUG] Request Counter: 92
[2025-01-11 21:28:25,906:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.2/blender-3.2.0-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:28:25,919:DEBUG] Request Counter: 93
[2025-01-11 21:28:25,975:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.2/blender-3.2.1-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:28:25,987:DEBUG] Request Counter: 94
[2025-01-11 21:28:26,037:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.2/blender-3.2.2-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:28:26,050:DEBUG] Caching Blender3.2/: 2022-08-03 08:58:00 (previous was 2022-08-03 06:58:00+00:00) for platform None
[2025-01-11 21:28:26,060:DEBUG] Request Counter: 95
[2025-01-11 21:28:26,118:DEBUG] https://download.blender.org:443 "GET /release/Blender3.3/ HTTP/1.1" 200 None
[2025-01-11 21:28:26,146:DEBUG] Request Counter: 96
[2025-01-11 21:28:26,207:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.3/blender-3.3.0-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:28:26,220:DEBUG] Request Counter: 97
[2025-01-11 21:28:26,273:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.3/blender-3.3.1-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:28:26,286:DEBUG] Request Counter: 98
[2025-01-11 21:28:26,355:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.3/blender-3.3.10-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:28:26,368:DEBUG] Request Counter: 99
[2025-01-11 21:28:26,438:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.3/blender-3.3.11-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:28:26,450:DEBUG] Request Counter: 100
[2025-01-11 21:28:26,518:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.3/blender-3.3.12-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:28:26,531:DEBUG] Request Counter: 101
[2025-01-11 21:28:26,586:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.3/blender-3.3.14-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:28:26,599:DEBUG] Request Counter: 102
[2025-01-11 21:28:26,670:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.3/blender-3.3.15-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:28:26,684:DEBUG] Request Counter: 103
[2025-01-11 21:28:26,749:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.3/blender-3.3.16-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:28:26,762:DEBUG] Request Counter: 104
[2025-01-11 21:28:26,835:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.3/blender-3.3.17-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:28:26,847:DEBUG] Request Counter: 105
[2025-01-11 21:28:26,913:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.3/blender-3.3.18-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:28:26,925:DEBUG] Request Counter: 106
[2025-01-11 21:28:26,993:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.3/blender-3.3.19-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:28:27,006:DEBUG] Request Counter: 107
[2025-01-11 21:28:27,080:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.3/blender-3.3.2-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:28:27,094:DEBUG] Request Counter: 108
[2025-01-11 21:28:27,159:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.3/blender-3.3.20-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:28:27,172:DEBUG] Request Counter: 109
[2025-01-11 21:28:27,242:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.3/blender-3.3.21-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:28:27,254:DEBUG] Request Counter: 110
[2025-01-11 21:28:27,313:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.3/blender-3.3.3-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:28:27,326:DEBUG] Request Counter: 111
[2025-01-11 21:28:27,388:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.3/blender-3.3.4-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:28:27,403:DEBUG] Request Counter: 112
[2025-01-11 21:28:27,456:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.3/blender-3.3.5-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:28:27,469:DEBUG] Request Counter: 113
[2025-01-11 21:28:27,536:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.3/blender-3.3.6-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:28:27,549:DEBUG] Request Counter: 114
[2025-01-11 21:28:27,600:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.3/blender-3.3.7-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:28:27,613:DEBUG] Request Counter: 115
[2025-01-11 21:28:27,683:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.3/blender-3.3.8-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:28:27,696:DEBUG] Request Counter: 116
[2025-01-11 21:28:27,756:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.3/blender-3.3.9-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:28:27,769:DEBUG] Caching Blender3.3/: 2024-07-16 07:39:00 (previous was 2024-07-16 05:39:00+00:00) for platform None
[2025-01-11 21:28:27,781:DEBUG] Request Counter: 117
[2025-01-11 21:28:27,856:DEBUG] https://download.blender.org:443 "GET /release/Blender3.4/ HTTP/1.1" 200 None
[2025-01-11 21:28:27,859:DEBUG] Request Counter: 118
[2025-01-11 21:28:27,917:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.4/blender-3.4.0-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:28:27,930:DEBUG] Request Counter: 119
[2025-01-11 21:28:27,990:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.4/blender-3.4.1-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:28:28,003:DEBUG] Caching Blender3.4/: 2022-12-20 09:39:00 (previous was 2022-12-20 08:39:00+00:00) for platform None
[2025-01-11 21:28:28,012:DEBUG] Request Counter: 120
[2025-01-11 21:28:28,085:DEBUG] https://download.blender.org:443 "GET /release/Blender3.5/ HTTP/1.1" 200 None
[2025-01-11 21:28:28,089:DEBUG] Request Counter: 121
[2025-01-11 21:28:28,162:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.5/blender-3.5.0-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:28:28,174:DEBUG] Request Counter: 122
[2025-01-11 21:28:28,250:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.5/blender-3.5.1-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:28:28,263:DEBUG] Caching Blender3.5/: 2023-04-25 11:41:00 (previous was 2023-04-25 09:41:00+00:00) for platform None
[2025-01-11 21:28:28,274:DEBUG] Request Counter: 123
[2025-01-11 21:28:28,342:DEBUG] https://download.blender.org:443 "GET /release/Blender3.6/ HTTP/1.1" 200 None
[2025-01-11 21:28:28,363:DEBUG] Request Counter: 124
[2025-01-11 21:28:28,419:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.6/blender-3.6.0-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:28:28,432:DEBUG] Request Counter: 125
[2025-01-11 21:28:28,498:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.6/blender-3.6.1-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:28:28,510:DEBUG] Request Counter: 126
[2025-01-11 21:28:28,579:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.6/blender-3.6.10-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:28:28,591:DEBUG] Request Counter: 127
[2025-01-11 21:28:28,648:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.6/blender-3.6.11-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:28:28,660:DEBUG] Request Counter: 128
[2025-01-11 21:28:28,729:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.6/blender-3.6.12-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:28:28,741:DEBUG] Request Counter: 129
[2025-01-11 21:28:28,794:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.6/blender-3.6.13-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:28:28,807:DEBUG] Request Counter: 130
[2025-01-11 21:28:28,877:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.6/blender-3.6.14-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:28:28,889:DEBUG] Request Counter: 131
[2025-01-11 21:28:28,958:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.6/blender-3.6.15-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:28:28,970:DEBUG] Request Counter: 132
[2025-01-11 21:28:29,037:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.6/blender-3.6.16-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:28:29,048:DEBUG] Request Counter: 133
[2025-01-11 21:28:29,128:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.6/blender-3.6.17-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:28:29,141:DEBUG] Request Counter: 134
[2025-01-11 21:28:29,211:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.6/blender-3.6.18-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:28:29,225:DEBUG] Request Counter: 135
[2025-01-11 21:28:29,285:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.6/blender-3.6.19-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:28:29,298:DEBUG] Request Counter: 136
[2025-01-11 21:28:29,347:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.6/blender-3.6.2-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:28:29,360:DEBUG] Request Counter: 137
[2025-01-11 21:28:29,425:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.6/blender-3.6.3-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:28:29,438:DEBUG] Request Counter: 138
[2025-01-11 21:28:29,505:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.6/blender-3.6.4-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:28:29,517:DEBUG] Request Counter: 139
[2025-01-11 21:28:29,587:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.6/blender-3.6.5-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:28:29,601:DEBUG] Request Counter: 140
[2025-01-11 21:28:29,659:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.6/blender-3.6.7-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:28:29,672:DEBUG] Request Counter: 141
[2025-01-11 21:28:29,734:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.6/blender-3.6.8-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:28:29,747:DEBUG] Request Counter: 142
[2025-01-11 21:28:29,806:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.6/blender-3.6.9-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:28:29,820:DEBUG] Caching Blender3.6/: 2024-12-17 09:02:00 (previous was 2024-12-17 08:02:00+00:00) for platform None
[2025-01-11 21:28:29,835:DEBUG] Request Counter: 143
[2025-01-11 21:28:29,902:DEBUG] https://download.blender.org:443 "GET /release/Blender4.0/ HTTP/1.1" 200 None
[2025-01-11 21:28:29,907:DEBUG] Request Counter: 144
[2025-01-11 21:28:29,977:DEBUG] https://download.blender.org:443 "HEAD /release/Blender4.0/blender-4.0.0-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:28:29,991:DEBUG] Request Counter: 145
[2025-01-11 21:28:30,053:DEBUG] https://download.blender.org:443 "HEAD /release/Blender4.0/blender-4.0.1-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:28:30,066:DEBUG] Request Counter: 146
[2025-01-11 21:28:30,114:DEBUG] https://download.blender.org:443 "HEAD /release/Blender4.0/blender-4.0.2-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:28:30,126:DEBUG] Caching Blender4.0/: 2023-12-05 14:19:00 (previous was 2023-12-05 13:19:00+00:00) for platform None
[2025-01-11 21:28:30,136:DEBUG] Request Counter: 147
[2025-01-11 21:28:30,190:DEBUG] https://download.blender.org:443 "GET /release/Blender4.1/ HTTP/1.1" 200 None
[2025-01-11 21:28:30,193:DEBUG] Request Counter: 148
[2025-01-11 21:28:30,248:DEBUG] https://download.blender.org:443 "HEAD /release/Blender4.1/blender-4.1.0-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:28:30,261:DEBUG] Request Counter: 149
[2025-01-11 21:28:30,323:DEBUG] https://download.blender.org:443 "HEAD /release/Blender4.1/blender-4.1.1-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:28:30,335:DEBUG] Caching Blender4.1/: 2024-04-16 08:42:00 (previous was 2024-04-16 06:42:00+00:00) for platform None
[2025-01-11 21:28:30,350:DEBUG] Request Counter: 150
[2025-01-11 21:28:30,417:DEBUG] https://download.blender.org:443 "GET /release/Blender4.2/ HTTP/1.1" 200 None
[2025-01-11 21:28:30,425:DEBUG] Request Counter: 151
[2025-01-11 21:28:30,487:DEBUG] https://download.blender.org:443 "HEAD /release/Blender4.2/blender-4.2.0-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:28:30,499:DEBUG] Request Counter: 152
[2025-01-11 21:28:30,560:DEBUG] https://download.blender.org:443 "HEAD /release/Blender4.2/blender-4.2.1-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:28:30,572:DEBUG] Request Counter: 153
[2025-01-11 21:28:30,624:DEBUG] https://download.blender.org:443 "HEAD /release/Blender4.2/blender-4.2.2-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:28:30,636:DEBUG] Request Counter: 154
[2025-01-11 21:28:30,704:DEBUG] https://download.blender.org:443 "HEAD /release/Blender4.2/blender-4.2.3-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:28:30,716:DEBUG] Request Counter: 155
[2025-01-11 21:28:30,779:DEBUG] https://download.blender.org:443 "HEAD /release/Blender4.2/blender-4.2.4-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:28:30,792:DEBUG] Request Counter: 156
[2025-01-11 21:28:30,845:DEBUG] https://download.blender.org:443 "HEAD /release/Blender4.2/blender-4.2.5-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:28:30,858:DEBUG] Caching Blender4.2/: 2024-12-17 09:02:00 (previous was 2024-12-17 08:02:00+00:00) for platform None
[2025-01-11 21:28:30,870:DEBUG] Request Counter: 157
[2025-01-11 21:28:31,029:DEBUG] https://download.blender.org:443 "GET /release/Blender4.3/ HTTP/1.1" 200 None
[2025-01-11 21:28:31,035:DEBUG] Request Counter: 158
[2025-01-11 21:28:31,134:DEBUG] https://download.blender.org:443 "HEAD /release/Blender4.3/blender-4.3.0-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:28:31,147:DEBUG] Request Counter: 159
[2025-01-11 21:28:31,240:DEBUG] https://download.blender.org:443 "HEAD /release/Blender4.3/blender-4.3.1-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:28:31,253:DEBUG] Request Counter: 160
[2025-01-11 21:28:31,346:DEBUG] https://download.blender.org:443 "HEAD /release/Blender4.3/blender-4.3.2-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:28:31,359:DEBUG] Caching Blender4.3/: 2024-12-17 08:41:00 (previous was 2024-12-17 07:41:00+00:00) for platform None
Error calling Python override of QThread::run(): [2025-01-11 21:28:31,364:ERROR] Linux - Blender Launcher 2.4.0-rc.3
Traceback (most recent call last):
  File "threads/scraper.py", line 243, in run
  File "threads/scraper.py", line 289, in get_download_links
  File "threads/scraper.py", line 546, in scrap_stable_releases
KeyError: 'api_file_version'
[2025-01-11 21:30:30,875:DEBUG] Start fetching API data from: https://api.github.com/repos/Victor-IX/Blender-Launcher-V2/contents/source/resources/api/blender_launcher_api.json
[2025-01-11 21:30:30,877:DEBUG] Request Counter: 161
[2025-01-11 21:30:30,878:DEBUG] Starting new HTTPS connection (1): api.github.com:443
[2025-01-11 21:30:31,267:DEBUG] https://api.github.com:443 "GET /repos/Victor-IX/Blender-Launcher-V2/contents/source/resources/api/blender_launcher_api.json HTTP/1.1" 200 0
[2025-01-11 21:30:31,268:INFO] API data form blender_launcher_api have been loaded successfully
[2025-01-11 21:30:31,268:DEBUG] Start fetching API data from: https://api.github.com/repos/Victor-IX/Blender-Launcher-V2/contents/source/resources/api/stable_builds_api_linux.json
[2025-01-11 21:30:31,268:DEBUG] Request Counter: 162
[2025-01-11 21:30:31,743:DEBUG] https://api.github.com:443 "GET /repos/Victor-IX/Blender-Launcher-V2/contents/source/resources/api/stable_builds_api_linux.json HTTP/1.1" 200 None
[2025-01-11 21:30:31,749:INFO] API data form stable_builds_api_linux have been loaded successfully
[2025-01-11 21:30:31,750:INFO] Updated API file in /home/lkubuntu/.config/Blender Launcher/Blender Launcher API.json
[2025-01-11 21:30:31,751:DEBUG] Reading build cache version from existing file.
[2025-01-11 21:30:31,754:INFO] Current build cache version is up to date.
[2025-01-11 21:30:31,755:DEBUG] Loaded cache from PosixPath('/home/lkubuntu/.cache/Blender Launcher/stable_builds.json')
[2025-01-11 21:30:31,759:DEBUG] Request Counter: 163
[2025-01-11 21:30:31,760:DEBUG] Starting new HTTPS connection (1): download.blender.org:443
[2025-01-11 21:30:31,913:DEBUG] https://download.blender.org:443 "GET /release/ HTTP/1.1" 200 None
[2025-01-11 21:30:31,936:DEBUG] Request Counter: 164
[2025-01-11 21:30:31,986:DEBUG] https://download.blender.org:443 "GET /release/Blender3.0/ HTTP/1.1" 200 None
[2025-01-11 21:30:31,990:DEBUG] Request Counter: 165
[2025-01-11 21:30:32,065:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.0/blender-3.0.0-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:30:32,079:DEBUG] Request Counter: 166
[2025-01-11 21:30:32,139:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.0/blender-3.0.1-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:30:32,153:DEBUG] Caching Blender3.0/: 2022-01-26 13:21:00 (previous was 2022-01-26 12:21:00+00:00) for platform None
[2025-01-11 21:30:32,162:DEBUG] Request Counter: 167
[2025-01-11 21:30:32,220:DEBUG] https://download.blender.org:443 "GET /release/Blender3.1/ HTTP/1.1" 200 None
[2025-01-11 21:30:32,225:DEBUG] Request Counter: 168
[2025-01-11 21:30:32,290:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.1/blender-3.1.0-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:30:32,302:DEBUG] Request Counter: 169
[2025-01-11 21:30:32,367:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.1/blender-3.1.1-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:30:32,381:DEBUG] Request Counter: 170
[2025-01-11 21:30:32,448:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.1/blender-3.1.2-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:30:32,461:DEBUG] Caching Blender3.1/: 2022-04-01 08:23:00 (previous was 2022-04-01 06:23:00+00:00) for platform None
[2025-01-11 21:30:32,471:DEBUG] Request Counter: 171
[2025-01-11 21:30:32,519:DEBUG] https://download.blender.org:443 "GET /release/Blender3.2/ HTTP/1.1" 200 None
[2025-01-11 21:30:32,524:DEBUG] Request Counter: 172
[2025-01-11 21:30:32,583:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.2/blender-3.2.0-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:30:32,600:DEBUG] Request Counter: 173
[2025-01-11 21:30:32,662:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.2/blender-3.2.1-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:30:32,674:DEBUG] Request Counter: 174
[2025-01-11 21:30:32,714:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.2/blender-3.2.2-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:30:32,727:DEBUG] Caching Blender3.2/: 2022-08-03 08:58:00 (previous was 2022-08-03 06:58:00+00:00) for platform None
[2025-01-11 21:30:32,736:DEBUG] Request Counter: 175
[2025-01-11 21:30:32,788:DEBUG] https://download.blender.org:443 "GET /release/Blender3.3/ HTTP/1.1" 200 None
[2025-01-11 21:30:32,813:DEBUG] Request Counter: 176
[2025-01-11 21:30:32,879:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.3/blender-3.3.0-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:30:32,892:DEBUG] Request Counter: 177
[2025-01-11 21:30:33,001:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.3/blender-3.3.1-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:30:33,014:DEBUG] Request Counter: 178
[2025-01-11 21:30:33,083:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.3/blender-3.3.10-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:30:33,095:DEBUG] Request Counter: 179
[2025-01-11 21:30:33,151:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.3/blender-3.3.11-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:30:33,163:DEBUG] Request Counter: 180
[2025-01-11 21:30:33,221:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.3/blender-3.3.12-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:30:33,234:DEBUG] Request Counter: 181
[2025-01-11 21:30:33,291:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.3/blender-3.3.14-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:30:33,304:DEBUG] Request Counter: 182
[2025-01-11 21:30:33,386:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.3/blender-3.3.15-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:30:33,401:DEBUG] Request Counter: 183
[2025-01-11 21:30:33,476:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.3/blender-3.3.16-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:30:33,489:DEBUG] Request Counter: 184
[2025-01-11 21:30:33,559:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.3/blender-3.3.17-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:30:33,571:DEBUG] Request Counter: 185
[2025-01-11 21:30:33,640:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.3/blender-3.3.18-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:30:33,653:DEBUG] Request Counter: 186
[2025-01-11 21:30:33,720:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.3/blender-3.3.19-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:30:33,732:DEBUG] Request Counter: 187
[2025-01-11 21:30:33,795:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.3/blender-3.3.2-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:30:33,808:DEBUG] Request Counter: 188
[2025-01-11 21:30:33,876:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.3/blender-3.3.20-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:30:33,889:DEBUG] Request Counter: 189
[2025-01-11 21:30:33,966:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.3/blender-3.3.21-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:30:33,979:DEBUG] Request Counter: 190
[2025-01-11 21:30:34,039:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.3/blender-3.3.3-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:30:34,052:DEBUG] Request Counter: 191
[2025-01-11 21:30:34,112:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.3/blender-3.3.4-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:30:34,125:DEBUG] Request Counter: 192
[2025-01-11 21:30:34,191:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.3/blender-3.3.5-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:30:34,204:DEBUG] Request Counter: 193
[2025-01-11 21:30:34,276:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.3/blender-3.3.6-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:30:34,289:DEBUG] Request Counter: 194
[2025-01-11 21:30:34,352:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.3/blender-3.3.7-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:30:34,364:DEBUG] Request Counter: 195
[2025-01-11 21:30:34,425:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.3/blender-3.3.8-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:30:34,439:DEBUG] Request Counter: 196
[2025-01-11 21:30:34,516:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.3/blender-3.3.9-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:30:34,529:DEBUG] Caching Blender3.3/: 2024-07-16 07:39:00 (previous was 2024-07-16 05:39:00+00:00) for platform None
[2025-01-11 21:30:34,545:DEBUG] Request Counter: 197
[2025-01-11 21:30:34,590:DEBUG] https://download.blender.org:443 "GET /release/Blender3.4/ HTTP/1.1" 200 None
[2025-01-11 21:30:34,595:DEBUG] Request Counter: 198
[2025-01-11 21:30:34,664:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.4/blender-3.4.0-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:30:34,676:DEBUG] Request Counter: 199
[2025-01-11 21:30:34,741:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.4/blender-3.4.1-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:30:34,754:DEBUG] Caching Blender3.4/: 2022-12-20 09:39:00 (previous was 2022-12-20 08:39:00+00:00) for platform None
[2025-01-11 21:30:34,763:DEBUG] Request Counter: 200
[2025-01-11 21:30:34,830:DEBUG] https://download.blender.org:443 "GET /release/Blender3.5/ HTTP/1.1" 200 None
[2025-01-11 21:30:34,834:DEBUG] Request Counter: 201
[2025-01-11 21:30:34,900:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.5/blender-3.5.0-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:30:34,913:DEBUG] Request Counter: 202
[2025-01-11 21:30:34,988:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.5/blender-3.5.1-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:30:35,000:DEBUG] Caching Blender3.5/: 2023-04-25 11:41:00 (previous was 2023-04-25 09:41:00+00:00) for platform None
[2025-01-11 21:30:35,010:DEBUG] Request Counter: 203
[2025-01-11 21:30:35,074:DEBUG] https://download.blender.org:443 "GET /release/Blender3.6/ HTTP/1.1" 200 None
[2025-01-11 21:30:35,092:DEBUG] Request Counter: 204
[2025-01-11 21:30:35,163:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.6/blender-3.6.0-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:30:35,175:DEBUG] Request Counter: 205
[2025-01-11 21:30:35,238:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.6/blender-3.6.1-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:30:35,250:DEBUG] Request Counter: 206
[2025-01-11 21:30:35,330:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.6/blender-3.6.10-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:30:35,342:DEBUG] Request Counter: 207
[2025-01-11 21:30:35,399:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.6/blender-3.6.11-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:30:35,412:DEBUG] Request Counter: 208
[2025-01-11 21:30:35,485:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.6/blender-3.6.12-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:30:35,497:DEBUG] Request Counter: 209
[2025-01-11 21:30:35,557:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.6/blender-3.6.13-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:30:35,570:DEBUG] Request Counter: 210
[2025-01-11 21:30:35,631:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.6/blender-3.6.14-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:30:35,643:DEBUG] Request Counter: 211
[2025-01-11 21:30:35,707:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.6/blender-3.6.15-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:30:35,719:DEBUG] Request Counter: 212
[2025-01-11 21:30:35,794:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.6/blender-3.6.16-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:30:35,806:DEBUG] Request Counter: 213
[2025-01-11 21:30:35,878:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.6/blender-3.6.17-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:30:35,891:DEBUG] Request Counter: 214
[2025-01-11 21:30:35,960:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.6/blender-3.6.18-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:30:35,972:DEBUG] Request Counter: 215
[2025-01-11 21:30:36,022:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.6/blender-3.6.19-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:30:36,034:DEBUG] Request Counter: 216
[2025-01-11 21:30:36,119:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.6/blender-3.6.2-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:30:36,131:DEBUG] Request Counter: 217
[2025-01-11 21:30:36,208:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.6/blender-3.6.3-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:30:36,220:DEBUG] Request Counter: 218
[2025-01-11 21:30:36,287:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.6/blender-3.6.4-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:30:36,300:DEBUG] Request Counter: 219
[2025-01-11 21:30:36,355:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.6/blender-3.6.5-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:30:36,369:DEBUG] Request Counter: 220
[2025-01-11 21:30:36,428:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.6/blender-3.6.7-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:30:36,442:DEBUG] Request Counter: 221
[2025-01-11 21:30:36,499:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.6/blender-3.6.8-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:30:36,512:DEBUG] Request Counter: 222
[2025-01-11 21:30:36,572:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.6/blender-3.6.9-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:30:36,585:DEBUG] Caching Blender3.6/: 2024-12-17 09:02:00 (previous was 2024-12-17 08:02:00+00:00) for platform None
[2025-01-11 21:30:36,600:DEBUG] Request Counter: 223
[2025-01-11 21:30:36,671:DEBUG] https://download.blender.org:443 "GET /release/Blender4.0/ HTTP/1.1" 200 None
[2025-01-11 21:30:36,676:DEBUG] Request Counter: 224
[2025-01-11 21:30:36,759:DEBUG] https://download.blender.org:443 "HEAD /release/Blender4.0/blender-4.0.0-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:30:36,772:DEBUG] Request Counter: 225
[2025-01-11 21:30:36,841:DEBUG] https://download.blender.org:443 "HEAD /release/Blender4.0/blender-4.0.1-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:30:36,854:DEBUG] Request Counter: 226
[2025-01-11 21:30:36,912:DEBUG] https://download.blender.org:443 "HEAD /release/Blender4.0/blender-4.0.2-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:30:36,925:DEBUG] Caching Blender4.0/: 2023-12-05 14:19:00 (previous was 2023-12-05 13:19:00+00:00) for platform None
[2025-01-11 21:30:36,936:DEBUG] Request Counter: 227
[2025-01-11 21:30:36,988:DEBUG] https://download.blender.org:443 "GET /release/Blender4.1/ HTTP/1.1" 200 None
[2025-01-11 21:30:36,992:DEBUG] Request Counter: 228
[2025-01-11 21:30:37,054:DEBUG] https://download.blender.org:443 "HEAD /release/Blender4.1/blender-4.1.0-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:30:37,067:DEBUG] Request Counter: 229
[2025-01-11 21:30:37,128:DEBUG] https://download.blender.org:443 "HEAD /release/Blender4.1/blender-4.1.1-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:30:37,141:DEBUG] Caching Blender4.1/: 2024-04-16 08:42:00 (previous was 2024-04-16 06:42:00+00:00) for platform None
[2025-01-11 21:30:37,152:DEBUG] Request Counter: 230
[2025-01-11 21:30:37,206:DEBUG] https://download.blender.org:443 "GET /release/Blender4.2/ HTTP/1.1" 200 None
[2025-01-11 21:30:37,213:DEBUG] Request Counter: 231
[2025-01-11 21:30:37,273:DEBUG] https://download.blender.org:443 "HEAD /release/Blender4.2/blender-4.2.0-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:30:37,286:DEBUG] Request Counter: 232
[2025-01-11 21:30:37,362:DEBUG] https://download.blender.org:443 "HEAD /release/Blender4.2/blender-4.2.1-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:30:37,375:DEBUG] Request Counter: 233
[2025-01-11 21:30:37,441:DEBUG] https://download.blender.org:443 "HEAD /release/Blender4.2/blender-4.2.2-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:30:37,453:DEBUG] Request Counter: 234
[2025-01-11 21:30:37,508:DEBUG] https://download.blender.org:443 "HEAD /release/Blender4.2/blender-4.2.3-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:30:37,521:DEBUG] Request Counter: 235
[2025-01-11 21:30:37,587:DEBUG] https://download.blender.org:443 "HEAD /release/Blender4.2/blender-4.2.4-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:30:37,600:DEBUG] Request Counter: 236
[2025-01-11 21:30:37,653:DEBUG] https://download.blender.org:443 "HEAD /release/Blender4.2/blender-4.2.5-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:30:37,666:DEBUG] Caching Blender4.2/: 2024-12-17 09:02:00 (previous was 2024-12-17 08:02:00+00:00) for platform None
[2025-01-11 21:30:37,677:DEBUG] Request Counter: 237
[2025-01-11 21:30:37,759:DEBUG] https://download.blender.org:443 "GET /release/Blender4.3/ HTTP/1.1" 200 None
[2025-01-11 21:30:37,764:DEBUG] Request Counter: 238
[2025-01-11 21:30:37,823:DEBUG] https://download.blender.org:443 "HEAD /release/Blender4.3/blender-4.3.0-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:30:37,836:DEBUG] Request Counter: 239
[2025-01-11 21:30:37,926:DEBUG] https://download.blender.org:443 "HEAD /release/Blender4.3/blender-4.3.1-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:30:37,940:DEBUG] Request Counter: 240
[2025-01-11 21:30:38,001:DEBUG] https://download.blender.org:443 "HEAD /release/Blender4.3/blender-4.3.2-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-11 21:30:38,014:DEBUG] Caching Blender4.3/: 2024-12-17 08:41:00 (previous was 2024-12-17 07:41:00+00:00) for platform None
Error calling Python override of QThread::run(): [2025-01-11 21:30:38,021:ERROR] Linux - Blender Launcher 2.4.0-rc.3
Traceback (most recent call last):
  File "threads/scraper.py", line 243, in run
  File "threads/scraper.py", line 289, in get_download_links
  File "threads/scraper.py", line 546, in scrap_stable_releases
KeyError: 'api_file_version'

@Victor-IX
Copy link
Owner

I think I messed up something in the new build catching management, you can try deleting the stable_cache.json file in your config folder this could resolve the issue.

@luisseyfer
Copy link
Author

I tried to delete stable_builds.json.
BL still stuck
image

@Victor-IX
Copy link
Owner

Do you also have no Stable build available?

@Victor-IX Victor-IX added the bug Something isn't working label Jan 13, 2025
@Victor-IX
Copy link
Owner

I've uploaded two new builds:
image

You can try 24.04, I made some fixes for the errors you had in your log file. I hope this will fix your issue.
If it doesn't fix it, run the Blender Launcher in debug again and send me the new log. Also, link your .ini file and the stable_cache.json file. maybe something is broken in one of those files

@luisseyfer
Copy link
Author

Blender_Launcher_v2.4.0-rc.3_Ubuntu_24.04_x64 works fine here.
Only the fact it wants to "update" to 2.3.2 is odd.

image

$ ./Blender\ Launcher --debug
[2025-01-14 10:12:53,929:INFO] Blender Launcher Version: 2.4.0-rc.3
[2025-01-14 10:12:54,228:INFO] Connection Manager Header: Blender-Launcher-v2/v.2.4.0-rc.3/Linux-6.8.0-51-generic/UserID-d1868631-9342-4ad0-bf91-dc3600387b88
[2025-01-14 10:12:54,246:DEBUG] Loaded cache from PosixPath('/home/lkubuntu/.cache/Blender Launcher/stable_builds.json')
[2025-01-14 10:12:54,246:DEBUG] Loaded cache from PosixPath('/home/lkubuntu/.cache/Blender Launcher/bforartists_builds.json')
[2025-01-14 10:12:54,743:DEBUG] TaskWorker[1]: DrawLibraryTask(folders=('stable', 'daily', 'experimental', 'bforartists', 'custom'))
[2025-01-14 10:12:54,783:DEBUG] TaskWorker[1]: ReadBuildTask(path=PosixPath('/home/lkubuntu/APPs/BlenderLauncher/stable/blender-4.3.2-stable.32f5fdce0a0a'), info=None, archive_name=None, auto_write=True)
[2025-01-14 10:12:54,783:DEBUG] Start fetching API data from: https://api.github.com/repos/Victor-IX/Blender-Launcher-V2/contents/source/resources/api/blender_launcher_api.json
[2025-01-14 10:12:54,785:DEBUG] Request Counter: 1
[2025-01-14 10:12:54,793:DEBUG] Starting new HTTPS connection (1): api.github.com:443
[2025-01-14 10:12:54,916:DEBUG] https://api.github.com:443 "GET /repos/Victor-IX/Blender-Launcher-V2/contents/source/resources/api/blender_launcher_api.json HTTP/1.1" 200 0
[2025-01-14 10:12:54,916:INFO] API data form blender_launcher_api have been loaded successfully
[2025-01-14 10:12:54,916:DEBUG] Start fetching API data from: https://api.github.com/repos/Victor-IX/Blender-Launcher-V2/contents/source/resources/api/stable_builds_api_linux.json
[2025-01-14 10:12:54,916:DEBUG] Request Counter: 2
[2025-01-14 10:12:55,178:DEBUG] https://api.github.com:443 "GET /repos/Victor-IX/Blender-Launcher-V2/contents/source/resources/api/stable_builds_api_linux.json HTTP/1.1" 200 None
[2025-01-14 10:12:55,187:INFO] API data form stable_builds_api_linux have been loaded successfully
[2025-01-14 10:12:55,188:INFO] Updated API file in /home/lkubuntu/.config/Blender Launcher/Blender Launcher API.json
[2025-01-14 10:12:55,189:DEBUG] Reading build cache version from existing file.
[2025-01-14 10:12:55,192:INFO] Current build cache version is older than the one provided. Updating.
[2025-01-14 10:12:55,206:INFO] Create or update stable builds cache file in /home/lkubuntu/.config/Blender Launcher/stable_builds.json
[2025-01-14 10:12:55,207:DEBUG] Loaded cache from PosixPath('/home/lkubuntu/.cache/Blender Launcher/stable_builds.json')
[2025-01-14 10:12:55,209:DEBUG] Request Counter: 3
[2025-01-14 10:12:55,210:DEBUG] Starting new HTTPS connection (1): download.blender.org:443
[2025-01-14 10:12:55,243:DEBUG] TaskWorker[2]: ReadBuildTask(path=PosixPath('/home/lkubuntu/APPs/BlenderLauncher/daily/blender-4.4.0-alpha+daily.205fba598dd8'), info=None, archive_name=None, auto_write=True)
[2025-01-14 10:12:55,244:DEBUG] TaskWorker[0]: ReadBuildTask(path=PosixPath('/home/lkubuntu/APPs/BlenderLauncher/daily/blender-4.4.0-alpha+daily.2a40964638b2'), info=None, archive_name=None, auto_write=True)
[2025-01-14 10:12:55,392:DEBUG] https://download.blender.org:443 "GET /release/ HTTP/1.1" 200 None
[2025-01-14 10:12:55,464:DEBUG] /etc/timezone found, contents:
Europe/Berlin

[2025-01-14 10:12:55,465:DEBUG] /etc/localtime found
[2025-01-14 10:12:55,466:DEBUG] 2 found:
{'/etc/timezone': 'Europe/Berlin', '/etc/localtime is a symlink to': 'Europe/Berlin'}
[2025-01-14 10:12:55,469:DEBUG] Request Counter: 4
[2025-01-14 10:12:55,543:DEBUG] https://download.blender.org:443 "GET /release/Blender3.0/ HTTP/1.1" 200 None
[2025-01-14 10:12:55,546:DEBUG] Request Counter: 5
[2025-01-14 10:12:55,612:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.0/blender-3.0.0-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-14 10:12:55,627:DEBUG] Request Counter: 6
[2025-01-14 10:12:55,689:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.0/blender-3.0.1-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-14 10:12:55,697:DEBUG] Caching Blender3.0/: 2022-01-26 13:21:00 (previous was 2022-01-26 12:21:00+00:00) for platform None
[2025-01-14 10:12:55,714:DEBUG] Request Counter: 7
[2025-01-14 10:12:55,789:DEBUG] https://download.blender.org:443 "GET /release/Blender3.1/ HTTP/1.1" 200 None
[2025-01-14 10:12:55,797:DEBUG] Request Counter: 8
[2025-01-14 10:12:55,849:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.1/blender-3.1.0-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-14 10:12:55,862:DEBUG] Request Counter: 9
[2025-01-14 10:12:55,933:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.1/blender-3.1.1-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-14 10:12:55,945:DEBUG] Request Counter: 10
[2025-01-14 10:12:56,007:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.1/blender-3.1.2-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-14 10:12:56,012:DEBUG] Caching Blender3.1/: 2022-04-01 08:23:00 (previous was 2022-04-01 06:23:00+00:00) for platform None
[2025-01-14 10:12:56,021:DEBUG] Request Counter: 11
[2025-01-14 10:12:56,092:DEBUG] https://download.blender.org:443 "GET /release/Blender3.2/ HTTP/1.1" 200 None
[2025-01-14 10:12:56,097:DEBUG] Request Counter: 12
[2025-01-14 10:12:56,192:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.2/blender-3.2.0-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-14 10:12:56,198:DEBUG] Request Counter: 13
[2025-01-14 10:12:56,264:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.2/blender-3.2.1-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-14 10:12:56,277:DEBUG] Request Counter: 14
[2025-01-14 10:12:56,329:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.2/blender-3.2.2-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-14 10:12:56,341:DEBUG] Caching Blender3.2/: 2022-08-03 08:58:00 (previous was 2022-08-03 06:58:00+00:00) for platform None
[2025-01-14 10:12:56,367:DEBUG] Request Counter: 15
[2025-01-14 10:12:56,440:DEBUG] https://download.blender.org:443 "GET /release/Blender3.3/ HTTP/1.1" 200 None
[2025-01-14 10:12:56,460:DEBUG] Request Counter: 16
[2025-01-14 10:12:56,527:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.3/blender-3.3.0-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-14 10:12:56,539:DEBUG] Request Counter: 17
[2025-01-14 10:12:56,621:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.3/blender-3.3.1-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-14 10:12:56,635:DEBUG] Request Counter: 18
[2025-01-14 10:12:56,717:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.3/blender-3.3.10-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-14 10:12:56,731:DEBUG] Request Counter: 19
[2025-01-14 10:12:56,811:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.3/blender-3.3.11-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-14 10:12:56,824:DEBUG] Request Counter: 20
[2025-01-14 10:12:56,887:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.3/blender-3.3.12-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-14 10:12:56,893:DEBUG] Request Counter: 21
[2025-01-14 10:12:56,967:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.3/blender-3.3.14-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-14 10:12:56,980:DEBUG] Request Counter: 22
[2025-01-14 10:12:57,041:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.3/blender-3.3.15-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-14 10:12:57,053:DEBUG] Request Counter: 23
[2025-01-14 10:12:57,111:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.3/blender-3.3.16-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-14 10:12:57,119:DEBUG] Request Counter: 24
[2025-01-14 10:12:57,195:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.3/blender-3.3.17-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-14 10:12:57,200:DEBUG] Request Counter: 25
[2025-01-14 10:12:57,274:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.3/blender-3.3.18-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-14 10:12:57,287:DEBUG] Request Counter: 26
[2025-01-14 10:12:57,355:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.3/blender-3.3.19-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-14 10:12:57,368:DEBUG] Request Counter: 27
[2025-01-14 10:12:57,436:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.3/blender-3.3.2-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-14 10:12:57,450:DEBUG] Request Counter: 28
[2025-01-14 10:12:57,515:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.3/blender-3.3.20-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-14 10:12:57,528:DEBUG] Request Counter: 29
[2025-01-14 10:12:57,589:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.3/blender-3.3.21-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-14 10:12:57,600:DEBUG] Request Counter: 30
[2025-01-14 10:12:57,662:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.3/blender-3.3.3-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-14 10:12:57,677:DEBUG] Request Counter: 31
[2025-01-14 10:12:57,764:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.3/blender-3.3.4-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-14 10:12:57,779:DEBUG] Request Counter: 32
[2025-01-14 10:12:57,846:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.3/blender-3.3.5-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-14 10:12:57,862:DEBUG] Request Counter: 33
[2025-01-14 10:12:57,916:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.3/blender-3.3.6-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-14 10:12:57,929:DEBUG] Request Counter: 34
[2025-01-14 10:12:57,987:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.3/blender-3.3.7-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-14 10:12:58,000:DEBUG] Request Counter: 35
[2025-01-14 10:12:58,073:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.3/blender-3.3.8-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-14 10:12:58,086:DEBUG] Request Counter: 36
[2025-01-14 10:12:58,160:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.3/blender-3.3.9-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-14 10:12:58,178:DEBUG] Caching Blender3.3/: 2024-07-16 07:39:00 (previous was 2024-07-16 05:39:00+00:00) for platform None
[2025-01-14 10:12:58,197:DEBUG] Request Counter: 37
[2025-01-14 10:12:58,252:DEBUG] https://download.blender.org:443 "GET /release/Blender3.4/ HTTP/1.1" 200 None
[2025-01-14 10:12:58,256:DEBUG] Request Counter: 38
[2025-01-14 10:12:58,329:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.4/blender-3.4.0-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-14 10:12:58,343:DEBUG] Request Counter: 39
[2025-01-14 10:12:58,402:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.4/blender-3.4.1-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-14 10:12:58,452:DEBUG] Caching Blender3.4/: 2022-12-20 09:39:00 (previous was 2022-12-20 08:39:00+00:00) for platform None
[2025-01-14 10:12:58,460:DEBUG] Request Counter: 40
[2025-01-14 10:12:58,514:DEBUG] https://download.blender.org:443 "GET /release/Blender3.5/ HTTP/1.1" 200 None
[2025-01-14 10:12:58,516:DEBUG] Request Counter: 41
[2025-01-14 10:12:58,574:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.5/blender-3.5.0-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-14 10:12:58,587:DEBUG] Request Counter: 42
[2025-01-14 10:12:58,658:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.5/blender-3.5.1-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-14 10:12:58,673:DEBUG] Caching Blender3.5/: 2023-04-25 11:41:00 (previous was 2023-04-25 09:41:00+00:00) for platform None
[2025-01-14 10:12:58,694:DEBUG] Request Counter: 43
[2025-01-14 10:12:58,752:DEBUG] https://download.blender.org:443 "GET /release/Blender3.6/ HTTP/1.1" 200 None
[2025-01-14 10:12:58,773:DEBUG] Request Counter: 44
[2025-01-14 10:12:58,841:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.6/blender-3.6.0-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-14 10:12:58,854:DEBUG] Request Counter: 45
[2025-01-14 10:12:58,946:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.6/blender-3.6.1-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-14 10:12:58,960:DEBUG] Request Counter: 46
[2025-01-14 10:12:59,035:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.6/blender-3.6.10-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-14 10:12:59,049:DEBUG] Request Counter: 47
[2025-01-14 10:12:59,116:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.6/blender-3.6.11-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-14 10:12:59,131:DEBUG] Request Counter: 48
[2025-01-14 10:12:59,202:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.6/blender-3.6.12-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-14 10:12:59,217:DEBUG] Request Counter: 49
[2025-01-14 10:12:59,282:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.6/blender-3.6.13-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-14 10:12:59,295:DEBUG] Request Counter: 50
[2025-01-14 10:12:59,361:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.6/blender-3.6.14-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-14 10:12:59,374:DEBUG] Request Counter: 51
[2025-01-14 10:12:59,442:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.6/blender-3.6.15-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-14 10:12:59,451:DEBUG] Request Counter: 52
[2025-01-14 10:12:59,509:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.6/blender-3.6.16-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-14 10:12:59,517:DEBUG] Request Counter: 53
[2025-01-14 10:12:59,580:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.6/blender-3.6.17-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-14 10:12:59,594:DEBUG] Request Counter: 54
[2025-01-14 10:12:59,668:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.6/blender-3.6.18-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-14 10:12:59,675:DEBUG] Request Counter: 55
[2025-01-14 10:12:59,729:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.6/blender-3.6.19-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-14 10:12:59,738:DEBUG] Request Counter: 56
[2025-01-14 10:12:59,798:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.6/blender-3.6.2-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-14 10:12:59,812:DEBUG] Request Counter: 57
[2025-01-14 10:12:59,889:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.6/blender-3.6.3-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-14 10:12:59,902:DEBUG] Request Counter: 58
[2025-01-14 10:12:59,976:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.6/blender-3.6.4-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-14 10:12:59,983:DEBUG] Request Counter: 59
[2025-01-14 10:13:00,042:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.6/blender-3.6.5-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-14 10:13:00,056:DEBUG] Request Counter: 60
[2025-01-14 10:13:00,121:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.6/blender-3.6.7-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-14 10:13:00,131:DEBUG] Request Counter: 61
[2025-01-14 10:13:00,207:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.6/blender-3.6.8-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-14 10:13:00,221:DEBUG] Request Counter: 62
[2025-01-14 10:13:00,298:DEBUG] https://download.blender.org:443 "HEAD /release/Blender3.6/blender-3.6.9-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-14 10:13:00,310:DEBUG] Caching Blender3.6/: 2024-12-17 09:02:00 (previous was 2024-12-17 08:02:00+00:00) for platform None
[2025-01-14 10:13:00,336:DEBUG] Request Counter: 63
[2025-01-14 10:13:00,406:DEBUG] https://download.blender.org:443 "GET /release/Blender4.0/ HTTP/1.1" 200 None
[2025-01-14 10:13:00,410:DEBUG] Request Counter: 64
[2025-01-14 10:13:00,491:DEBUG] https://download.blender.org:443 "HEAD /release/Blender4.0/blender-4.0.0-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-14 10:13:00,505:DEBUG] Request Counter: 65
[2025-01-14 10:13:00,577:DEBUG] https://download.blender.org:443 "HEAD /release/Blender4.0/blender-4.0.1-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-14 10:13:00,591:DEBUG] Request Counter: 66
[2025-01-14 10:13:00,633:DEBUG] https://download.blender.org:443 "HEAD /release/Blender4.0/blender-4.0.2-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-14 10:13:00,642:DEBUG] Caching Blender4.0/: 2023-12-05 14:19:00 (previous was 2023-12-05 13:19:00+00:00) for platform None
[2025-01-14 10:13:00,663:DEBUG] Request Counter: 67
[2025-01-14 10:13:00,735:DEBUG] https://download.blender.org:443 "GET /release/Blender4.1/ HTTP/1.1" 200 None
[2025-01-14 10:13:00,739:DEBUG] Request Counter: 68
[2025-01-14 10:13:00,800:DEBUG] https://download.blender.org:443 "HEAD /release/Blender4.1/blender-4.1.0-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-14 10:13:00,814:DEBUG] Request Counter: 69
[2025-01-14 10:13:00,884:DEBUG] https://download.blender.org:443 "HEAD /release/Blender4.1/blender-4.1.1-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-14 10:13:00,894:DEBUG] Caching Blender4.1/: 2024-04-16 08:42:00 (previous was 2024-04-16 06:42:00+00:00) for platform None
[2025-01-14 10:13:00,917:DEBUG] Request Counter: 70
[2025-01-14 10:13:00,981:DEBUG] https://download.blender.org:443 "GET /release/Blender4.2/ HTTP/1.1" 200 None
[2025-01-14 10:13:00,988:DEBUG] Request Counter: 71
[2025-01-14 10:13:01,046:DEBUG] https://download.blender.org:443 "HEAD /release/Blender4.2/blender-4.2.0-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-14 10:13:01,059:DEBUG] Request Counter: 72
[2025-01-14 10:13:01,118:DEBUG] https://download.blender.org:443 "HEAD /release/Blender4.2/blender-4.2.1-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-14 10:13:01,127:DEBUG] Request Counter: 73
[2025-01-14 10:13:01,197:DEBUG] https://download.blender.org:443 "HEAD /release/Blender4.2/blender-4.2.2-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-14 10:13:01,202:DEBUG] Request Counter: 74
[2025-01-14 10:13:01,268:DEBUG] https://download.blender.org:443 "HEAD /release/Blender4.2/blender-4.2.3-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-14 10:13:01,283:DEBUG] Request Counter: 75
[2025-01-14 10:13:01,370:DEBUG] https://download.blender.org:443 "HEAD /release/Blender4.2/blender-4.2.4-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-14 10:13:01,385:DEBUG] Request Counter: 76
[2025-01-14 10:13:01,458:DEBUG] https://download.blender.org:443 "HEAD /release/Blender4.2/blender-4.2.5-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-14 10:13:01,471:DEBUG] Caching Blender4.2/: 2024-12-17 09:02:00 (previous was 2024-12-17 08:02:00+00:00) for platform None
[2025-01-14 10:13:01,499:DEBUG] Request Counter: 77
[2025-01-14 10:13:01,576:DEBUG] https://download.blender.org:443 "GET /release/Blender4.3/ HTTP/1.1" 200 None
[2025-01-14 10:13:01,583:DEBUG] Request Counter: 78
[2025-01-14 10:13:01,673:DEBUG] https://download.blender.org:443 "HEAD /release/Blender4.3/blender-4.3.0-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-14 10:13:01,687:DEBUG] Request Counter: 79
[2025-01-14 10:13:01,772:DEBUG] https://download.blender.org:443 "HEAD /release/Blender4.3/blender-4.3.1-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-14 10:13:01,787:DEBUG] Request Counter: 80
[2025-01-14 10:13:01,879:DEBUG] https://download.blender.org:443 "HEAD /release/Blender4.3/blender-4.3.2-linux-x64.tar.xz HTTP/1.1" 200 0
[2025-01-14 10:13:01,892:DEBUG] Caching Blender4.3/: 2024-12-17 08:41:00 (previous was 2024-12-17 07:41:00+00:00) for platform None
[2025-01-14 10:13:01,902:DEBUG] Updating cache file version to 0.2
[2025-01-14 10:13:01,923:INFO] Saved updated cache to /home/lkubuntu/.cache/Blender Launcher/stable_builds.json
[2025-01-14 10:13:01,925:DEBUG] Request Counter: 81
[2025-01-14 10:13:01,926:DEBUG] Starting new HTTPS connection (1): builder.blender.org:443
[2025-01-14 10:13:02,088:DEBUG] https://builder.blender.org:443 "GET /download/daily/?format=json&v=1 HTTP/1.1" 200 None
[2025-01-14 10:13:02,089:DEBUG] Request Counter: 82
[2025-01-14 10:13:02,105:DEBUG] https://builder.blender.org:443 "GET /download/experimental/?format=json&v=1 HTTP/1.1" 200 0
[2025-01-14 10:13:02,106:DEBUG] Request Counter: 83
[2025-01-14 10:13:02,194:DEBUG] https://builder.blender.org:443 "GET /download/patch/?format=json&v=1 HTTP/1.1" 200 None
[2025-01-14 10:13:02,356:DEBUG] connect_tcp.started host='cloud.bforartists.de' port=443 local_address=None timeout=5.0 socket_options=None
[2025-01-14 10:13:02,408:DEBUG] connect_tcp.complete return_value=<httpcore._backends.sync.SyncStream object at 0x7ad84035fe60>
[2025-01-14 10:13:02,409:DEBUG] start_tls.started ssl_context=<ssl.SSLContext object at 0x7ad8403369d0> server_hostname='cloud.bforartists.de' timeout=5.0
[2025-01-14 10:13:02,432:DEBUG] start_tls.complete return_value=<httpcore._backends.sync.SyncStream object at 0x7ad842521670>
[2025-01-14 10:13:02,432:DEBUG] send_request_headers.started request=<Request [b'PROPFIND']>
[2025-01-14 10:13:02,432:DEBUG] send_request_headers.complete
[2025-01-14 10:13:02,432:DEBUG] send_request_body.started request=<Request [b'PROPFIND']>
[2025-01-14 10:13:02,432:DEBUG] send_request_body.complete
[2025-01-14 10:13:02,433:DEBUG] receive_response_headers.started request=<Request [b'PROPFIND']>
[2025-01-14 10:13:02,877:DEBUG] receive_response_headers.complete return_value=(b'HTTP/1.1', 207, b'Multi-Status', [(b'Date', b'Tue, 14 Jan 2025 09:13:02 GMT'), (b'Server', b'Apache/2.4.62 (Debian)'), (b'Referrer-Policy', b'no-referrer'), (b'X-Content-Type-Options', b'nosniff'), (b'X-Frame-Options', b'SAMEORIGIN'), (b'X-Permitted-Cross-Domain-Policies', b'none'), (b'X-Robots-Tag', b'noindex, nofollow'), (b'X-XSS-Protection', b'1; mode=block'), (b'Content-Security-Policy', b"default-src 'none';"), (b'Vary', b'Brief,Prefer'), (b'DAV', b'1, 3, extended-mkcol, nextcloud-checksum-update'), (b'X-Request-Id', b'kC9FiFfreVxeK76b9ZME'), (b'Set-Cookie', b'oc_sessionPassphrase=pP0kumCEpH64n1jmKD0s6Z9hEZkrm8JmkTV98z0hWuFTsSpWp%2FI4jezh7GIkUofNrBCYaVnEbLJtq6K%2FPHi99xmvzBkKz5Eew0lW%2FJwVce%2FPlcdYVAU2feW2oOdUhHRI; path=/; secure; HttpOnly; SameSite=Lax'), (b'Set-Cookie', b'__Host-nc_sameSiteCookielax=true; path=/; httponly;secure; expires=Fri, 31-Dec-2100 23:59:59 GMT; SameSite=lax'), (b'Set-Cookie', b'__Host-nc_sameSiteCookiestrict=true; path=/; httponly;secure; expires=Fri, 31-Dec-2100 23:59:59 GMT; SameSite=strict'), (b'Set-Cookie', b'oc7b9dl0q5na=v610e8ai35djh6cgnp767mfk1n; path=/; secure; HttpOnly; SameSite=Lax'), (b'Keep-Alive', b'timeout=5, max=100'), (b'Connection', b'Keep-Alive'), (b'Transfer-Encoding', b'chunked'), (b'Content-Type', b'application/xml; charset=utf-8')])
[2025-01-14 10:13:02,880:INFO] HTTP Request: PROPFIND https://cloud.bforartists.de/public.php/webdav "HTTP/1.1 207 Multi-Status"
[2025-01-14 10:13:02,881:DEBUG] receive_response_body.started request=<Request [b'PROPFIND']>
[2025-01-14 10:13:02,882:DEBUG] receive_response_body.complete
[2025-01-14 10:13:02,882:DEBUG] response_closed.started
[2025-01-14 10:13:02,882:DEBUG] response_closed.complete
[2025-01-14 10:13:02,885:DEBUG] Skipping Bforartists 3.2.1: 2022-12-08 09:59:21+00:00
[2025-01-14 10:13:02,885:DEBUG] Skipping Bforartists 3.2.2: 2022-12-08 11:22:45+00:00
[2025-01-14 10:13:02,888:DEBUG] Skipping Bforartists 3.3.0: 2022-12-08 09:44:54+00:00
[2025-01-14 10:13:02,888:DEBUG] Skipping Bforartists 3.4.0: 2023-01-12 08:42:23+00:00
[2025-01-14 10:13:02,888:DEBUG] Skipping Bforartists 3.4.1: 2023-01-24 01:38:33+00:00
[2025-01-14 10:13:02,889:DEBUG] Skipping Bforartists 3.5.0: 2023-04-04 16:49:28+00:00
[2025-01-14 10:13:02,890:DEBUG] Skipping Bforartists 3.5.1: 2023-05-10 08:27:48+00:00
[2025-01-14 10:13:02,891:DEBUG] Skipping Bforartists 3.6.0: 2023-07-15 07:11:37+00:00
[2025-01-14 10:13:02,891:DEBUG] Skipping Bforartists 3.6.1: 2023-08-16 21:30:14+00:00
[2025-01-14 10:13:02,891:DEBUG] Skipping Bforartists 3.6.2: 2023-08-28 18:54:53+00:00
[2025-01-14 10:13:02,891:DEBUG] Skipping Bforartists 4.0.1: 2023-12-12 01:46:34+00:00
[2025-01-14 10:13:02,891:DEBUG] Skipping Bforartists 4.0.2: 2023-12-23 05:20:13+00:00
[2025-01-14 10:13:02,891:DEBUG] Skipping Bforartists 4.1.0: 2024-04-23 18:49:04+00:00
[2025-01-14 10:13:02,891:DEBUG] Skipping Bforartists 4.1.1: 2024-04-24 17:12:10+00:00
[2025-01-14 10:13:02,891:DEBUG] Skipping Bforartists 4.2.0: 2024-09-02 15:13:34+00:00
[2025-01-14 10:13:02,892:DEBUG] Skipping Bforartists 4.2.1: 2024-09-02 15:09:19+00:00
[2025-01-14 10:13:02,892:DEBUG] Skipping Bforartists 4.2.2: 2024-09-03 09:09:40+00:00
[2025-01-14 10:13:02,892:DEBUG] Skipping Bforartists 4.3.0: 2024-12-11 22:55:37+00:00
[2025-01-14 10:13:02,892:DEBUG] Skipping Bforartists 4.3.1: 2025-01-07 16:56:10+00:00
[2025-01-14 10:13:02,892:DEBUG] Request Counter: 84
[2025-01-14 10:13:02,893:DEBUG] Starting new HTTPS connection (1): github.com:443
[2025-01-14 10:13:02,985:DEBUG] https://github.com:443 "GET /Victor-IX/Blender-Launcher-V2/releases/latest HTTP/1.1" 302 0
[2025-01-14 10:13:02,985:DEBUG] Incremented Retry for (url='https://github.com/Victor-IX/Blender-Launcher-V2/releases/latest'): Retry(total=2, connect=None, read=None, redirect=None, status=None)
[2025-01-14 10:13:02,985:INFO] Redirecting https://github.com/Victor-IX/Blender-Launcher-V2/releases/latest -> https://github.com/Victor-IX/Blender-Launcher-V2/releases/tag/v2.3.2
[2025-01-14 10:13:03,049:DEBUG] https://github.com:443 "GET /Victor-IX/Blender-Launcher-V2/releases/tag/v2.3.2 HTTP/1.1" 200 None
[2025-01-14 10:13:03,049:INFO] Latest release tag: v2.3.2
[2025-01-14 10:13:03,049:DEBUG] Request Counter: 85
[2025-01-14 10:13:03,050:DEBUG] Starting new HTTPS connection (1): api.github.com:443
[2025-01-14 10:13:03,329:DEBUG] https://api.github.com:443 "GET /repos/Victor-IX/Blender-Launcher-V2/releases/tags/v2.3.2 HTTP/1.1" 200 0
[2025-01-14 10:13:03,330:INFO] Latest patch note found
[2025-01-14 10:13:03,334:DEBUG] Latest version on GitHub is 2.3.2

@Victor-IX
Copy link
Owner

@luisseyfer For the update, go into the settings, in general, enable the pre-release setting.

image

@luisseyfer
Copy link
Author

I see.
Send me an eMail if I can halp again.

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
Status: Backlog
Development

No branches or pull requests

2 participants