-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Downloading creates empty files #57
Comments
Seems to be downloading fine here. Can you give the url to a page and download that fails? |
Yes, sorry. Any of the items on this page seem to create empty files: https://itunes.apple.com/WebObjects/MZStore.woa/wa/viewGrouping?cc=us&id=27753&mt=10 I launched it from a terminal, but don't see any messages when I click to download a file. tunesviewer: Thanks for your help. |
That url seems to be the main page, can you post the url it tries to download? Are you trying to download from the upper panel or lower panel? |
Ah, that must be the problem then: I'm trying to download it from the upper panel because the lower panel is empty. The only way I can download them is to get the URLs out of the HTML manually, or stream it and right-click the player to get the URL of the MP3. |
What are you trying to download from the main page? Can you post a screenshot? -----Original Message----- From: alphapapa Ah, that must be the problem then: I'm trying to download it from the upper panel because the lower panel is empty. Reply to this email directly or view it on GitHub: |
Any of the items on the page. Here is a screenshot: http://imgur.com/Q1COr |
I found that exact page and was able to download that file, no problem. Preview also worked on that file. Also, what operating system/version are you on? Can you run "tunesviewer --verbose" and post the output/errors? |
I'm on Ubuntu Precise using Tunesviewer 1.4.99.3-1~1.gbpd5c606, from the 1.5-beta deb package on that page. I don't understand why no files show up in the media pane. I don't seem to be able to attach a file, but here's what seems to be the part of the log from when I try to download one of the files by clicking the "FREE" button:
|
It appears to be the GTK theme causing problems. Which theme are you using, and do you notice this problem on a different theme? |
I use QtCurve, but I changed to Clearlooks and the problem remains. The problem is not actually the missing icons, but that self.icon_pdf is not initialized. This fixes it in updateListIcons():
After doing that, the downloads pane works fine. As for the icons, that seems to be another problem, but I can live with that. :)
Of course, the other icon lines are not run because it hits an exception, but I started commenting them out, and it seems like all of the icon types fail like this. As for my system, the icons seem to be present:
|
Thanks for helping to debug this issue. Can you please test with the latest git version here and verify everything's working properly? https://github.com/programmin1/tunesviewer/commits/master |
@alphapapa, can you see if installing another icon theme helps with this issue? For instance, the Faenza theme? |
When I click "FREE" to download an enclosure.mp3 file, Tunesviewer creates a zero-byte file, correctly named, but doesn't download it. I can stream the file and I can download it manually outside of Tunesviewer.
The text was updated successfully, but these errors were encountered: