Package Details: lizzie 0.7.4-2

Git Clone URL: https://aur.archlinux.org/lizzie.git (read-only, click to copy)
Package Base: lizzie
Description: Analysis interface for Leela Zero
Upstream URL: https://github.com/featurecat/lizzie
Licenses: GPLv3
Submitter: apetresc
Maintainer: apetresc (algebro)
Last Packager: apetresc
Votes: 3
Popularity: 0.000000
First Submitted: 2018-06-04 04:09 (UTC)
Last Updated: 2021-04-14 01:53 (UTC)

Dependencies (6)

Required by (0)

Sources (4)

Latest Comments

Chris2000SP commented on 2023-09-14 05:27 (UTC) (edited on 2023-09-14 05:29 (UTC) by Chris2000SP)

@E3LDDfrK for katago i use aur/katago-opencl on radeon, $ katago genconfig and the line /usr/bin/katago gtp -config /home/user/gtp.cfg -model /usr/share/katago/networks/weights-b40.bin.gz in Engine Settings.

E3LDDfrK commented on 2021-09-15 02:53 (UTC)

I didn't know leela zero is a dependency.
I was planning to use it with katago.
The lizzie-improve package doesn't depend on leela.

apetresc commented on 2021-04-14 01:54 (UTC)

@tegularius My bad, fixed!

tegularius commented on 2021-04-10 17:30 (UTC)

checksum for lznetwork.gz seems to be wrong

algebro commented on 2018-11-15 04:14 (UTC) (edited on 2018-11-15 04:51 (UTC) by algebro)

I'm getting the following error when I try to launch the application:

java.io.IOException: Server returned HTTP response code: 403 for URL: http://zero.sjeng.org/network-profiles
        at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1894)
        at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1492)
        at java.net.URL.openStream(URL.java:1045)
        at featurecat.lizzie.Util.downloadAsString(Util.java:62)
        at featurecat.lizzie.analysis.Leelaz.getBestNetworkHash(Leelaz.java:131)
        at featurecat.lizzie.analysis.Leelaz.updateToLatestNetwork(Leelaz.java:115)
        at featurecat.lizzie.analysis.Leelaz.<init>(Leelaz.java:82)
        at featurecat.lizzie.Lizzie.lambda$main$0(Lizzie.java:38)
        at java.lang.Thread.run(Thread.java:748)
java.io.IOException: Could not determine the best network URL
        at featurecat.lizzie.analysis.Leelaz.getBestNetworkHash(Leelaz.java:136)
        at featurecat.lizzie.analysis.Leelaz.updateToLatestNetwork(Leelaz.java:115)
        at featurecat.lizzie.analysis.Leelaz.<init>(Leelaz.java:82)
        at featurecat.lizzie.Lizzie.lambda$main$0(Lizzie.java:38)
        at java.lang.Thread.run(Thread.java:748)

I can browse to http://zero.sjeng.org/network-profiles just fine so I'm not sure what the issue is. I've also noticed getBestNetworkHash doesn't seem to be present upstream.