You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: