You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've followed the installation guide for my new Raspberry Pi 3B+.
However, first of all I noticed the installation guide misses the fact that you should run
sudo xvfb-run pip3 install Instapy if you want to run using
sudo xvfb-run python quickstart.py
However when I run this I can't login:
CRITICAL Unable to login to Instagram! You will find more information in the logs above.
The log contains the following:
1567883020133 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofile.mmA6qpFAH3s5"
1567883031325 Marionette INFO Listening on port 39223
1567883031442 Marionette WARN TLS certificate errors will be ignored for this session
console.log: Accessibility service init or shutdown observer does not exist.
1567883279664 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofile.ibjiuqDwRNjE"
1567883294983 Marionette INFO Listening on port 40529
1567883295069 Marionette WARN TLS certificate errors will be ignored for this session
console.log: Accessibility service init or shutdown observer does not exist.
1567883538993 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofile.bONa7TMcrLdq"
1567883551164 Marionette INFO Listening on port 37191
1567883551303 Marionette WARN TLS certificate errors will be ignored for this session
console.log: Accessibility service init or shutdown observer does not exist.
Any advice?
The text was updated successfully, but these errors were encountered:
found it.
It's the page after you login that asks you to save your account information. Once you click that manually it works but it doesn't seem to be handled automatically.
I've followed the installation guide for my new Raspberry Pi 3B+.
However, first of all I noticed the installation guide misses the fact that you should run
sudo xvfb-run pip3 install Instapy if you want to run using
sudo xvfb-run python quickstart.py
However when I run this I can't login:
CRITICAL Unable to login to Instagram! You will find more information in the logs above.
The log contains the following:
1567883020133 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofile.mmA6qpFAH3s5"
1567883031325 Marionette INFO Listening on port 39223
1567883031442 Marionette WARN TLS certificate errors will be ignored for this session
console.log: Accessibility service init or shutdown observer does not exist.
1567883279664 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofile.ibjiuqDwRNjE"
1567883294983 Marionette INFO Listening on port 40529
1567883295069 Marionette WARN TLS certificate errors will be ignored for this session
console.log: Accessibility service init or shutdown observer does not exist.
1567883538993 mozrunner::runner INFO Running command: "/usr/bin/firefox" "-marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofile.bONa7TMcrLdq"
1567883551164 Marionette INFO Listening on port 37191
1567883551303 Marionette WARN TLS certificate errors will be ignored for this session
console.log: Accessibility service init or shutdown observer does not exist.
Any advice?
The text was updated successfully, but these errors were encountered: