-
-
Notifications
You must be signed in to change notification settings - Fork 161
Conversation
This commit fixes #113 |
Instagram app has updated the search content description text case from 'Search and Explore' to 'Search and explore'. This is causing the bot to brash. Now we use a case insensitive regex to find the description.
6d439d2
to
3a00c9b
Compare
Hey @arthurspa provided solution does not solve #113 |
Hi @gvmturl , I check the logs in #113 , it's exactly the same problem I was having when I cloned the repo yesterday. In the logs of #113 I can see that it fails to find description: 'Search and Explore'. Then I inspected the layout for the latest Instagram release and realised they changed that string to 'Search and explore'.
Could you share the logs of the crash again but running with my commit? Thank you. |
|
@arthurspa works like a charm, thank you! |
are you sure mate ? i used right now with these modifications and i still get the error |
@randinfo please try it on |
Fix search content description case
Instagram app has updated the search content
description text case from 'Search and Explore'
to 'Search and explore'. This is causing the bot to
brash.