DIGGZ INSTALL DOWNLOAD ERROR

Moderators: The Chef, cg0

User avatar
cg0
Posts: 582
Joined: Sat Jul 22, 2023 7:31 pm
Contact:

Re: DIGGZ INSTALL DOWNLOAD ERROR

Post by cg0 »

Ockerhill1 wrote: Thu Oct 17, 2024 12:51 pm Have re-installed and re installed and cleared data.caches and reinstalled its endless. Both the Diggz Add on and Chief Wizard install. THE SELECTED BUILD will install but once it extracts files theERROR message appears. check log. In doing that the ERROR is Python Cpp. 'zipile. BadZip file. Time after time after time in hundreds of updates about 6 days now CANNOT INSTALL Diggz Xenon v1,7 AIO Debrid Only.

3 URLS that exactly the same problem happens from, all installing right up until file extraction when same Error is shown.

https://nebulous42069.github.io/diggz https://tinyurl.com/diggz123 http://diggz1.me/diggzrepo.

Others will be experiencing this too and simply moving to other builds that install. In this DIGGZ inner sanctum surely someone can fix Thanks.
The fact that thousands others install Diggz AIO fine using a variety of android devices or PCs means you have an issue they don't.
Try:
https://forum.diggz1.me/viewtopic.php?t=53

Link:
BBcode:
HTML:
Hide post links
Show post links
Ockerhill1
Posts: 3
Joined: Wed Nov 15, 2023 4:01 am
Contact:

Re: DIGGZ INSTALL DOWNLOAD ERROR

Post by Ockerhill1 »

Have re-installed and re installed and cleared data.caches and reinstalled its endless. Both the Diggz Add on and Chief Wizard install. THE SELECTED BUILD will install but once it extracts files theERROR message appears. check log. In doing that the ERROR is Python Cpp. 'zipile. BadZip file. Time after time after time in hundreds of updates about 6 days now CANNOT INSTALL Diggz Xenon v1,7 AIO Debrid Only.

3 URLS that exactly the same problem happens from, all installing right up until file extraction when same Error is shown.

https://nebulous42069.github.io/diggz https://tinyurl.com/diggz123 http://diggz1.me/diggzrepo.

Others will be experiencing this too and simply moving to other builds that install. In this DIGGZ inner sanctum surely someone can fix Thanks.

𝐃𝐢𝐠𝐠𝐳 𝐃𝐢𝐠𝐠𝐳 𝐃𝐢𝐠𝐠𝐳 𝐚𝐫𝐞 𝐲𝐨𝐮 𝐭𝐡𝐞𝐫𝐞 𝐚𝐬 𝐭𝐡𝐢𝐬 𝐢𝐬 𝐬𝐭𝐨𝐩𝐩𝐢𝐧𝐠 𝐦𝐲𝐬𝐞𝐥𝐟 𝐚𝐧𝐝 𝐩𝐫𝐨𝐛𝐛𝐥𝐲 𝐦𝐚𝐧𝐲 𝐨𝐭𝐡𝐞𝐫𝐬, 𝐟𝐫𝐨𝐦 𝐈𝐧𝐬𝐭𝐚𝐥𝐥𝐢𝐧𝐠 𝐭𝐡𝐞 𝐰𝐨𝐧𝐝𝐞𝐫𝐟𝐮𝐥 𝐃𝐢𝐠𝐠𝐳 𝐛𝐮𝐢𝐥𝐝𝐬 𝐨𝐧 𝟏,𝟕 𝐯.𝐩𝐝𝐚𝐭𝐞.

TOOK THIS FROM 'GOOGLE' can you address please ?

Unable to open zip file in Python - BadZipFile error
Asked 10 years, 11 months ago
Modified 10 years, 11 months ago
Viewed 1k times
0

When I create a zip file and try to open it in the same python code, why do I get BadZipFile error?

zip_file = "C:/Temp/tst_data_1022.txt"
filePath, fileName = os.path.split(zip_file)
baseFileName, fileExt = os.path.splitext(fileName)
destFtpFile = filePath + "/" + baseFileName + ".zip"

# Create the zip file and write to it
zFile = zipfile.ZipFile(destFtpFile, 'w', compression=zipfile.ZIP_DEFLATED, allowZip64=True)
zFile.write(zip_file, arcname=fileName)

# Read Zip file
zfile = zipfile.ZipFile(destFtpFile, 'r')
for name in zfile.namelist():
(dirname, filename) = os.path.split(name)
print "Decompressing " + filename
filename = "C:/Temp/" + filename
fd = open(filename,"w")
fd.write(zfile.read(name))
fd.close()
The zip file is created correctly. Error during reading: BadZipfile: File is not a zip file

Thanks,

python
Share
Improve this question
Follow
asked Nov 13, 2013 at 17:27
SreeniH's user avatar
SreeniH
40355 silver badges1212 bronze badges
Add a comment
1 Answer
Sorted by:

Highest score (default)
2

You are missing a call to zFile.close(), which will flush the remaining data that needs to be written to the zip file, and close the underlying file descriptor.

Link:
BBcode:
HTML:
Hide post links
Show post links
User avatar
The Chef
Posts: 394
Joined: Sat Jul 22, 2023 8:13 pm

Re: DIGGZ INSTALL DOWNLOAD ERROR

Post by The Chef »

If it was a bad zip file, everybody would have the issue, not just you. Like I said, I actually installed this on a Firestick 4k, a Sheild, and a PC and didnt have any issue, along with the thousands of others that have installed it just fine. What is there to fix? I cant fix your Firestick.

Link:
BBcode:
HTML:
Hide post links
Show post links
Brabo88
Posts: 1
Joined: Thu Oct 17, 2024 7:44 pm
Contact:

Re: DIGGZ INSTALL DOWNLOAD ERROR

Post by Brabo88 »

I'm experiencing the same issue on a fire stick let's me download the zip file and the program repo but when selecting the build its saying error

Link:
BBcode:
HTML:
Hide post links
Show post links
User avatar
The Chef
Posts: 394
Joined: Sat Jul 22, 2023 8:13 pm

Re: DIGGZ INSTALL DOWNLOAD ERROR

Post by The Chef »

Brabo88 wrote: Thu Oct 17, 2024 7:46 pm I'm experiencing the same issue on a fire stick let's me download the zip file and the program repo but when selecting the build its saying error
That is not the same error.

Link:
BBcode:
HTML:
Hide post links
Show post links
Post Reply

Return to “Diggz AIO Debrid”

Who is online

Users browsing this forum: No registered users and 4 guests