Julian Nalenz
Julian Nalenz
At #11, someone mentioned that the rules for finding a contact's online status have been changed in the past few weeks. I haven't confirmed their statement yet though. Apart from...
Currently I am quite certain that WhatsApp Web _does_ require your phone to be online during the entire session. Otherwise I think end-to-end encryption would not be possible. I don't...
Which output do you get from `python --version` and `pip --version`? It's possible that your default Python installation has version 2.7, but pip actually modifies the packages for Python 3....
Ahh, there you have it! Your system is configured to only use Python 3. Try executing `python2.7 -m pip install -r requirements.txt` then (if you haven't done so already), then...
Well, a `SSL: CERTIFICATE_VERIFY_FAILED` error is very unlikely to be an issue with this project, probably it's because of your system configuration, i.e. invalid or expired certificates which may be...
What is your command line output? Which operating system and application versions are you using? Accessing `localhost:2019` or `localhost:2020` via a browser, i.e. HTTP will obviously not work, because WebSocket...
@bertrandmartel Thanks a lot for your answer! So, I investigated further on this myself and found out the following. There are two methods of simulating a Java Card application. ---...
I had encountered almost exactly the same errors as you and managed to fix them in the following ways: - `Can't resolve 'meteor/meteor'`: just remove all lines like `import {...
Which command do you use to run the debug build? Btw, a quick Google search showed [this](https://github.com/ionic-team/ionic-app-scripts/issues/1002). Maybe it can help you.