Missing the Remote Script

Kernel, Main, Utilities & Applications, Miscellaneous Devices.
MatteKalle
Posts: 13
Joined: Thu May 20, 2021 12:38 pm

Missing the Remote Script

Unread post by MatteKalle »

I cant find the remote script although I ran the update all script with mister extensions enabled. What am I missing?

User avatar
dickhardpill
Posts: 73
Joined: Tue Apr 09, 2024 9:28 pm
Location: Not Portland, OR
Has thanked: 53 times
Been thanked: 15 times
Contact:

Re: Missing the Remote Script

Unread post by dickhardpill »

check your downloader.ini

does this line exist?

Code: Select all

[mrext/all]
db_url = https://github.com/wizzomafizzo/mrext/raw/main/releases/all.json

or if you don't want everything;

Code: Select all

[mrext/remote]
db_url = https://github.com/wizzomafizzo/mrext/raw/main/releases/remote/remote.json

you can also download it directly here

MatteKalle
Posts: 13
Joined: Thu May 20, 2021 12:38 pm

Re: Missing the Remote Script

Unread post by MatteKalle »

The links in my downloader.ini do not look like that. Why is this and is every link wrong?
Copy from my downlaoder.ini:

[distribution_mister]
db_url = https://raw.githubusercontent.com/MiSTe ... b.json.zip

[jtcores]
db_url = https://raw.githubusercontent.com/joteg ... b.json.zip

[names_txt]
db_url = https://raw.githubusercontent.com/Three ... on_US.json

[bios_db]
db_url = https://raw.githubusercontent.com/BigDe ... b.json.zip

[Coin-OpCollection/Distribution-MiSTerFPGA]
db_url = https://raw.githubusercontent.com/Coin- ... b.json.zip

[arcade_roms_db]
db_url = https://raw.githubusercontent.com/zakk4 ... b.json.zip

[mrext/all]
db_url = https://raw.githubusercontent.com/wizzo ... s/all.json

[arcade_names_txt]
db_url = https://raw.githubusercontent.com/PigSa ... es_US.json

User avatar
pgimeno
Top Contributor
Posts: 681
Joined: Thu Jun 11, 2020 9:44 am
Has thanked: 265 times
Been thanked: 211 times

Re: Missing the Remote Script

Unread post by pgimeno »

Actually https://github.com/XXX/YYY/raw/ZZZ redirects to https://raw.githubusercontent.com/XXX/YYY/ZZZ so the URLs are equivalent. I've no idea about the missing script though.

FPGA64
Top Contributor
Posts: 786
Joined: Mon Mar 01, 2021 3:10 pm
Has thanked: 45 times
Been thanked: 335 times

Re: Missing the Remote Script

Unread post by FPGA64 »

its in the json list at that link

"Scripts/remote.sh": {
"hash": "be44b94abdb418e0434d164332a9d9c6",
"size": 7879660,
"url": "https://github.com/wizzomafizzo/mrext/r ... /remote.sh",
"reboot": true,
"tags": [
"remote"
]
},

So who knows why it wasnt picked up

Post Reply