Search found 4 matches

by rcc
Mon Nov 21, 2022 11:43 am
Forum: Linux
Topic: Downloader and Update_all Fail
Replies: 7
Views: 1474

Re: Downloader and Update_all Fail

I don't know when I last updated.
Isn't downloader.sh supposed to do it for me when I run it?

Anyway.... I just rebuilt a fresh, small SDCard with the latest Mister image, and the downloader works fine.
S, I I will backup all my configs from my Mister SD card, rebuilt it from scratch, and copy my settings back.
by rcc
Mon Nov 21, 2022 11:10 am
Forum: Linux
Topic: Downloader and Update_all Fail
Replies: 7
Views: 1474

Re: Downloader and Update_all Fail

And this is the full output for downloader.sh (I ran it directly from MisterFPGA command line): /media/fat/Scripts# ./downloader.sh Running MiSTer Downloader Traceback (most recent call last): File "/home/user/work/fpga/DE10/buildroot-2017.02/output/target/usr/lib/python3.5/runpy.py", line 184, in _run_module_as_main File "/home/user...
by rcc
Mon Nov 21, 2022 11:01 am
Forum: Linux
Topic: Downloader and Update_all Fail
Replies: 7
Views: 1474

Re: Downloader and Update_all Fail

I used wget directly from Mister, also tried downloading from my PC and scp to Mister. All same results. I can confirm that I downloaded the actual scripts, not the html page. I copied this straight from Mister command line: /media/fat/Scripts# ./update_all.sh Launching Update All Traceback (most recent call last): File "/home/user/work/fpga/D...
by rcc
Sun Nov 20, 2022 9:22 pm
Forum: Linux
Topic: Downloader and Update_all Fail
Replies: 7
Views: 1474

Downloader and Update_all Fail

Hello there. Trying to run download.sh and update_all.sh, but both fails with different errors. Downloader.sh error: ImportError: No module named '_ssl' Update_all.sh error: start_time: float = 0.0 SyntaxError: invalid syntax I have just copied the latest downloader.sh and update_all.sh from github, so it's not likely that I have outdated scripts. ...