j-andrews7 / kenpompy

A simple yet comprehensive web scraper for kenpom.com.
https://kenpompy.readthedocs.io/en/latest/?badge=latest
GNU General Public License v3.0
73 stars 21 forks source link

Link not found issue #102

Closed jgpayne closed 2 weeks ago

jgpayne commented 2 weeks ago
raise LinkNotFoundError()
mechanicalsoup.utils.LinkNotFoundError

I'm getting this error when trying to log in using kenpompy. I'm using python3.10. I saw some similar issues a couple years ago and saw it may have been fixed. Everything has been working so far this week, up until today. Is this something in the new release that will be fixed?

j-andrews7 commented 2 weeks ago

These have been difficult issues to troubleshoot in the past. Cloudflare is constantly changing.

Our tests for the new release are passing, so you might try that branch. Upgrading to python 3.11 might fix it as well. I'll get the new release on PyPi this weekend.

j-andrews7 commented 2 weeks ago

I've just made a new release that should deal with most of these issues. Please re-install from PyPi and let me know if you're still hitting problems.

jgpayne commented 2 weeks ago

Things are looking good at the moment, I have some more things running in the morning and will report back

jgpayne commented 2 weeks ago

Looks like everything is working for me! Thanks for the release!