Search Criteria
Package Details: arenatracker-bin 9.3-1
Git Clone URL: | https://aur.archlinux.org/arenatracker-bin.git (read-only, click to copy) |
---|---|
Package Base: | arenatracker-bin |
Description: | Tracks your Hearthstone Arena matches and cards. |
Upstream URL: | https://github.com/supertriodo/Arena-Tracker/ |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | Strit |
Maintainer: | Strit |
Last Packager: | Strit |
Votes: | 3 |
Popularity: | 0.045821 |
First Submitted: | 2018-03-06 15:38 |
Last Updated: | 2021-02-20 08:04 |
Latest Comments
deemon commented on 2020-03-14 14:35
8.1 is out. Could we get update please?
optizen commented on 2018-10-20 20:46
I had a bunch of these errors:
qt.network.ssl: QSslSocket: cannot call unresolved function SSLv23_client_method
qt.network.ssl: QSslSocket: cannot call unresolved function SSL_library_init
But most importantly, the application failed to contact api.hearthstonejson.com for an updated .json:
MainWindow: <https://api.hearthstonejson.com/v1/latest/all/cards.json> --> Failed. Retrying...
Installing
openssl-1.0
solved it:MainWindow: Extra: Json Cards --> Latest version: <https://api.hearthstonejson.com/v1/27358/all/cards.json>
Strit commented on 2018-10-20 18:50
Your link refers to the AppImage requiring openssl-1.0. Not the static version, which this is.
If you have issues running this package, please post any errors.
optizen commented on 2018-10-20 17:14
It needs
openssl-1.0
as suggested by developer in issue #101.