-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
Description
[info] Merging template pack 'companies'
[info] Loading template manifest companies/companies.txt...
[info] Merging to index.html...
[info] Loading template (from file) >companies/index.html.erb<...
*** error: bad URI(is not URI?): "/images/news/MyData 2021 Awardees News.jpg"
This appears to be an issue with naked spaces in the uri, rather than %20
The challenge here is discovering which feed the error came from.
I did figure out through some tribulation that the troubled image name came from this feed: https://personium.io/blog/feed.xml
Assuming it is a problem with space in the image file-name then ideally the app would translate those to %20 automatically...
Ideally, it would also let me know which feed the bad uri came from.
Thanks for everything.