Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

It broke #4

Closed
Kinrany opened this issue Jan 14, 2022 · 3 comments
Closed

It broke #4

Kinrany opened this issue Jan 14, 2022 · 3 comments
Labels
question Further information is requested

Comments

@Kinrany
Copy link

Kinrany commented Jan 14, 2022

There was no place to talk about https://t.me/this_week_in_rust/2119. There is now.

@va-an
Copy link

va-an commented Jan 14, 2022

@sergeysova, hello!
I'm got some troube with this line:


When I tried run app, I got this output:

Error: Io(Custom { kind: NotFound, error: "path not found" })
[Finished running. Exit status: 1]

I changed this line to:

dotenv().ok();

... and got some output from app:

Reading last-id at: Some("./this_week_in_rust.last_id")
Last ID: 0
Starting fetch articles list...

// ——— //
Fetching #421 — https://this-week-in-rust.org/blog/2021/12/15/this-week-in-rust-421/
Error: IdNotFound
[Finished running. Exit status: 1]

This is looks line working app state, or there is any other problems?

@Kinrany
Copy link
Author

Kinrany commented Jan 14, 2022

The IdNotFound error is being thrown in two three places in parser.rs. One of the parsers is failing because HTML layout of the page has changed.

@sergeysova sergeysova added the question Further information is requested label Jan 16, 2022
@sergeysova
Copy link
Owner

Let's check how it works after #5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants