Hopefully someone can help be with these to issues:
Issue 1
So one of my connect TIDBYTS im attemptiung to publish one of my custom apps to it however, the scrolling message is not finishing, I checked in the .star
return render.Root(
show_full_animation = True,
max_age = 45,
and this is how im pushing it
first the pixlet renser then
${binpath}/pixlet push --api-token $MY_API_TOKEN $MY_DEVICE_ID --background ${webpath}/tidbyt_ambn.webp AMBN
Any ideas how to get the full annamation to finish on a pushed webp?$a
Issue 2:
Additional questin when adding the script to cron to run every minute I get this:
root@linux001:~/data# cat cron.tidbyt.log
Tidbyt API returned status 400 Bad Request
{“code”:3, “message”:“provide an image”, “details”:}
root@linux001:~/data# /root/tidbyt.greatroom.sh
root@linux001:~/data# cat cron.tidbyt.log
Tidbyt API returned status 400 Bad Request
{“code”:3, “message”:“provide an image”, “details”:}
Tidbyt API returned status 400 Bad Request
{“code”:3, “message”:“provide an image”, “details”:}
root@linux001:~/data# /root/tidbyt.greatroom.sh
but from root shell its fine any ideas on this issue as well?