Closed wanghaisheng closed 4 years ago
What OS did you run the question first? Did you install the dependencies according to the instructions?
Have you tried the version for Termux on the OS on which you are crashing?
git clone https://github.com/snooppr/snoop -b termux
Note. Help (for future reference) tells you to enable the '-t' option. You start without this option.
Linux?
dpkg -l | grep libgstreamer
ubuntu 18.04
Can you upgrade your python3.6 to version 3.7? and try restarting again
python3 snoop.py -t 9 username
Same problems here. But I use Ubuntu 20.04 and Python 3.8.2 all dependencies are installed.
dpkg -l | grep libgstreamer
ii libgstreamer-plugins-base1.0-0:amd64 1.16.2-4 amd64 GStreamer libraries from the "base" set
ii libgstreamer-plugins-good1.0-0:amd64 1.16.2-1ubuntu2 amd64 GStreamer development files for libraries from the "good" set
ii libgstreamer1.0-0:amd64 1.16.2-2 amd64 Core GStreamer libraries and elements```
Install packages that should be in your distribution. This should solve the problem.
gir1.2-gstreamer-1.0:amd64 gstreamer1.0-clutter-3.0:amd64 gstreamer1.0-gl:amd64 gstreamer1.0-libav:amd64 gstreamer1.0-plugins-bad:amd64 gstreamer1.0-plugins-base:amd64 gstreamer1.0-plugins-base:i386 gstreamer1.0-plugins-good:amd64 gstreamer1.0-plugins-good:i386 gstreamer1.0-plugins-ugly:amd64 gstreamer1.0-pulseaudio:amd64 gstreamer1.0-x:amd64 gstreamer1.0-x:i386 libgstreamer-gl1.0-0:amd64 libgstreamer-plugins-bad1.0-0:amd64 libgstreamer-plugins-base1.0-0:amd64 libgstreamer-plugins-base1.0-0:i386 libgstreamer1.0-0:amd64 libgstreamer1.0-0:i386
But this of course is weak for snoop.
Or use the version for Termux (the sound module causing an error is disabled in it).
git clone https://github.com/snooppr/snoop -b termux
@alfabuster @wanghaisheng
I merged branches, you can do
python3 snoop.py --update y
Verify that you no longer have errors. I will close issues.
@alfabuster @wanghaisheng I merged branches, you can do
python3 snoop.py --update y
Verify that you no longer have errors. I will close issues.
Now it works fine. Good job, thank you!