Bugs? Problems? Report them here!
-
- Ocular Digitator
- Posts: 9173
- Joined: Wed Sep 12, 2007 12:42 pm
- Location: Modesto, CA
Re: Bugs? Problems? Report them here!
I know it's thousands of links, but come on, it's really just links. It should be able to handle it no prob.
Just call me "geck" because "zilla" is like a last name.
-
- Abominable Snowman
- Posts: 17251
- Joined: Wed Jan 31, 2007 11:13 pm
- Location: Guffey, Colorado, USA
Re: Bugs? Problems? Report them here!
Maybe. My point is simply that they may view it as a badly designed page of a type so rare that it doesn't justify finding a "fix" (especially if it requires a substantive change in code).
Chris
*****************************************
Chris L Peterson
Cloudbait Observatory
http://www.cloudbait.com
*****************************************
Chris L Peterson
Cloudbait Observatory
http://www.cloudbait.com
-
- Ocular Digitator
- Posts: 9173
- Joined: Wed Sep 12, 2007 12:42 pm
- Location: Modesto, CA
Re: Bugs? Problems? Report them here!
I think it says something important about the software, and shows a lack of imagination if they conclude it's too rare to care.
Just call me "geck" because "zilla" is like a last name.
-
- Abominable Snowman
- Posts: 17251
- Joined: Wed Jan 31, 2007 11:13 pm
- Location: Guffey, Colorado, USA
Re: Bugs? Problems? Report them here!
Well, it blows up Firefox, too. Open that page and it looks reasonable, but it sucks up a huge amount of system resources. So it will break a lot of systems even so.
Chris
*****************************************
Chris L Peterson
Cloudbait Observatory
http://www.cloudbait.com
*****************************************
Chris L Peterson
Cloudbait Observatory
http://www.cloudbait.com
-
- Asternaut
- Posts: 2
- Joined: Thu Jan 02, 2020 8:51 pm
Re: Bugs? Problems? Report them here!
Hi,
You seem to alter between lower and uppercase letters in your HTML Code, every other day. This breaks my tasker script. It is unable to read both at the same time and therefore it only works only about every second day.
Can one of you two nice and awesome editors please change to the other style?
I'm assuming it's just you two authors posting rotatory and that you use different PCs.
Thank you for your work with this
You seem to alter between lower and uppercase letters in your HTML Code, every other day. This breaks my tasker script. It is unable to read both at the same time and therefore it only works only about every second day.
Can one of you two nice and awesome editors please change to the other style?

I'm assuming it's just you two authors posting rotatory and that you use different PCs.
Thank you for your work with this

-
- Apathetic Retiree
- Posts: 21345
- Joined: Mon Aug 28, 2006 2:06 pm
- Location: Oklahoma
Re: Bugs? Problems? Report them here!
You could just fix your script to accept either.garmf wrote: ↑Thu Jan 02, 2020 9:04 pm Hi,
You seem to alter between lower and uppercase letters in your HTML Code, every other day. This breaks my tasker script. It is unable to read both at the same time and therefore it only works only about every second day.
Can one of you two nice and awesome editors please change to the other style?
I'm assuming it's just you two authors posting rotatory and that you use different PCs.
Thank you for your work with this![]()

Know the quiet place within your heart and touch the rainbow of possibility; be
alive to the gentle breeze of communication, and please stop being such a jerk. — Garrison Keillor
alive to the gentle breeze of communication, and please stop being such a jerk. — Garrison Keillor
-
- Asternaut
- Posts: 2
- Joined: Thu Jan 02, 2020 8:51 pm
Re: Bugs? Problems? Report them here!
That doesn't seem possible. It's not a real scripting language, nor does it accept regex, I think.
Edit:
Well, OK there was a way, but it took a couple of people a while to figure it out. And I don't understand the solution. XD
I guess there is no need for change anymore. Thank you for your time.

-
- Asternaut
- Posts: 2
- Joined: Wed Aug 31, 2016 2:04 pm
Re: Bugs? Problems? Report them here!
Can you please specify the text encoding in the APOD HTML? Today's (January 5, 2020) APOD ("A Starry Night of Iceland") mentions the name of the location where the picture was taken and that name includes non-ASCII characters. The page's HTML does not indicate the text encoding, so my browser had to guess at the text encoding and it guessed wrong, so the name was not legible. If you include a suitable <meta charset="xyz"> element in the HTML (change xyz to the name of the encoding) then browsers don't have to guess and can't get it wrong. Thank you.
Re: Bugs? Problems? Report them here!
Hi,
I can't seem to get a verification email - I've tried to register three different email addresses, one gmail - checked the junk folders and main folders, asked for a resend of the verification email.
Any ideas? Pulling my hair out here.
Thanks!
Jamie.
I can't seem to get a verification email - I've tried to register three different email addresses, one gmail - checked the junk folders and main folders, asked for a resend of the verification email.
Any ideas? Pulling my hair out here.
Thanks!
Jamie.
-
- Ocular Digitator
- Posts: 9173
- Joined: Wed Sep 12, 2007 12:42 pm
- Location: Modesto, CA
Re: Bugs? Problems? Report them here!
Hi, I went ahead and manually activated the account that looks like it could be yours: JamieSythesNoneYet wrote: ↑Mon Jun 29, 2020 10:04 pm Hi,
I can't seem to get a verification email - I've tried to register three different email addresses, one gmail - checked the junk folders and main folders, asked for a resend of the verification email.
Any ideas? Pulling my hair out here.
Thanks!
Jamie.
You ought to be able to log in with whatever password you gave yourself.
Just call me "geck" because "zilla" is like a last name.
Re: Bugs? Problems? Report them here!
Hi!
I'm unsure that this question/remark/issue is not reported yet, but the HTML format is purely obsolete on the APOD pages. More precisely, and annoying (for me) the <p> tags don't have a matching </p>. Consequently, it's hard to parse a page for keeping a specific item, like the description (eg. with XQuery/XPath and similar tools)
I'm unsure that this question/remark/issue is not reported yet, but the HTML format is purely obsolete on the APOD pages. More precisely, and annoying (for me) the <p> tags don't have a matching </p>. Consequently, it's hard to parse a page for keeping a specific item, like the description (eg. with XQuery/XPath and similar tools)
-
- Quis custodiet ipsos custodes?
- Posts: 2688
- Joined: Fri Mar 28, 2008 1:24 pm
- Location: Halifax, NS, Canada
Re: Bugs? Problems? Report them here!
The issue has been raised before. There seems no will to fix the HTML (or to raise it to a more modern standard, to be more precise.)GregT wrote: ↑Wed Sep 02, 2020 3:18 pm I'm unsure that this question/remark/issue is not reported yet, but the HTML format is purely obsolete on the APOD pages. More precisely, and annoying (for me) the <p> tags don't have a matching </p>. Consequently, it's hard to parse a page for keeping a specific item, like the description (eg. with XQuery/XPath and similar tools)
For your particular issue... I would save the page out to a file and run a script on it using a good programmer’s text editor (I use BBEdit) to fix the tags. Then process the resulting file as per your needs. Yes, this adds a step, but it would work.
Rob
-
- Asternaut
- Posts: 2
- Joined: Sun Dec 09, 2012 7:45 pm
Re: Bugs? Problems? Report them here!
I don't really know where to post this, but this thread may be the closest to the issue.
The video for tomorrow's (20 April 2021) APOD has been uploaded to Youtube here: https://www.youtube.com/watch?v=I-PmKca_w0g
Unfortunately, the video bugged and plays at 10 fps. This seems to be an issue with the video itself, as querying with youtube-dl reveals all versions of the video are 10fps: The original video, which can be found here, is a 25fps mp4.
Since the APOD version has evidently been slightly edited, I'm guessing there was an issue when saving the modified video. If anyone can tell me how I can get in touch more directly to let APOD know before the link goes live, I'd appreciate it.
Cheers
The video for tomorrow's (20 April 2021) APOD has been uploaded to Youtube here: https://www.youtube.com/watch?v=I-PmKca_w0g
Unfortunately, the video bugged and plays at 10 fps. This seems to be an issue with the video itself, as querying with youtube-dl reveals all versions of the video are 10fps: The original video, which can be found here, is a 25fps mp4.
Since the APOD version has evidently been slightly edited, I'm guessing there was an issue when saving the modified video. If anyone can tell me how I can get in touch more directly to let APOD know before the link goes live, I'd appreciate it.
Cheers
Re: Bugs? Problems? Report them here!
The RSS feed is missing the title since Jan 2. HTML just shows <title></title>. Thanks
Re: Bugs? Problems? Report them here!
Just kidding. Titles missing from last two again.
-
- Asternaut
- Posts: 2
- Joined: Sun Jan 15, 2023 10:28 am
Re: Bugs? Problems? Report them here!
Thanks for sharing this info which is helpful for me....codenamelegion wrote: ↑Wed May 02, 2012 9:42 pm The Apod RSS feed (http://apod.nasa.gov/apod.rssgbwhatsapp) has non UTF-8 characters, yet is declaring itself as UTF-8.
The character in question is as follows on line 26:
"Aurora Over Raufarh�fn "
There are also a lot of non-escaped character data (CDATA) entries.
Thanks for your attention.
-Scott
Re: Bugs? Problems? Report them here!
Title tags still missing. Can anyone fix the rss feed please?