Giter Club home page Giter Club logo

Comments (2)

pcolby avatar pcolby commented on September 14, 2024

Hi @p-val,

In Bash, $@ expands to all the arguments passed to the function / script. eg, if you run

./v800_downloader.sh abc 123

Then $@ expands to abc and 123, so that fact this its empty in your case is normal.

From the image above, the script actually failed at line 2, its just that it doesn't detect the error and stop there.

As far as I can tell (I'm not the author of this project, it just borrows a lot of code from one of my projects), this script is only used to set the LD path once the v800_downloader is installed... you probably don't need to be using it.

Did you install v800_downloader from a deb file, or build from source?

If you installed from deb, you'll need to run the script from the original install location (the script is not built to handle moving / symlinking to new locations).

If you built it locally, just run the compiled binary directly from the build directory, eg:

./release/v800_downloader

Cheers.

from v800_downloader.

p-val avatar p-val commented on September 14, 2024

Hi Paul,
thank you for the assistance - it's working now!
Downloaded the wrong package :(
The bug is stil there, but understanding the purpose of the script I symlinked the libraries and set the LD_LIBRARY_PATH manually.
Note: I had to get it working before I am buying a POLAR-watch! And Thank You for writing bipolar - the only way to do a direct download :)

Greetings to DownUnder
Peter

from v800_downloader.

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.