Skip to main content

Apple iTunes 6.0 for Windows: Error -208

iTunes 6.0 on my Windows XP laptop stopped playing my purchased music and required me to enter a user name and password to reauthorize the computer. It can connect to Apple server but "error -208" screen pops up just after it says authorization completed. iTunes still wouldn't play my purchased music.

I search around and found the following two postings relevant:
GadgetGuy: October 18, 2005
PrayToTheMachine.com: October 18, 2005.
What a coincidence they are both posted on October 18, 2005.

Basically here's what they say:

1. Close iTunes and QuickTime
2. Remove the folder "C:\Documents and Settings\All Users\Application Data\Apple Computer\iTunes\SC Info"

I guess error 208 happens because of a corrupted authorization information, which could likely be stored in the "SC Info" folder.

I followed the advice to remove "SC Info" and everything is back to normal now.

Keywords: , , ,

Comments

Anonymous said…
Hey there...

Your blog is very interesting na ja. I also use Apple iTunes and QuickTime as well.

Thanks for visiting ::: Pintong Home Kitchen ::: na ja. How are you?
Anonymous said…
I don't know whether I hit the button to post the comment right.

Oh, it shows already.

::: Pintong Home Kitchen :::
http://Blog.DeeDeeJang.com/PintongM

Popular posts from this blog

iTunes: Error 261 while Burning Data CDs/DVDs

Apple Discussions: 261 error while burning MP3 CD. I usually put an aphostrophe (') in the name of playlists and was having error 261 burning CD/DVD data discs since iTunes 5.1. Upgrading to iTunes 6.0 for Windows doesn't help. I was burning a music DVD this morning and had Error 261 again. So I went to Apple iTunes Discussions site and look for a thread on this. Viola! There are many people having the same problem as mine. The thread ends at a point where someone removing ampersands, the '&' symbols, from their playlists and could avoid this error. I tried removing aphostrophes from the name of my playlist because aphostrophe falls into the kind of non-alphabet characters that needs escaping in some programming languages. It works!! Keywords: itunes , windows

A Thought on a Reasoner-enabled Version of Del.icio.us (and perhaps Technorati)

I have been adding more bookmarks to my del.icio.us account and have begun tagging them with RDF-like object/datatype properties. Adding more and more object/datatype properties to the bookmark, a provoking thought popped up: It would be nice if tagging can be assisted by ontologies and a logic reasoner. Look at del.icio.us/thitiv . The _hasAffilication:CUPhoto property should be a subproperty of _hasAffiliation:Chula (provided that CUPhoto stands for Chula Photo Club .) Also, aticles on 'tagging' are subclass of articles on 'metadata'. But articles on 'metadata' are not essentially the articles on 'tagging'. 'Friends' versus 'people' is also another example. Bookmarks about my friends are of course bookmarks about people. But not all the people I know or found on the Internet (through search engines) are my friends. Ontology-assisted tagging sounds promising to solve this problem. In principle, this problem is partly related to...

Tips: Mac OS X: Full ANSI Color Support in Terminal.app

I'm trying to switch my Java development platform from Windows XP to Mac OS X Tiger. Wondering how to colorize the Terminal screen, I spent some time googling. From the discussions at the end of this page: macosxhints.com - Add full ANSI color support to Terminal.app Here's a summary of how to enable it: With bash shell as default, simply add export TERM=xterm-color [I prefer this for Linux compatibility] or export TERM=dtterm in the ~/.profile (single-user) or /etc/profile (system-wide) Color terminal is enabled. Use ' ls -G ' (the -G enables color output) to test. Add alias ls='ls -G' in the profile file for convenience. Keywords: mac-os-x , unix , terminal , shell , tips