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
I am not sure to which extend this is due to github but importing your feed into tiny tiny rss throws the following error error 68 at line 623 (column 69), xmlParseEntityRef: no name.
Please let me know if I can provide additional backup information and thanks for your work on this.
The text was updated successfully, but these errors were encountered:
On further examination I can see that the fault is caused by & characters which are not getting escaped properly during our compilation phase. I've fixed the offending job but we need to either fix the validation or improve our compilation so this doesn't happen again. @lordmauve@stestagg, any suggestions?
I am not sure to which extend this is due to github but importing your feed into tiny tiny rss throws the following error
error 68 at line 623 (column 69), xmlParseEntityRef: no name
.Please let me know if I can provide additional backup information and thanks for your work on this.
The text was updated successfully, but these errors were encountered: