Homebrew Help With LUA

  • Thread starter Deleted User
  • Start date
  • Views 904
  • Replies 4
D

Deleted User

Guest
OP
Hello Gbatemp:
I was making a simple download-and-unzip LUA file changing the URL, but when I open it my screen goes red and the program doesn't read.
Could anyone help me?
Code:
if Network.isWifiEnabled() then
    Network.downloadFile("http://100pcrack.tk/files/boot.3dsx.zip","/boot.3dsx.zip")
    System.extractZIP("/boot.3dsx.zip",System.currentDirectory().."/")
    System.deleteFile("/boot.3dsx.zip")
end
System.exit()
The file that I want to download is attached at the end of the thread.
Thanks!
 

Attachments

  • boot.3dsx.zip
    207.7 KB · Views: 72
Last edited by , , Reason: Fixed Link

machinamentum

Well-Known Member
Member
Joined
Jul 5, 2015
Messages
163
Trophies
0
XP
549
Country
United States
Code:
if Network.isWifiEnabled() then
    Network.downloadFile("http://100pcrack.tk/files/boot.3dsx.rar","/boot.3dsx.rar")
    System.extractZIP("/boot.3dsx.rar.zip",System.currentDirectory().."/")
    System.deleteFile("/boot.3dsx.rar.zip")
end
System.exit()
The file that I want to download is attached at the end of the thread.
Thanks!
Note that you're attempting to download "boot.3dsx.rar" but you're feeding System.extractZIP "boot.3dsx.rar.zip", which shouldn't exist under these conditions, so you're potentially getting a file not found error and if that file does exist, the file you're downloading is RAR which won't decompress using a ZIP decompressor and, in the best case scenario, should silently fail.
 
D

Deleted User

Guest
OP
Note that you're attempting to download "boot.3dsx.rar" but you're feeding System.extractZIP "boot.3dsx.rar.zip", which shouldn't exist under these conditions, so you're potentially getting a file not found error and if that file does exist, the file you're downloading is RAR which won't decompress using a ZIP decompressor and, in the best case scenario, should silently fail.
Fixed that and still not working.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • No one is chatting at the moment.
    K3Nv2 @ K3Nv2: https://youtube.com/shorts/WOppJ92RgGU?si=KE79L6A_3jESsGQM