Disabled instagram server checking #5207 - #5208
Conversation
wsbuck
commented
Nov 9, 2019
- https://isitdownorjust.me website seems to be down
- InstaPy fails the instagram server check and then aborts
- Commented out check in login_util.py until a better website checker is found
* https://isitdownorjust.me website seems to be down * InstaPy fails the instagram server check and then aborts * Commented out check in login_util.py until a better website checker is found
riccardovalente
left a comment
There was a problem hiding this comment.
This change isn't needed. Just add want_check_browser=False in your quickstart file (only available in the latest builds).
|
@wsbuck @riccardovalente Maybe it makes sense to set this parameter to be false by default? :) |
I agree |
* removed changes to commented code in login_util.py * updated want_check_browser to default to True '
only available in the latest builds of what exactly? Thank you in advance |
|
@jonjo156 He meant the last version of InstaPy (0.6.5) you can get from PyPi 馃槃 |
|
@wsbuck Thanks for the change, I've retriggered the CI, seemed like there was some error on black formatting. If it runs through, we'll merge it 馃憤 |
Hi Tim, Thanks for the reply. I have 0.6.5 and I have added want_check_browser=False in my second cell but still getting the server error. Can you help at all / does the want_chec_browser need to be in a specific cell ? |
|
@jonjo156 Sorry, please refer to the discord server for any kind of questions or help :) |
|
@wsbuck Messed up 馃槃 Could you please run the python black formatter and commit it again? pip install black
black -t py34 . |
|
Ok all checks passed now. Thanks for the help! |