Error "Couldn't load ressource : couldn't parse URI"

Hello community :slight_smile:

I’m working on my first FiveM server right now, and its going pretty well atm. But i have a problem. On a few resources I wanna install on my server (such as ParkingV, FLX_hud for ex.) it ends on an error message when connecting to the server :

“Couldn’t load ressource [ressource name] : couldn’t parse URI”

I thought I was the problem, so I reinstalled everything nicely, but it doesn’t work.

Do you have an idea of what I should look for ? What kind of mistake did I make ? Other mods been installed and work perfectly fine… I don’t understand. Btw, the mods that doesn’t work are really simple to install…

Thank you for your help!

1 Like

An URI is a file path. Looks like the resource is trying to load some file that doesn’t exist (or the name is misspelled).
Do you have more error messages related to that resource?

4 Likes

you were right, i think something was wrong with the file path. Thank you dude :slight_smile:

1 Like

Im still having issues, i also get Couldn’t parse URI. I’ve tried stopping all my resources. ALL and then launched my server locally. That seem’d to work. But then the server was trying to fetch resources but obviously couldn’t. seeing as they were stopped. The first one i always get is “Couldn’t load resource sessionmanager: Couldn’t parse URI.” I cant even find sessionmanager in my files. I have so many issues

U solveit? I have the same problem just now!

make sure you have not miss spelled anything in your server.cfg as that could be the problem also maybe rename the resource file and then put it into the server.cfg. it would be great if you could send a screenshot through as i will have a better understanding on what the issue actually is

!

HOW TO FIX THIS ?

Hi, Tegzy.

The paste of server.cfg >> HERE

ScreenShots

Errors in console: SS1 – SS2

i try to enter server: SessionManagerError
when server starts >> SessionManagerWhenStartsServer
When restart session manager: WhenRestartSessionManager

When i try to enter server again… New_Error
status of mysql-async when starts the server >> Status

And when i restart mysql-async get other script cant fetch url… and all the time the same thing…

the console output when start the server >> HERE

What im doing wrong?? Thanks for all the help!

Edit : Im using >> Builds - fivem/build_proot_linux/master/ nÂş 3797 : Artifacts/Fivem/Linux

Maybe the error its for im using 3797 instead of recomended version?

Edit 2: SOLUTION : using the fx version recomended the errors dont appear

send me whats in that folder and make sure put the exact name in the server.cfg

hello i had the same error with the resource monitor i wanted to know how you solved your error

yo i got the same error can you help me fix it please?

For people still having this issue and finding this post through google:
This seems to also occur when some files in your server have wrong permissions and therefore can’t be accessed, at least on linux. Make sure the user running the server process has access to all server/resource files