You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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.
The text was updated successfully, but these errors were encountered:
As always thanks for reporting and your detailed analysis. I am in a personal/financial crisis and will get back and have time to fix the issue in a couple of months if the situation gets better. Thanks for the patience. Cheers. Prost.
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.
The text was updated successfully, but these errors were encountered: