Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

got this on error console #430

Open
hussyainy opened this issue Jun 24, 2024 · 3 comments
Open

got this on error console #430

hussyainy opened this issue Jun 24, 2024 · 3 comments
Labels
needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one.

Comments

@hussyainy
Copy link

Hi can i know how to troubleshoot this? or this is intended. Thank you.

Line 10651: [ 103640] [b2699_GTAProce] CrBrowserMain/ Request Failed due to timeout: https://illenium-appearance/appearance_get_locales (@illenium-appearance/web/dist/assets/index.b8e72b46.js:70)
Line 10652: [ 103640] [b2699_GTAProce] CrBrowserMain/ Request Failed due to timeout: https://illenium-appearance/get_theme_configuration (@illenium-appearance/web/dist/assets/index.b8e72b46.js:70)

@github-actions github-actions bot added the needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. label Jun 24, 2024
@1489259653
Copy link

also

@1489259653
Copy link

add your locale in fxmanifest

@hussyainy
Copy link
Author

Im using the default locale that is en

fx_version "cerulean"
game "gta5"

author "snakewiz & iLLeniumStudios"
description "A flexible player customization script for FiveM servers."
repository "https://github.com/iLLeniumStudios/illenium-appearance"
version "v5.6.1"

lua54 "yes"

client_scripts {
"game/constants.lua",
"game/util.lua",
"game/customization.lua",
"game/nui.lua",
"client/outfits.lua",
"client/common.lua",
"client/zones.lua",
"client/framework/framework.lua",
"client/framework/qb/compatibility.lua",
"client/framework/qb/main.lua",
"client/framework/qb/migrate.lua",
"client/framework/esx/compatibility.lua",
"client/framework/esx/main.lua",
"client/target/target.lua",
"client/target/qb.lua",
"client/target/ox.lua",
"client/management/management.lua",
"client/management/common.lua",
"client/management/qb.lua",
"client/management/qbx.lua",
"client/management/esx.lua",
"client/radial/radial.lua",
"client/radial/qb.lua",
"client/radial/ox.lua",
"client/stats.lua",
"client/defaults.lua",
"client/blips.lua",
"client/props.lua",
"client/client.lua",
}

server_scripts {
"@oxmysql/lib/MySQL.lua",
"server/database/database.lua",
"server/database/jobgrades.lua",
"server/database/managementoutfits.lua",
"server/database/playeroutfitcodes.lua",
"server/database/playeroutfits.lua",
"server/database/players.lua",
"server/database/playerskins.lua",
"server/database/users.lua",
"server/framework/qb/main.lua",
"server/framework/qb/migrate.lua",
"server/framework/esx/main.lua",
"server/framework/esx/migrate.lua",
"server/framework/esx/callbacks.lua",
"server/framework/esx/management.lua",
"server/util.lua",
"server/server.lua",
"server/permissions.lua"
}

shared_scripts {
"shared/config.lua",
"shared/blacklist.lua",
"shared/peds.lua",
"shared/tattoos.lua",
"shared/theme.lua",
"shared/framework/framework.lua",
"shared/framework/esx/util.lua",
"locales/locales.lua",
"locales/ar.lua",
"locales/bg.lua",
"locales/cs.lua",
"locales/de.lua",
"locales/en.lua",
"locales/es-ES.lua",
"locales/fr.lua",
"locales/hu.lua",
"locales/it.lua",
"locales/nl.lua",
"locales/pt-BR.lua",
"locales/ro-RO.lua",
"locales/id.lua",
"@ox_lib/init.lua"
}

files {
"web/dist/index.html",
"web/dist/assets/*.js"
}

ui_page "web/dist/index.html"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one.
Projects
None yet
Development

No branches or pull requests

2 participants