-
Notifications
You must be signed in to change notification settings - Fork 1
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
I'm probably messing something up #3
Comments
So I fixed my login issue, I didn't have the entire url in the config.py so it was never finding that form. But now onto the next error.
|
So figured out that error, because the school link i'm trying to view has But now onto the next problem.
I've thrown in a debug print to try and see what's going on, not sure I quite understand the issue. I also put in a length check to move on as well, but not getting any data written to
Here is what the output looks like
Any ideas? |
It seems like your school has a different formatting than mine did. I'd start debugging by printing out the value of From there, there should be some tutorials online for how to do the parsing. |
I'll keep attempting to chug along and pound my head against the keyboard. Web stuff if def not my strong suit by any means.. :( But if you'd like to help I would greatly appreciate it, whenever is convenient for you. |
Any updates? Sorry it's been so long
…On Sun, Oct 14, 2018, 16:22 funtimes-ninja ***@***.***> wrote:
I'll keep attempting to chug along and pound my head against the keyboard.
Web stuff if def not my strong suit by any means.. :( But if you'd like to
help I would greatly appreciate it, whenever is convenient for you.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#3 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AQDMRqFEdaXRF6-qH1C1SLUiKhvTmgjqks5uk8dEgaJpZM4XbWcJ>
.
|
I've managed to get some of the data I needed to scrape properly and have it displaying on a pi3+ RGB Matrix. I'd still really like to get this repo working for my sons school site, just can't quite figure out what/where is going wrong. |
@funtimes-ninja sounds like a fun project. And I'd love to help. Since debugging the issue may end up giving away clues regarding where your son goes to school, feel free to privately send me an email with the specifics of the issues you are having (my email is in my github profile). I'd be happy to help you figure out the issues you are having in particular, fixing the scraping code of this repo to work with your school, getting it to work on the RGB matrix, etc Cheers |
email/hangout sent |
Hello,
I'd really like to get this project working, but I've seemed to run into an issue.
After cloning the repo, and filling out the config.py I get an error.
Any ideas on what I'm doing wrong?
The text was updated successfully, but these errors were encountered: