Giter Club home page Giter Club logo

Comments (15)

baconstaken avatar baconstaken commented on July 23, 2024

Also having this issue. The file it downloads is incomlete, only a few KBs.
I managed to find the link it was trying to download from google drive, opening it in the web browser it says google cant scan it for virus' and to click a button to continue downloading. This may be the cause for not completing the download?

from wor-flasher.

wuzzlefump avatar wuzzlefump commented on July 23, 2024

if [ "$PE_INSTALLER_SHA256" != "$(sha256sum "$PWD/WoR-PE_Package.zip" | awk '{print $1}' | tr '[a-z]' '[A-Z]')" ];then
error "PE-based installer integrity check failed"
fi

looks like this is the line of code in the installer where things are failing

from wor-flasher.

baconstaken avatar baconstaken commented on July 23, 2024

I hacked my way around this and got it to start flashing, but ran into other errors possiblly unrelated. Ended up flashing wor from window OS via https://worproject.com/downloads

To hack around it:
If you find the file 'WoR-PE_Package.zip' you see its corrupt and cant be opened. change its permissions so it cant be deleted or overwitten by anyone.
Run the wor script again and when it gets to the download it will fail and tell you the link it was trying to download.
go to that link and download the zip.
rename it WoR-PE_Package.zip and replace the corrupt one.

Then remove lines 801-814 from the install-wor.sh script. (this will skip downloading the zip and use the one already there)

Run the wor script again and hopefully it it starts flashing.

note; i dont actually know what im doing, just fumbling my way through :)

from wor-flasher.

baconstaken avatar baconstaken commented on July 23, 2024

hold up, only remove 801-814
after that it extracts the zip to /peinstaller

Which was probably why it stopped working for me. Again, no idea what im doing.

from wor-flasher.

DylanFlame54 avatar DylanFlame54 commented on July 23, 2024

having the same problem with PE-based installer integrity check failed

from wor-flasher.

jbouse avatar jbouse commented on July 23, 2024

I worked around this by downloading the WoR-PE_Package.zip file and placing it in the wor-flasher-files directory, then removing/commenting out line 810 that calls the download_from_gdrive function. This left the sha256sum check in place while removing the actual download step.

I found the copy of the WoR-PE_Package.zip that was downloaded by the script was incomplete for some unknown reason, which explains why it failed the checksum. Another fix might be to check if the file exists and, if so, skip the download attempt without hacking the script to work around it. There's already a test to see if the directory exists, so logic would then say to check whether the file exists.

I'll work on a PR with this fix in mind if I find time. I'm a licensed amateur radio operator. I use this to deploy Windows 11 onto an RPI4 8GB that our club uses to run our central network-based logging software for field days, so I re-flash the system before every field day (twice a year) to prepare. I did not encounter this issue last year before the summer field day in June, but I did while preparing for the winter field day this month (January).

from wor-flasher.

hudsonaikin123 avatar hudsonaikin123 commented on July 23, 2024

Could anyone upload the new working file app for the Raspberry pi 400?

from wor-flasher.

mrusli70 avatar mrusli70 commented on July 23, 2024

Same here i too have the same issue and does not seems to work at all now. Any way uupdump.net server always up and down.

from wor-flasher.

EkkoLin avatar EkkoLin commented on July 23, 2024

having same problem here!

from wor-flasher.

mrusli70 avatar mrusli70 commented on July 23, 2024

Does they fix the problem yet? I still having the same thing. I wonder how the file get corrupted.

from wor-flasher.

hudsonaikin123 avatar hudsonaikin123 commented on July 23, 2024

No they have not fixed it yet. Ended up sending Raspberry Pi 400 back because I could not get the WoR Flasher to work.

from wor-flasher.

jbouse avatar jbouse commented on July 23, 2024

I'm not sure if the issue is the file on Gdrive that it is downloading or related to the download function itself, but when I manually downloaded the file from upstream and placed it in the download directory and commented out line 810, that calls download_from_gdrive and left it able to confirm the checksum.

from wor-flasher.

lolimjustherefornoreason avatar lolimjustherefornoreason commented on July 23, 2024

Is it fixed yet Iโ€™m waiting for like 1 month now

from wor-flasher.

Botspot avatar Botspot commented on July 23, 2024

Fixed now

from wor-flasher.

Botspot avatar Botspot commented on July 23, 2024

Google Drive changed how their "would you like to download" webpage was structured.

from wor-flasher.

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.