Hi,
Could you please specify the story you're trying to download and exact URL you've used?
Cheers,
R
Sent with typos from my N1
Hmmm. This works find for me on the standalone version, but errors on
both http://2-6-beta.latest.fanfictionloader.appspot.com and my local
appengine sdk.
It's caused by the higher unicode in the description. It's weird that
it would work standalone, but not in appengine. It kind of looks like
it's trying to make unicode into unicode again.
I've made a somewhat kludgey work around for it--the same try/exception
kludge we have other places and pushed it into the code base. Roman?
Jim
>>> Error happened: Traceback (most recent call last): File "/base/data/
>>> home/apps/fanfictionloader/2-6-beta.346492954846423634/main.py", line
>>> 228, in post data = loader.download() File "/base/data/home/apps/
>>> fanfictionloader/2-6-beta.346492954846423634/fanficdownloader/
>>> downloader.py", line 108, in download self.writer.finalise() File "/
>>> base/data/home/apps/fanfictionloader/2-6-beta.346492954846423634/
>>> fanficdownloader/output.py", line 346, in finalise description =
>>> unicode(description) UnicodeDecodeError: 'ascii' codec can't decode
>>> byte 0xe2 in position 96: ordinal not in range(128)
--
Jim Miller
Retie...@gmail.com
Nice. Would you create an issue please and assign to me at code.google.com - I'll look into it tomorrow.
Just to be sure: what are exact python version in your sdk and the one you run console apply with?
R
Sent with typos from my N1
Also pay attention to the beta announcement that was made recently, it
has some nice new features, and has some fixes to handle weird
characters(letters I mean) in some stories.
Jim the change you made would only be available on the beta page at
this time, right? Or, did I miss the beta being promoted to prod?
Bill
> Jim the change you made would only be available on the beta page at
> this time, right? Or, did I miss the beta being promoted to prod?
That latest fix will not be available in the beta web app until Roman
updates it. He said he'd look into it tomorrow.
Jim
--
Jim Miller
Retie...@gmail.com
Chaps,
I pushed beta to prod. So main url now works with the very latest version of the code.
R
Sent with typos from my N1