MrDaGree/ELS-FiveM

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

image

ELS Information

Script Version: https://github.com/MrDaGree/ELS-FiveM/tree/1.93

  • Server Version #: "version" is "FXServer-master v1.0.0.2567 linux"
  • Screenshots of
    config.lua
    image

vcf.lua
image

vcf folder:
image

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

lze3 commented

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?

lze3 commented

It's not problematic, is it? Should only show once every 1hr.

lze3 commented

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?

lze3 commented

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.

lze3 commented

Hi, please see issue #90 (comment).