zauceee / PPLGPwn

A method of executing PPPwn through rooted LGTV's.
GNU General Public License v3.0
48 stars 14 forks source link

Wget Error #7

Closed AJhacks101 closed 4 months ago

AJhacks101 commented 4 months ago

Wget: not an http or ftp url

zauceee commented 4 months ago

In which step are you getting this error?

llbranco commented 4 months ago

post a log or screenshot of your error you using linux, windows, mac? terminal, putty, dev-manager-desktop? running the script connected to your tv, right? is it webos?

FabulosoDev commented 4 months ago

Hi everyone,

I was facing the same issue on my TV oled b7d and fixed it by using curl instead of wget.

give that a try: curl -k -L -O https://github.com/zauceee/PPLGPwn/releases/download/v1.2/install.sh && chmod +x ./install.sh && ./install.sh

FabulosoDev commented 4 months ago

I also had problems unzipping the zip file. That's why I adapted the install.sh in my fork. It now loads the required files individually from the main branch

zauceee commented 4 months ago

It occurred that the Wget error was due to some problem in the GitHub servers, which affected all repos, it should work normally now.

zauceee commented 4 months ago

I also had problems unzipping the zip file. That's why I adapted the install.sh in my fork. It now loads the required files individually from the main branch

That's due to some weird thing that curl does while downloading files, thus why I used Wget, which downloads the files properly

FabulosoDev commented 4 months ago

I also had problems unzipping the zip file. That's why I adapted the install.sh in my fork. It now loads the required files individually from the main branch

That's due to some weird thing that curl does while downloading files, thus why I used Wget, which downloads the files properly

thanks for that info, will give that a try later on 👍

zauceee commented 4 months ago

I also had problems unzipping the zip file. That's why I adapted the install.sh in my fork. It now loads the required files individually from the main branch

That's due to some weird thing that curl does while downloading files, thus why I used Wget, which downloads the files properly

thanks for that info, will give that a try later on 👍

Sem problema irmão!😁

gman234595 commented 4 months ago

The curl does not fix the problem. I get the below response.

Downloading files...

wget: not an http or ftp url: https://github.com/zauceee/PPLGPwn/archive/refs/heads/main.zip Done!


Setting up files...

unzip: can't open main.zip[.zip] mv: can't rename './PPLGPwn-main/pppwn-armv7': No such file or directory mv: can't rename './PPLGPwn-main': No such file or directory Done!


CONFIGURATION

Do you want PPLGPwn to run when your TV is turned on? (TV will reboot to apply this setting) (WARNING!: Running the same payload everytime, can cause your PS4 to crash, proceed with caution.) [y/N]

gman234595 commented 4 months ago

curl -k -L -O https://github.com/zauceee/PPLGPwn/releases/download/v1.2/install.sh && chmod +x ./install.sh && ./install.sh

Thank you, but the issue is the same I get the below response.

Downloading files...

wget: not an http or ftp url: https://github.com/zauceee/PPLGPwn/archive/refs/heads/main.zip Done!


Setting up files...

unzip: can't open main.zip[.zip] mv: can't rename './PPLGPwn-main/pppwn-armv7': No such file or directory mv: can't rename './PPLGPwn-main': No such file or directory Done!