issues
search
Achno
/
gowall
A tool to convert a Wallpaper's color scheme / palette
https://achno.github.io/gowall-docs/
MIT License
427
stars
8
forks
source link
Improved error and path handling
#14
Closed
elbachir-one
closed
13 hours ago
elbachir-one
commented
2 months ago
Ensures proper flag retrieval, hex color conversion, and file path expansion. Provides informative error messages for easier debugging.
Ensure that
config.WallOfTheDayUrl
is properly configured and valid.
Check the length of
imageUrls
before accessing
imageUrls[1]
to avoid potential out-of-bounds errors.
config.WallOfTheDayUrl
is properly configured and valid.imageUrls
before accessingimageUrls[1]
to avoid potential out-of-bounds errors.