Dead/404 image URLs from rustedit.io
Hello :)

Image links for new ammunition do not work.

(19:24:39) | Image failed to download! Error: HTTP/1.1 404 Not Found - Image Name: ammo.grenadelauncher.buckshot_0 - Image URL: https://www.rustedit.io/images/imagelibrary/ammo.grenadelauncher.buckshot.png

(19:24:40) | Image failed to download! Error: HTTP/1.1 404 Not Found - Image Name: ammo.grenadelauncher.he_0 - Image URL: https://www.rustedit.io/images/imagelibrary/ammo.grenadelauncher.he.png

(19:24:41) | Image failed to download! Error: HTTP/1.1 404 Not Found - Image Name: ammo.grenadelauncher.smoke_0 - Image URL: https://www.rustedit.io/images/imagelibrary/ammo.grenadelauncher.smoke.png


Thx :)

Have gone back and forth with them trying to get it fixed.   MY ServerRewards shop is stuck on "Loading Image" on every item forever and my sign artist cannot download any images either.  HEre is what my host said ...

"

The command you showed is a work round for some other Linux OS like Fedora or RedHat where Unity is not officially supported. We use Ubuntu and this command is not needed.
 
We also see the error messages in Player.log. Suggest to mention the error message and OS used (Ubuntu) to plugin owner seeking for help. We encountered the same problem before and it was solved by a Rust update, not sure when this issue was re-introduced.
 
Image failed to download! Error: Unknown Error - Image Name: ammo.rifle_0 - Image URL: https://www.rustedit.io/images/imagelibrary/ammo.rifle.png


(Filename: ./Runtime/Export/Debug.bindings.h Line: 45)


Image failed to download! Error: Unknown Error - Image Name: chainsaw_0 - Image URL: https://www.rustedit.io/images/imagelibrary/chainsaw.png


(Filename: ./Runtime/Export/Debug.bindings.h Line: 45)


Image failed to download! Error: Unknown Error - Image Name: jackhammer_0 - Image URL: https://www.rustedit.io/images/imagelibrary/jackhammer.png


(Filename: ./Runtime/Export/Debug.bindings.h Line: 45)"
Also, for some reason, ONE item in my shop has an image.  A skinned revolver.  I checked it's URL and it points to an AWS image storage instead of rustedit.io but then I also have other items in my "image library" from AWS URLs too.  I tried uploading a skinned SAR to the shop to see if maybe it being skinned is why it worked but the skinned SAR is still not showing an image.
Edit this at the bottom of your data/ImageLibrary/image_urls.json save and replace

then reload Both ImageLibrary & ServerRewards (o.reload ImageLibrary || o.reload ServerRewards)

Enjoy.

    "ammo.grenadelauncher.buckshot_0": "https://rustlabs.com/img/items180/ammo.grenadelauncher.buckshot.png",
    "ammo.grenadelauncher.he_0": "https://rustlabs.com/img/items180/ammo.grenadelauncher.he.png",
    "ammo.grenadelauncher.smoke_0": "https://rustlabs.com/img/items180/ammo.grenadelauncher.smoke.png",
    "knife.combat_0": "https://rustlabs.com/img/items180/knife.combat.png",
    "multiplegrenadelauncher_0": "https://rustlabs.com/img/items180/multiplegrenadelauncher.png"​
Those entries were already in my ImageURLS file but obviously not working so I changed the URLS to the ones you supplied and reloaded ImageLibrary and now my shop shows thos eitems just fine too.
In response to XNeo ():
Edit this at the bottom of your data/ImageLibrary/image_urls.json save and replace

then r...
It works, it's perfect !

Thanks a lot, man  ;)