Forums

WhatTunes by DavidChait (32 posts)

  1. 7milesdown
    Member
    Posted 6 years ago #

    I've really wanted my Itunes playlist to display on my Blog but I cant get the .exe file for Itunes Blogger to open on my PC! It alway says, "the application failed to initialize properly" Click to terminate the application. So how do I go on doin this now? Is there anything else I can do to run WhatTunes? I really like the concept. And I chose this specifically to get it workin on the sidebar of my Blog.

  2. 7milesdown
    Member
    Posted 6 years ago #

    BTW, Im using Itunes for Windows. Beel, any suggestions? I just cant get that exe file to open on my PC.

  3. Beel
    Member
    Posted 6 years ago #

    I should be asleep, and will be shortly, but just in case you are still up I have two suggestions to try. Reboot your computer and try again, this often works when a program refuses to load (just happened to me today, oops yesterday, with "Google Earth") . If that does not work the next step is to re-install iTunes.

    There is actually a third step which I might try before the second ;-)... That is, re-download the iTunes Blogger zip file in case the actual file was corrupted on the first download.

    I'll check back tomorrow to see how you are coming... nite.

  4. 7milesdown
    Member
    Posted 6 years ago #

    Still the same. I tried all three. I think I've actually attempted to use iTunes Blogger in the past with the same result.

    I posted in this topic several months ago. I just noticed this was the same problem.

    http://wordpress.org/support/topic/16470

  5. 7milesdown
    Member
    Posted 6 years ago #

    I just found out that I need the .net network installed on my computer. Why this isn't standard installation on all Windows based computers is beyond my comprehension. I'll see if I can get it working tonite. Check my site tomorrow. If its workin, it will be on the sidebar! thanks BeeL.

  6. 7milesdown
    Member
    Posted 6 years ago #

    Ok, I got that part working now. ITUNES blogger is now working now that I updated my .NET.

    Problem now, is that Itunes Blogger says the BLOG was updated, but I look at my BLOG and the images are not. I checked the backend where it says TUNES and that is not updated either. Im stuck!

  7. TechGnome
    Moderator
    Posted 6 years ago #

    7miles.... it will be standard.... but .NET was rolled out AFTER Windows shipped.... It's called new technology that is still in the process of being rolled out.

    Make sure the proper files that are being written to are writable.
    I had problems wiith that last night as well. My ftp transmitted the file as readonly.... gah!

    Tg

  8. 7milesdown
    Member
    Posted 6 years ago #

    T.G. Do you know what files exactly need permissions? It says its updated in the Itunes Blogger and the XML is correct, but it doesn't appear either on the backend or on the blog itself.

  9. TechGnome
    Moderator
    Posted 6 years ago #

    tracksongs.txt (it's the only .txt file in the cg-plugins folder) I think it is.....
    It's the file that actualy holds the list of the songs played.
    As far as ItunesBlogger is concerned, yeah, it updated, but that's only because the file it posted to doesn't spit anything back to say it failed to write to the file.

    Tg

  10. davidchait
    Member
    Posted 6 years ago #

    and tracktunes.php needs to be able to be executed by remote (just means you can load it from a browser, etc.). tracktunes.txt needs to be writeable by the server, possibly 666.

    You should be able to hand test all interfacing with CG-WhatTunes by looking at the sample POST string, and creating one by hand (real or fake song info), and throw it into your browser... WhatTunes is happy with GET or POST, I believe... This is actually how I do debugging, I don't even bother running one of the song bloggers until I'm sure the interface is working properly. Then I try with the blogger, and can look at the web Log files to see what the GET or POST request was, and that it is nicely formed.

    -d

  11. 7milesdown
    Member
    Posted 6 years ago #

    Im still not getting anything. I tried calling tracktunes.php from a browser and Im getting a blank page.
    The only songs showing at the backend are the original 20 songs you placed in the zip. NOthing else shows when I try playin a new TUNE.

  12. Beel
    Member
    Posted 6 years ago #

    I don't see that list but Gavin DeGraw. You will not see anything by running tracktunes.php as it is not meant to be run.

    <?php dispTracks(false, 20, true); ?>

    That will display the history in a table like what you see on my site (though unformatted).

  13. TechGnome
    Moderator
    Posted 6 years ago #

    Beel - right.... but if the data was posted (or get) right, the txt file on the back end *should* be updating regardles. And he's claiming that it isn't.

    Tg

  14. Beel
    Member
    Posted 6 years ago #

    Yes, but something is happening because the txt file is *not* the one from the initial install. Whether it has been edited manually or not, I do not know - I am just going by "The only songs showing at the backend are the original 20 songs you placed in the zip."

  15. 7milesdown
    Member
    Posted 6 years ago #

    I edited it by removing all of the songs. Then I cut and paste on of the songs to see if it would appear. It did. I still dont see any of the new songs I've played off Itunes though.

    EDIT: I've put the original file back..

  16. Beel
    Member
    Posted 6 years ago #

    Hang on, don't touch anything... I am going to try something...

  17. 7milesdown
    Member
    Posted 6 years ago #

    okay. No problem.

  18. Beel
    Member
    Posted 6 years ago #

    I just tried to update your file from my computer since it works for me on my site... It did not, however, work when I substituted your address.

    Check to make sure the txt file is writeable

  19. 7milesdown
    Member
    Posted 6 years ago #

    Its been CHMODED to 777 since the beginning.

    Everything looks to be in place. I triple checked the settings in the ITUNES Blogger. It says webupdate ON.

    The URL is correct. I verified. Im not sure what to do now.

  20. Beel
    Member
    Posted 6 years ago #

    What is the chmod of tracktunes.php? When I put your url to tracktunes it should work as it works on my site.

  21. 7milesdown
    Member
    Posted 6 years ago #

    tracktunes.php is also CHMOD 777

  22. Beel
    Member
    Posted 6 years ago #

    That is just too weird. Changing the link to my site, which works, to your site should also work, all things being equal. I will try again shortly just to be sure.

  23. 7milesdown
    Member
    Posted 6 years ago #

    Thats whats making me pull out my hair. Everything seems to be right. I just dont understand why its not showin up on the backend and being written on the .txt file.

  24. davidchait
    Member
    Posted 6 years ago #

    hmmm... directory-level access settings? directory security (passworded htaccess or something)?

    -d

  25. TechGnome
    Moderator
    Posted 6 years ago #

    would a directory re-direct have anything to do with it? I noticed that when I clicked on your link 7milesdown, that it redirected form the root to /wp.... that wouldn't affect it .... would it?

    Tg

  26. Beel
    Member
    Posted 6 years ago #

    I don't think so because I linked directly to the file using "/wp" and it still did not work.

  27. TechGnome
    Moderator
    Posted 6 years ago #

    *scratches head* ... got me.... honestly.... I had a similar problem last night but that was due to me sending a bad parameter needlessly. I'm using WinAmp to update mine and I had to WA to also send the add=1 parameter .... later I found out that CG-WT uses that to determine if it's dealing with !tunesBlogger (in which case the parameter is sent) or WA (in whose case it shouldn't be sent).

    But 7miles stated up front he's using Itunes Blogger.... so that isn't the case.....

    Tg

  28. 7milesdown
    Member
    Posted 6 years ago #

    Guess, I'll throw this on the backburner. Got to search for something similar. thanks for the help Beel and TG.

  29. davidchait
    Member
    Posted 6 years ago #

    7 - Let's not give up when we're so close! ;)

    I'd be happy to look at it firsthand on your site... all I need is an admin acct (to edit tracktunes.php) to start with. I can throw in some better debugging code, that can tell us exactly what is failing on your machine and why. Might need ftp access as well -- actually, with ftp, I don't need the admin account, as I can direct-edit the file(s), which is 'safer' as well (never get possibly locked out of the admin interface with a php parsing bug!).

    Drop me an email at cgcode at chait dot net, and I can take a look over the weekend.

    -d

  30. 7milesdown
    Member
    Posted 6 years ago #

    Thanks David. Its not a priority at this point, but I'll keep that in mind. I do use your other plugins though. They work great! ;)

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.