Giter VIP home page Giter VIP logo

Comments (6)

supertriodo avatar supertriodo commented on May 15, 2024

Arena Tracker (AT) tries to download the hearthstone cards info file (cards.json) from the internet but it fails. That's the reason you see your cards without name or mana.

Googling a bit it seems your QSslSoquet errors are caused by your openssl library.

Maybe you dont have openssl installed. Try this:

sudo apt-get install openssl libssl-dev

from arena-tracker.

 avatar commented on May 15, 2024

I already googled it and checked the library :
I have them

Could it be a qt package problem (missing or version) ?

from arena-tracker.

supertriodo avatar supertriodo commented on May 15, 2024

Qt is statically linked in Arena Tracker binary, so you don't even need Qt installed for it to work.

Maybe is the openssl library version.

This is my openssl version:

(1.0.2g-1ubuntu4.5)

from arena-tracker.

 avatar commented on May 15, 2024

For information:

$ dpkg -l openssl libssl-dev
ii libssl-dev:amd64 1.1.0c-2 amd64 Secure Sockets Layer toolkit - development files
ii openssl 1.1.0c-2 amd64 Secure Sockets Layer toolkit - cryptographic utility

from arena-tracker.

 avatar commented on May 15, 2024

I solved the problem :
I installed libssl1.0-dev (1.0.2j-4) instead of libssl-dev (1.1.0c-2)

$ dpkg -l | grep libssl
ii  libssl1.0-dev:amd64                   1.0.2j-4                             amd64        Secure Sockets Layer toolkit - development files
ii  libssl1.0.2:amd64                     1.0.2j-4                             amd64        Secure Sockets Layer toolkit - shared libraries
ii  libssl1.1:amd64                       1.1.0c-2                             amd64        Secure Sockets Layer toolkit - shared libraries

I suppose we'll have the same problem when 1.0.2 become deprecated in favor of 1.1.0

from arena-tracker.

supertriodo avatar supertriodo commented on May 15, 2024

Great!

from arena-tracker.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.