Giter VIP home page Giter VIP logo

Comments (9)

NoozAbooz avatar NoozAbooz commented on May 26, 2024 1

Ayy it worked! I also just tried this on my pi 4, and it worked too. Looks like the .desktop file needs to be changed to /home/pi/piKiss/piKiss.sh -ni to be able to open pikiss. You should probably add that to the .desktop file code in the repository. Thx!

from pikiss.

jmcerrejon avatar jmcerrejon commented on May 26, 2024

Did you found this issue when type or click on piKiss or in a particular script?

from pikiss.

NoozAbooz avatar NoozAbooz commented on May 26, 2024

Just clicking or running the script. When I click actually, The terminal windows opens and disappears. Also, there is no pikiss button in the application menu or a system tools menu.

from pikiss.

jmcerrejon avatar jmcerrejon commented on May 26, 2024

After our conversation through Discord, just trying your environment with a Raspberry Pi 3 and WiFi and updated RaspberryOS. It's working here.

issue#12_01

Check the next:

  1. Open a terminal and type:
cd piKiss
./piKiss.sh -ni
  1. Open a terminal and type:

echo ping -c 1 8.8.8.8 > /dev/null && echo 'true'

It should be true

from pikiss.

Roburetto avatar Roburetto commented on May 26, 2024

For the record: was having this issue on Twister OS 1.4.1 (which ships PiKiss by default).

It turns out same distros do not let unprivileged users use ping by default.

This fixed it:
sudo setcap 'cap_net_admin,cap_net_raw+ep' $(which ping)

(from MichaIng/DietPi#1012 (comment))

from pikiss.

NoozAbooz avatar NoozAbooz commented on May 26, 2024

I ran it any still got
`Internet connection required. Causes:

· Check your network.
· Weak WiFi signal?.
· Try no check internet connection parameter (-ni): cd ~/piKiss && ./piKiss.sh -ni

Press [Enter] to exit...
`

from pikiss.

jmcerrejon avatar jmcerrejon commented on May 26, 2024

Are you sure you have good WiFi signal?. Did you try wired connection?. It works here.

from pikiss.

NoozAbooz avatar NoozAbooz commented on May 26, 2024

I have wifi cuz I'm connecting to my pi via VNC.

from pikiss.

jmcerrejon avatar jmcerrejon commented on May 26, 2024

I didn't receive any issue about this problem again. I'll close this issue.

from pikiss.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.