-
Notifications
You must be signed in to change notification settings - Fork 258
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
'NoneType' object has no attribute 'group' #363
Comments
Hello, I'm stuck at your same point and i agree with your investigation. Have you found any fix or workaround? |
I'm with the same problem, any solution? |
@FlutterFraz |
I have encountered this same issue as well. |
Same issue 2.4.4
the problem is potentially in one of these two files... https://github.com/althonos/InstaLooter/search?q=group UPDATE: the problem is that the html from the instagram response changed and no longer has
the html doesn't have that text to find and match anymore, therefore the tool needs an update or it won't work anymore https://github.com/althonos/InstaLooter/blob/master/instalooter/_utils.py#L77 |
Hi, having the same issue, and wondering if I could possibly use the same fix and where, my code looks somewhat like this: `from instalooter.looters import ProfileLooter instalooter_test downloads videos posted by daquan in the last monthInstanciatelooter = ProfileLooter("daquan", videos_only=True, template="{id}-{username}-{width}-{height}") today = datetime.date.today() looter.download('./Memes_December_4', media_count=50, timeframe=thismonth) loader.load_session_from_file(auth['username'], auth['username'] + auth['password']) and the response I get from: automated_youtube_channel> instalooter login ` |
I have the same problem on debian 11.6 "bullseye" I installed pip with:
I then installed instalooter as my own user, with:
Then I tried running the instalooter command:
|
Library version
Environment
Error description - runtime
Reproducible test case
Expected behaviour
download media
Actual behaviour
Hint
the regex return none here (match is none)
after investigation
I can see that the res.text is not getting the expected response ,
The text was updated successfully, but these errors were encountered: