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

Fixed nil value call error while converting old sytax config #1002

Merged
merged 1 commit into from Aug 31, 2020

Conversation

BojanoN
Copy link
Contributor

@BojanoN BojanoN commented Aug 30, 2020

Description
The latest conky git build using Lua v5.4.0 fails to convert the old syntax config on startup with the following error:

conky: Syntax error (/home/user/.config/conky/conky.conf:1: syntax error near 'yes') while reading config file. conky: Assuming it's in old syntax and attempting conversion. conky: [string "..."]:159: attempt to call a nil value (global 'loadstring')

The only change made in this pull request was to switch from the deprecated and removed loadstring function to the identical load function. After building with those changes, the config is successfully converted once again.

@brndnmtthws
Copy link
Owner

@labhub-bot retry

@labhub-bot
Copy link
Collaborator

Sent retry command for pipeline 183563161 on GitLab

Have a great day! 😄

@brndnmtthws
Copy link
Owner

@labhub-bot retry

@labhub-bot
Copy link
Collaborator

Sent retry command for pipeline 183837958 on GitLab

Have a great day! 😄

@brndnmtthws brndnmtthws merged commit 1abae95 into brndnmtthws:master Aug 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants