Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

There was a problem downloading openhab-.zip from the download link (3.0.0) #195

Open
TxBase opened this issue Mar 10, 2022 · 4 comments
Open

Comments

@TxBase
Copy link

TxBase commented Mar 10, 2022

https://dl.bintray.com
return an PR_END_OF_FILE_ERROR (FF)
which causes the download of maven-metadata.xml to fail.
Which causes to failing in parsing the version number and also downloading the file.
'https://dl.bintray.com/openhab/mvn/org/openhab/distro/openhab//openhab-.zip'

@hmerk
Copy link

hmerk commented Apr 5, 2022

See my other post. Download link can be found on openHAB web page.

@vletroye
Copy link

vletroye commented Sep 17, 2023

I did replace the download parameters of Installer.sh with

# let's figure out the latest available release version
BASE_PATH='https://github.com/openhab/openhab-distro/releases/download/'
OPENHAB_RELEASE="$(curl -s https://api.github.com/repos/openhab/openhab-distro/releases/latest | grep "browser_download_url" | grep ".zip" | cut -d '/' -f8)"
DOWNLOAD_FILE1="openhab-$OPENHAB_RELEASE.zip"

@hmerk
Copy link

hmerk commented Sep 17, 2023

What are you going to tell us with your last comment ?

@vletroye
Copy link

vletroye commented Sep 17, 2023

I am using the sources from release 3.0.0.000, for DSM 6.x (https://github.com/openhab/openhab-syno-spk/releases)
In those, to fix the "issue" mentionned above, I did change the file scripts\installer.sh to fetch the openHAB-zip from github...
I am indeed still using a DSM 6.x

But now, looking at the most recent sources; I realize that this release is obsolete... (the most recent source are for DSM 7.0 for which I presume the download script is updated accordingly)

Sorry.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants