Git Product home page Git Product logo

Comments (10)

ispysoftware avatar ispysoftware commented on July 3, 2024

i'm guessing there was an issue with the script getting the download location. Are you still seeing the same thing?

from agent-install-scripts.

klcampbell6502 avatar klcampbell6502 commented on July 3, 2024

I'm seeing exactly the same error on a fresh Ubuntu install

from agent-install-scripts.

ispysoftware avatar ispysoftware commented on July 3, 2024

what do you see when you run
echo $(curl "https://www.ispyconnect.com/api/Agent/DownloadLocation4?platform=Linux64&fromVersion=0" | tr -d '"')

from the terminal?

I get:

% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 69 100 69 0 0 41 0 0:00:01 0:00:01 --:--:-- 41
https://ispyfiles.azureedge.net/downloads/Agent_Linux64_4_6_0_0.zip

from agent-install-scripts.

klcampbell6502 avatar klcampbell6502 commented on July 3, 2024

It just echoes the URL:

kevin@ukdvr:$ echo $(curl -s --fail "https://www.ispyconnect.com/api/Agent/DownloadLocation4?platform=Linux64&fromVersion=0" | tr -d '"')
https://ispyfiles.azureedge.net/downloads/Agent_Linux64_4_6_0_0.zip
kevin@ukdvr:
$

from agent-install-scripts.

klcampbell6502 avatar klcampbell6502 commented on July 3, 2024

Sorry about the strikeout, apparently pasting embedded some sort of command code

from agent-install-scripts.

ispysoftware avatar ispysoftware commented on July 3, 2024

hmm should work then, unless the script doesn't have permission to access the network for some reason - or possibly the webserver was having some temporary issue

from agent-install-scripts.

klcampbell6502 avatar klcampbell6502 commented on July 3, 2024

Using wget worked fine, FWIW.

from agent-install-scripts.

ispysoftware avatar ispysoftware commented on July 3, 2024

hmm weird - working fine here - if anyone else has this issue then run

echo $(curl "https://www.ispyconnect.com/api/Agent/DownloadLocation4?platform=Linux64&fromVersion=0" | tr -d '"')

..and paste in the output here

from agent-install-scripts.

klcampbell6502 avatar klcampbell6502 commented on July 3, 2024

If I simply use curl without the echo $( it works as expected, which perhaps makes sense since that's what echo does?

Not a *nix expert by any means here ...

from agent-install-scripts.

ispysoftware avatar ispysoftware commented on July 3, 2024

yeah that's just to dump the response to the console so i can see what the problem is

from agent-install-scripts.

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.