Hello everyone, I got an error while parsing hackernoon page. The error looks like the following. Here is my serde struct
for upto the point where it failed.
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: SerdeError(Syntax { source: Error { pos: 15:18, kind: Syntax("Element snf:logo prefix is unbound") } })', src/main.rs:13:14
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
[Finished running. Exit status: 101]
Regarding the error, I am unsure of how is this an error, seems like the package is complaing that the xml feed is not following correct syntax or is there any way to solve this. Thankyou. The hackernoon xml feed can be found below till the part which cause the syntax error.
Hello everyone, I got an error while parsing hackernoon page. The error looks like the following. Here is my serde struct for upto the point where it failed.
My console says that the error was the following,
Regarding the error, I am unsure of how is this an error, seems like the package is complaing that the xml feed is not following correct syntax or is there any way to solve this. Thankyou. The hackernoon xml feed can be found below till the part which cause the syntax error.