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

Import Error #179

Open
PuppyIron opened this issue Nov 9, 2024 · 0 comments
Open

Import Error #179

PuppyIron opened this issue Nov 9, 2024 · 0 comments

Comments

@PuppyIron
Copy link

Traceback (most recent call last):
File "F:\Documents.F95Checker-Beta\modules\utils.py", line 84, in coro_wrapper
await coro
File "F:\Documents.F95Checker-Beta\modules\api.py", line 473, in import_f95_watched_threads
watched = html.find(parser.is_class("p-body-pageContent")).find(parser.is_class("structItemContainer"))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'find'

I'm getting this error in the beta version as well as this

Traceback (most recent call last):
File "D:\a\F95Checker\F95Checker\modules\utils.py", line 77, in coro_wrapper
File "D:\a\F95Checker\F95Checker\modules\api.py", line 471, in import_f95_watched_threads
AttributeError: 'NoneType' object has no attribute 'find'

error, which to me seems to be the same issue in the stable branch, if I try importing watched threads.

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

No branches or pull requests

1 participant