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

First stab at validating wiki #25

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

fabianvf
Copy link

@fabianvf fabianvf commented Aug 12, 2019

It doesn't look like this is able to validate the ebay links yet, unfortunately I suspect they return valid responses even on error.

@rhagman
Copy link
Owner

rhagman commented Aug 13, 2019

Looks good! I like the approach, looks like all the errors except for "404 Not Found" are false positives errors though.

test/Dockerfile Outdated
@@ -0,0 +1,10 @@
FROM rust
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, but I have been thinking about changing the arduino/d1mini code to use micropython and try to keep the whole project to use as much python as possible. Maybe we could use the python implementation here instead?

@fabianvf
Copy link
Author

Yeah, the 403s from Amazon are because they block the requests user agent, I set it to something more real and that seems to be working (we could also skip those links if you prefer). I replaced the marker binary with my own script to validate the links as well.

@fabianvf
Copy link
Author

@rhagman how do you like this iteration?

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

Successfully merging this pull request may close these issues.

2 participants