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

pixlet not reading .star files on Debian container properly anymore #1082

Open
motoridersd opened this issue Jul 9, 2024 · 0 comments
Open

Comments

@motoridersd
Copy link

I have an LXC Debian container that is used to process local apps with Home Assistant integration. Pixlet renders the star file and then pushes the webp image to the Tidbyt. This has been working great for over a year, but yesterday things stopped working.

I found that pixlet render and pixlet serve are failing to open the correct star file unless there are no other star files in the folder.

image

In the above example, I asked pixlet to render 'ha_now_playing.star' but it is trying to read HA_sonos.star which is the first file in the directory listing. I don't know why it's trying to open the first file available, or why the error says the file doesn't exist when it does.

The workaround has been to put every .star file I need in its own subfolder, so that it is the only .star file in there.

I had been running version 0.29 of pixlet, but upgrading to the latest 0.33.3 version made no difference.

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

No branches or pull requests

1 participant