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

Unexplained display of only F@H Proj nil #6

Open
dfyockey opened this issue Mar 17, 2024 · 2 comments
Open

Unexplained display of only F@H Proj nil #6

dfyockey opened this issue Mar 17, 2024 · 2 comments
Labels
question Further information is requested

Comments

@dfyockey
Copy link
Owner

After displaying only F@H Proj nil on a first day, correct data was displayed the day after this was observed, as discussed in Issue #5. The reason for this behavior should be determined and any confusion in this regard mitigated.

The working hypothesis is that this is due to the lack of a project available for folding, but verification is required.

If the hypothesis is verified, then the script should be modified to provide a more informative display in this situation. If it is found to be invalid, more consideration will be needed to determine a possible cause.

@dfyockey dfyockey added the question Further information is requested label Mar 17, 2024
@neurotix84
Copy link

I do not think I lacked a work unit, though I am not actively folding 24/7 at the moment, so I am unsure. I am sorry.

Also wanted to let you know, I am still getting this error scrolling in the terminal:

conky:_ llua_getstring: function conky_load_fah_queue_info didn't return a string, result discarded

It continues to scroll with this error the entire time the terminal is open. However, the script works. The other error showing up was fixed by your update, which I downloaded and installed.

@dfyockey
Copy link
Owner Author

dfyockey commented Mar 18, 2024

@neurotix84

Lack of a work unit is just a hypothesis. I'll be keeping an eye out for other causes as well.

As for the remaining output when running in a terminal, it's just a notification that the function called in ${lua load_fah_queue_info} generates nothing that conky can insert into the display (which is intended). As it says, it just discards the result as a consequence. It causes no problem since the script isn't intended to be run in a terminal.

Update
The notification mentioned above has been eliminated in commit a6fa6fe by the simple expedient of having conky_load_fah_queue_info return an empty string.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants