Fantomas2000

Results 8 comments of Fantomas2000

You missed a parameter --mcc Here is example ``` python3 yowsup-cli registration --requestcode $answer_type --phone $phone_number --cc 7 --mcc 250 --mnc $operator_code -E android ```

old version resolved [here](https://github.com/tgalal/yowsup/issues/2979#issuecomment-657485445)

Tarek said: [fixed on 23 Apr 2019](https://github.com/tgalal/yowsup/issues/2635#issuecomment-485595763)

Search resolve was in issues

On Linux after registration these config file lays here `~/.config/yowsup/` You should modify yor `run.py` like here ``` class MacStack(object): def __init__(self, profile): stackBuilder = YowStackBuilder() self._stack = stackBuilder\ .pushDefaultLayers()\...

OOOOPS I missed one important thing Aiogram raises Error `MessageNotModified` if user accidentally selected "Today" in today's calendar view I don't know how to modify my merge request, I will...

> tell, if that works?! This works fine, thanks a lot!