Page 9 of 16

Re: Bugs? Problems? Report them here!

Posted: Wed Jan 04, 2017 4:41 am
by bystander
Chris Peterson wrote:When you go to the main APOD page for a day, you see the page contents but not the image? Or you're not seeing the image thumbnails in the Asterisk forum?
APOD main page. The page comes up. I can see everything but the image. All the links are there and work, but there isn't any image. It's like it just ignores the whole section between the date and the title, no image, no click-thru.

Re: Bugs? Problems? Report them here!

Posted: Wed Jan 11, 2017 3:01 am
by hartacus
geckzilla wrote:APOD is coming through https (secure socket) only now and it has broken a lot of things.
It seems that the Random APOD Generator (https://apod.nasa.gov/apod/random_apod.html) is one of the broken things. Seems to be not working since about that time.

In the script's line:
var final_html = '<iframe src="http://apod.nasa.gov/apod/ap'+random_ye ... day+'.html" id="apod"></iframe>';
Replacing the http with https seems to work in firefox's inspector at least

Re: Bugs? Problems? Report them here!

Posted: Wed Jan 11, 2017 4:21 am
by geckzilla
hartacus wrote:
geckzilla wrote:APOD is coming through https (secure socket) only now and it has broken a lot of things.
It seems that the Random APOD Generator (https://apod.nasa.gov/apod/random_apod.html) is one of the broken things. Seems to be not working since about that time.

In the script's line:
var final_html = '<iframe src="http://apod.nasa.gov/apod/ap'+random_ye ... day+'.html" id="apod"></iframe>';
Replacing the http with https seems to work in firefox's inspector at least
Thanks. This was discovered a few days ago, but the person who has access to fix it has been out. Hopefully it gets fixed soon.

Re: Bugs? Problems? Report them here!

Posted: Thu Jan 19, 2017 5:21 pm
by Stanley Allen
geckzilla wrote:APOD is coming through https (secure socket) only now and it has broken a lot of things.
It looks like the RSS feed is broken also. I was subscribed through https://apod.nasa.gov/apod.rss until the Christmas break. Now it doesn't appear to work.

Re: Bugs? Problems? Report them here!

Posted: Fri Feb 10, 2017 2:54 pm
by rstevenson
Yay! The thumbnail image (here at the Asterisk, on the daily APOD page) is back!

Rob

Re: Bugs? Problems? Report them here!

Posted: Fri Feb 10, 2017 3:16 pm
by geckzilla
I had to go and edit each one back in

Re: Bugs? Problems? Report them here!

Posted: Fri Feb 10, 2017 3:30 pm
by rstevenson
** pat on back ** (non-ironic)

Rob

Re: Bugs? Problems? Report them here!

Posted: Sun Mar 12, 2017 12:20 pm
by alexaa
Hi, I have an issue with the RSS feed in that I end up with duplicate entries in my RSS reader (thunderbird). I'm sure this is because today's picture in the RSS has the URL https://apod.nasa.gov/apod/astropix.html but tomorrow it will update the URL in the RSS to its direct URL e.g. https://apod.nasa.gov/apod/ap170312.html so my reader downloads the entry again and I end up with two in the list for all entries.

Is it possible to change the RSS so the feed will always use the direct URL e.g. ap170312.html and never the astropix.html URL?

Many thanks,
Alex

Re: Bugs? Problems? Report them here!

Posted: Thu Mar 30, 2017 7:59 pm
by Brig
The RSS feed appears to be out of date with the main APOD page. It hasn't been updated in a while.

Re: Bugs? Problems? Report them here!

Posted: Fri Mar 31, 2017 12:26 am
by geckzilla
I created an alternate RSS feed and it can be found here:
http://asterisk.apod.com/apod_rss.php

Let me know if it works for you.

Re: Bugs? Problems? Report them here!

Posted: Fri Jan 12, 2018 5:29 am
by Chris Peterson
I haven't received an email notification for a watched topic since 8 January. When I check my settings, I'm still shown as subscribed to topics which I see updating, however. Some problem introduced with the forum migration?

Re: Bugs? Problems? Report them here!

Posted: Fri Jan 12, 2018 5:50 am
by geckzilla
I'll ask MTU about it. Maybe there's a setting that needs to be changed.

Re: Bugs? Problems? Report them here!

Posted: Fri Jan 12, 2018 2:59 pm
by Chris Peterson
geckzilla wrote:I'll ask MTU about it. Maybe there's a setting that needs to be changed.
Thanks. (Didn't get a notification for this one, either.)

Re: Bugs? Problems? Report them here!

Posted: Fri Jan 12, 2018 7:04 pm
by geckzilla
test

Re: Bugs? Problems? Report them here!

Posted: Fri Jan 12, 2018 9:13 pm
by geckzilla
Just FYI Chris, I think your server is blocking the mails. MTU tech support tells me that there are 49 backlogged mails being rejected with this error message to your email: "Client host rejected: Abusive Connection rate (in reply to RCPT TO command))"

Re: Bugs? Problems? Report them here!

Posted: Fri Jan 12, 2018 10:56 pm
by Chris Peterson
geckzilla wrote:Just FYI Chris, I think your server is blocking the mails. MTU tech support tells me that there are 49 backlogged mails being rejected with this error message to your email: "Client host rejected: Abusive Connection rate (in reply to RCPT TO command))"
Ok, I'll see if I can learn anything. Strange that one university .EDU domain would block another one, though, and strange that it coincides with the shift of servers. I can't even find an online reference to that error message. Any chance of getting one of the rejected messages sent to me so I can pass it on to my tech support people with all the headers intact?

Worst case, I guess I can just change my email address on this forum to another one.

Re: Bugs? Problems? Report them here!

Posted: Sat Jan 13, 2018 2:09 am
by geckzilla
Chris Peterson wrote:
geckzilla wrote:Just FYI Chris, I think your server is blocking the mails. MTU tech support tells me that there are 49 backlogged mails being rejected with this error message to your email: "Client host rejected: Abusive Connection rate (in reply to RCPT TO command))"
Ok, I'll see if I can learn anything. Strange that one university .EDU domain would block another one, though, and strange that it coincides with the shift of servers. I can't even find an online reference to that error message. Any chance of getting one of the rejected messages sent to me so I can pass it on to my tech support people with all the headers intact?

Worst case, I guess I can just change my email address on this forum to another one.
It's coming from apache@apod.com so if you have a whitelist, maybe that would fix it? It just seems like some kind of irksome automated thing where somehow a bunch of emails tried to get sent to you all at once, all with similar content, so it blocked them.

Re: Bugs? Problems? Report them here!

Posted: Sat Jan 13, 2018 3:40 pm
by Chris Peterson
geckzilla wrote:It's coming from apache@apod.com so if you have a whitelist, maybe that would fix it? It just seems like some kind of irksome automated thing where somehow a bunch of emails tried to get sent to you all at once, all with similar content, so it blocked them.
Okay, that's useful. I'll check with them on Monday. The problem appears to be associated with the change of sender. It's always been concam@mtu.edu. So it's the new sender that's apparently being seen as a problem. I can't whitelist it myself, the failure is happening too early in the chain. Usually those automatic blacklists that get created when a server receives too many similar messages time out after a few days. Apparently not this one (if that's the problem at all).

Re: Bugs? Problems? Report them here!

Posted: Tue Jan 16, 2018 11:24 pm
by Chris Peterson
geckzilla wrote:It's coming from apache@apod.com so if you have a whitelist, maybe that would fix it? It just seems like some kind of irksome automated thing where somehow a bunch of emails tried to get sent to you all at once, all with similar content, so it blocked them.
So the folks who manage the mail server at Caltech checked their logs and see no record of any blocked or bounced emails from @apod.com.

If the problem is coming from their end, they'll need an actual bounced message in order to access all the headers.

It sure seems like something got broken when the server changed. Where, I don't know.

If I change my email address, I assume that means my username changes, as well? And there are no side effects from making that change, like losing my posting history and various settings?

Re: Bugs? Problems? Report them here!

Posted: Tue Jan 16, 2018 11:38 pm
by bystander
Chris Peterson wrote:If I change my email address, I assume that means my username changes, as well? And there are no side effects from making that change, like losing my posting history and various settings?
An administrator can change the email address associated with your username.

Re: Bugs? Problems? Report them here!

Posted: Tue Jan 16, 2018 11:51 pm
by Chris Peterson
bystander wrote:
Chris Peterson wrote:If I change my email address, I assume that means my username changes, as well? And there are no side effects from making that change, like losing my posting history and various settings?
An administrator can change the email address associated with your username.
Okay, I'll keep that option open if nothing new comes about soon. It's inconvenient for me to not get email notifications for watched topics.

Re: Bugs? Problems? Report them here!

Posted: Wed Jan 17, 2018 4:20 am
by geckzilla
I can't get at my email right now, but I am sure I can get an email header when I get back to it, probably by Thursday. I need to test it and make sure it's really just you, too. I can't recall if I'm still getting mails... but I think I did get one when someone sent me a PM earlier.

Re: Bugs? Problems? Report them here!

Posted: Mon Jan 22, 2018 10:44 pm
by geckzilla
Chris, check your PMs, will you? Not sure you realize I sent one due to lack of email notifications.

Re: Bugs? Problems? Report them here!

Posted: Thu Mar 22, 2018 11:50 am
by Grimgrim
Hi,

RSS feed doesn’t work since 2 weeks :-(

Could it be fixed?

Thanks,

Claude Fortier

Re: Bugs? Problems? Report them here!

Posted: Tue Apr 10, 2018 3:45 pm
by MarkBour
There seems to be a linkage issue splattered throughout Starship Asterisk.

Many times a link goes to "bb.nightskylive.net", and does not really connect there to the resource that was referenced on the link.

(A pertinent example would be the link to the "Resolved Problems" topic/thread in the opening post in this "Bugs" topic/thread.)

My guess is that this BB moved to a new host at some point, perhaps many years ago? And that there was no automated way to update those links, so only some of them have been fixed, manually. Does it do any good to point these links out? I think Dr. Nemiroff has fixed some of them, when they are pointed out to him, but I don't know how much trouble they are and whether or not they should be pointed out wherever they are found, or just left to be.