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 facing some issue with opening one url. The url is https://www.diabetes-m.com/feed/ and it calls xml data. Unfortunately after parsing with your library, and error returns "The file “feed” couldn’t be opened".
I was wondering is there is something wrong with the xml or it could be something else?
I really appreciate your help!
The text was updated successfully, but these errors were encountered:
@plami I had the same problem and it was caused by the library fetching the data synchronously via the Data(contentsOf: sanitizedSchemeUrl) method. I created a PR with a fix (#163) so maybe you can try and use that branch locally if it doesn't get merged.
Hi team,
I am facing some issue with opening one url. The url is https://www.diabetes-m.com/feed/ and it calls xml data. Unfortunately after parsing with your library, and error returns "The file “feed” couldn’t be opened".
I was wondering is there is something wrong with the xml or it could be something else?
I really appreciate your help!
The text was updated successfully, but these errors were encountered: