bad argument #1 to 'strfind'
Closed this issue · 9 comments
Bug Description
On server startup i get this error
Reproductive Steps
Expected Behavior
Shouldnt be getting the error on startup
Screenshots
ELS Information
Script Version: https://github.com/MrDaGree/ELS-FiveM/tree/1.93
This error is happening to me too, what can it be?
Just got it on my localhost as well (windows latest build) with same error and haven't touched the els or cars
Oh, right. This is because of the change in file structure. The request for version checking is returning 404.
Oh, right. This is because of the change in file structure. The request for version checking is returning 404.
And what are we going to do?
It's not problematic, is it? Should only show once every 1hr.
This is fixed. A patch was applied to ensure this doesn't happen again in the future and a monkey-patch to prevent older versions from erroring - but, on this note, you should be updating whenever possible.
If there is anything that you think could be improved with the updating process, please let me know by creating a separate issue or using the Discord server provided in the README.
Thank you,
Zeemah.
Is the latest not a dev branch?
Is the latest not a dev branch?
master
is stable, new releases are automatically created when big/important changes are pushed to the branch. Any 'dev' branch will be just prefixed with 'fix'/'dev'/'tweak' etc to ensure no regressions are introduced and bugs are fixed before it goes onto master.
Hi, please see issue #90 (comment).