the notify.io site itself seems to be having issues. i keep getting
the error below - not every for every single page request, but
probably 8 out of 10:
Error: Server Error
The server encountered an error and could not complete your request.
If the problem persists, please report your problem and mention this
error message and the query that caused it.
the only other thing i am seeing now is that the 'send test'
functionality on the Settings page is no longer working. Firebug
reports that the request tries to hit
http://api.notify.io/v1/notify/myemailhash and then the request is
aborted. any ideas on that one?
what is the new correct DNS entry? i can just update my HOSTS file
manually for now. thanks/.
Sent from my iPhone
On Oct 24, 2010, at 3:36 PM, "saqeb.akhter" <saqeb....@gmail.com>
wrote:
original bug report:
"not sure if this is considered a bug or not, but i thought i would
mention it. if you provide your email hash with uppercase hex values,
notify.io cant match it and returns a 403 Forbidden error. probably
easy enough to .tolower() the input just in case.
example:
works: 251171a6643a794e05827f88601918df
no worky: 251171A6643A794E05827F88601918DF"
Jeff's response:
"Thanks! Taken care of:
http://github.com/progrium/notify-io/commit/830ddc1aeb39320b0aaf565a4314118f2d3911f0
Will go out with the next push to production."