|
View:
New views
7 Messages
—
Rating Filter:
Alert me
|
|
|
API connection errorI have been getting widespread reports from users of my application
that they sometimes get an unexplained error when trying to post. I've finally experienced this myself, and am continuing to experience it now. Even when trying an API URL (currently https://api.del.icio.us/v1/posts/get) in several browsers (Safari, Camino, and Firefox on the Mac), I get errors. Firefox: "The connection to the server was reset while the page was loading." Camino: "The network link was interrupted while negotiating a connection. Please try again." Safari: "Safari can’t open the page “https://api.del.icio.us/v1/posts/get ” because the server unexpectedly dropped the connection, which sometimes occurs when the server is busy." And lastly, via libcurl, which is what my application is using: "SSL read: error:00000000:lib(0):func(0):reason(0), errno 54" Any suggestions? -- Justin R. Miller Code Sorcery Workshop http://codesorcery.net ------------------------------------ Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/ydn-delicious/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/ydn-delicious/join (Yahoo! ID required) <*> To change settings via email: mailto:ydn-delicious-digest@... mailto:ydn-delicious-fullfeatured@... <*> To unsubscribe from this group, send an email to: ydn-delicious-unsubscribe@... <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/ |
|
|
Re: API connection errorJust to follow up, this is still occurring after about fifteen
minutes. I mention this not out of impatience but to emphasize that when it happens, it appears to do so for a solid chunk of time. I've also tested with NetNewsWire, OmniWeb, lynx, links, wget, and Opera with similar results. wget provides some info that may be useful in your debugging: > Connecting to api.del.icio.us|206.190.56.28|:443... connected. > ERROR: Certificate verification error for api.del.icio.us: unable to > get local issuer certificate Thanks for any help that you can provide. JM On Apr 30, 2008, at 10:44 AM, Justin R. Miller wrote: > I have been getting widespread reports from users of my application > that they sometimes get an unexplained error when trying to post. I've > finally experienced this myself, and am continuing to experience it > now. Even when trying an API URL (currently https://api.del.icio.us/v1/posts/get) > in several browsers (Safari, Camino, and Firefox on the Mac), I get > errors. > > Firefox: "The connection to the server was reset while the page was > loading." > > Camino: "The network link was interrupted while negotiating a > connection. Please try again." > > Safari: "Safari can’t open the page “https://api.del.icio.us/v1/posts/get > ” because the server unexpectedly dropped the connection, which > sometimes occurs when the server is busy." > > And lastly, via libcurl, which is what my application is using: "SSL > read: error:00000000:lib(0):func(0):reason(0), errno 54" > > Any suggestions? > > -- > Justin R. Miller > Code Sorcery Workshop > http://codesorcery.net > > > > ------------------------------------ > > Yahoo! Groups Links > > > > -- Justin R. Miller Code Sorcery Workshop http://codesorcery.net ------------------------------------ Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/ydn-delicious/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/ydn-delicious/join (Yahoo! ID required) <*> To change settings via email: mailto:ydn-delicious-digest@... mailto:ydn-delicious-fullfeatured@... <*> To unsubscribe from this group, send an email to: ydn-delicious-unsubscribe@... <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/ |
|
|
Re: API connection errorHmm, that's a rather wide variety of error messages.
Are you by any chance in the UK? Regards, Toby Elliott del.icio.us On Apr 30, 2008, at 2:03 AM, Justin R. Miller wrote: > Just to follow up, this is still occurring after about fifteen > minutes. I mention this not out of impatience but to emphasize that > when it happens, it appears to do so for a solid chunk of time. > > I've also tested with NetNewsWire, OmniWeb, lynx, links, wget, and > Opera with similar results. wget provides some info that may be useful > in your debugging: > >> Connecting to api.del.icio.us|206.190.56.28|:443... connected. >> ERROR: Certificate verification error for api.del.icio.us: unable to >> get local issuer certificate > > Thanks for any help that you can provide. > > JM > > On Apr 30, 2008, at 10:44 AM, Justin R. Miller wrote: > >> I have been getting widespread reports from users of my application >> that they sometimes get an unexplained error when trying to post. >> I've >> finally experienced this myself, and am continuing to experience it >> now. Even when trying an API URL (currently https:// >> api.del.icio.us/v1/posts/get) >> in several browsers (Safari, Camino, and Firefox on the Mac), I get >> errors. >> >> Firefox: "The connection to the server was reset while the page was >> loading." >> >> Camino: "The network link was interrupted while negotiating a >> connection. Please try again." >> >> Safari: "Safari can’t open the page “https://api.del.icio.us/v1/ >> posts/get >> ” because the server unexpectedly dropped the connection, which >> sometimes occurs when the server is busy." >> >> And lastly, via libcurl, which is what my application is using: "SSL >> read: error:00000000:lib(0):func(0):reason(0), errno 54" >> >> Any suggestions? >> >> -- >> Justin R. Miller >> Code Sorcery Workshop >> http://codesorcery.net >> >> >> >> ------------------------------------ >> >> Yahoo! Groups Links >> >> >> >> > > -- > Justin R. Miller > Code Sorcery Workshop > http://codesorcery.net > > > > ------------------------------------ > > Yahoo! Groups Links > > > ------------------------------------ Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/ydn-delicious/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/ydn-delicious/join (Yahoo! ID required) <*> To change settings via email: mailto:ydn-delicious-digest@... mailto:ydn-delicious-fullfeatured@... <*> To unsubscribe from this group, send an email to: ydn-delicious-unsubscribe@... <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/ |
|
|
Re: API connection errorHello,
I'm not -- currently in Spain. However the users who have been reporting the same are in a variety of places, Europe, North America, and more. Though I can't be sure that they are getting the same underlying protocol errors. JM On Apr 30, 2008, at 6:53 PM, Toby Elliott wrote: > Hmm, that's a rather wide variety of error messages. > > Are you by any chance in the UK? > > Regards, > Toby Elliott > del.icio.us > > > On Apr 30, 2008, at 2:03 AM, Justin R. Miller wrote: > >> Just to follow up, this is still occurring after about fifteen >> minutes. I mention this not out of impatience but to emphasize that >> when it happens, it appears to do so for a solid chunk of time. >> >> I've also tested with NetNewsWire, OmniWeb, lynx, links, wget, and >> Opera with similar results. wget provides some info that may be >> useful >> in your debugging: >> >>> Connecting to api.del.icio.us|206.190.56.28|:443... connected. >>> ERROR: Certificate verification error for api.del.icio.us: unable to >>> get local issuer certificate >> >> Thanks for any help that you can provide. >> >> JM >> >> On Apr 30, 2008, at 10:44 AM, Justin R. Miller wrote: >> >>> I have been getting widespread reports from users of my application >>> that they sometimes get an unexplained error when trying to post. >>> I've >>> finally experienced this myself, and am continuing to experience it >>> now. Even when trying an API URL (currently https:// >>> api.del.icio.us/v1/posts/get) >>> in several browsers (Safari, Camino, and Firefox on the Mac), I get >>> errors. >>> >>> Firefox: "The connection to the server was reset while the page was >>> loading." >>> >>> Camino: "The network link was interrupted while negotiating a >>> connection. Please try again." >>> >>> Safari: "Safari can’t open the page “https://api.del.icio.us/v1/ >>> posts/get >>> ” because the server unexpectedly dropped the connection, which >>> sometimes occurs when the server is busy." >>> >>> And lastly, via libcurl, which is what my application is using: "SSL >>> read: error:00000000:lib(0):func(0):reason(0), errno 54" >>> >>> Any suggestions? >>> >>> -- >>> Justin R. Miller >>> Code Sorcery Workshop >>> http://codesorcery.net >>> >>> >>> >>> ------------------------------------ >>> >>> Yahoo! Groups Links >>> >>> >>> >>> >> >> -- >> Justin R. Miller >> Code Sorcery Workshop >> http://codesorcery.net >> >> >> >> ------------------------------------ >> >> Yahoo! Groups Links >> >> >> > > > ------------------------------------ > > Yahoo! Groups Links > > > > -- Justin R. Miller Code Sorcery Workshop http://codesorcery.net ------------------------------------ Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/ydn-delicious/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/ydn-delicious/join (Yahoo! ID required) <*> To change settings via email: mailto:ydn-delicious-digest@... mailto:ydn-delicious-fullfeatured@... <*> To unsubscribe from this group, send an email to: ydn-delicious-unsubscribe@... <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/ |
|
|
Re: API connection errorOK, I'll followup offline, since it's about to get boringly
technical. Looks like a network filtering problem to me. Thanks, Toby On Apr 30, 2008, at 3:55 PM, Justin R. Miller wrote: > Hello, > > I'm not -- currently in Spain. However the users who have been > reporting the same are in a variety of places, Europe, North America, > and more. Though I can't be sure that they are getting the same > underlying protocol errors. > > JM > > On Apr 30, 2008, at 6:53 PM, Toby Elliott wrote: > >> Hmm, that's a rather wide variety of error messages. >> >> Are you by any chance in the UK? >> >> Regards, >> Toby Elliott >> del.icio.us >> >> >> On Apr 30, 2008, at 2:03 AM, Justin R. Miller wrote: >> >>> Just to follow up, this is still occurring after about fifteen >>> minutes. I mention this not out of impatience but to emphasize that >>> when it happens, it appears to do so for a solid chunk of time. >>> >>> I've also tested with NetNewsWire, OmniWeb, lynx, links, wget, and >>> Opera with similar results. wget provides some info that may be >>> useful >>> in your debugging: >>> >>>> Connecting to api.del.icio.us|206.190.56.28|:443... connected. >>>> ERROR: Certificate verification error for api.del.icio.us: >>>> unable to >>>> get local issuer certificate >>> >>> Thanks for any help that you can provide. >>> >>> JM >>> >>> On Apr 30, 2008, at 10:44 AM, Justin R. Miller wrote: >>> >>>> I have been getting widespread reports from users of my application >>>> that they sometimes get an unexplained error when trying to post. >>>> I've >>>> finally experienced this myself, and am continuing to experience it >>>> now. Even when trying an API URL (currently https:// >>>> api.del.icio.us/v1/posts/get) >>>> in several browsers (Safari, Camino, and Firefox on the Mac), I get >>>> errors. >>>> >>>> Firefox: "The connection to the server was reset while the page was >>>> loading." >>>> >>>> Camino: "The network link was interrupted while negotiating a >>>> connection. Please try again." >>>> >>>> Safari: "Safari can’t open the page “https://api.del.icio.us/v1/ >>>> posts/get >>>> ” because the server unexpectedly dropped the connection, which >>>> sometimes occurs when the server is busy." >>>> >>>> And lastly, via libcurl, which is what my application is using: >>>> "SSL >>>> read: error:00000000:lib(0):func(0):reason(0), errno 54" >>>> >>>> Any suggestions? >>>> >>>> -- >>>> Justin R. Miller >>>> Code Sorcery Workshop >>>> http://codesorcery.net >>>> >>>> >>>> >>>> ------------------------------------ >>>> >>>> Yahoo! Groups Links >>>> >>>> >>>> >>>> >>> >>> -- >>> Justin R. Miller >>> Code Sorcery Workshop >>> http://codesorcery.net >>> >>> >>> >>> ------------------------------------ >>> >>> Yahoo! Groups Links >>> >>> >>> >> >> >> ------------------------------------ >> >> Yahoo! Groups Links >> >> >> >> > > -- > Justin R. Miller > Code Sorcery Workshop > http://codesorcery.net > > > > ------------------------------------ > > Yahoo! Groups Links > > > ------------------------------------ Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/ydn-delicious/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/ydn-delicious/join (Yahoo! ID required) <*> To change settings via email: mailto:ydn-delicious-digest@... mailto:ydn-delicious-fullfeatured@... <*> To unsubscribe from this group, send an email to: ydn-delicious-unsubscribe@... <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/ |
|
|
Re: API connection errorIf it's working now, never mind with the tests I asked for. we found
a real fluke in the system this evening, and I hope it'll have made your problems vanish. Regards, Toby Elliott del.icio.us On Apr 30, 2008, at 3:55 PM, Justin R. Miller wrote: > Hello, > > I'm not -- currently in Spain. However the users who have been > reporting the same are in a variety of places, Europe, North America, > and more. Though I can't be sure that they are getting the same > underlying protocol errors. > > JM > > On Apr 30, 2008, at 6:53 PM, Toby Elliott wrote: > >> Hmm, that's a rather wide variety of error messages. >> >> Are you by any chance in the UK? >> >> Regards, >> Toby Elliott >> del.icio.us >> >> >> On Apr 30, 2008, at 2:03 AM, Justin R. Miller wrote: >> >>> Just to follow up, this is still occurring after about fifteen >>> minutes. I mention this not out of impatience but to emphasize that >>> when it happens, it appears to do so for a solid chunk of time. >>> >>> I've also tested with NetNewsWire, OmniWeb, lynx, links, wget, and >>> Opera with similar results. wget provides some info that may be >>> useful >>> in your debugging: >>> >>>> Connecting to api.del.icio.us|206.190.56.28|:443... connected. >>>> ERROR: Certificate verification error for api.del.icio.us: >>>> unable to >>>> get local issuer certificate >>> >>> Thanks for any help that you can provide. >>> >>> JM >>> >>> On Apr 30, 2008, at 10:44 AM, Justin R. Miller wrote: >>> >>>> I have been getting widespread reports from users of my application >>>> that they sometimes get an unexplained error when trying to post. >>>> I've >>>> finally experienced this myself, and am continuing to experience it >>>> now. Even when trying an API URL (currently https:// >>>> api.del.icio.us/v1/posts/get) >>>> in several browsers (Safari, Camino, and Firefox on the Mac), I get >>>> errors. >>>> >>>> Firefox: "The connection to the server was reset while the page was >>>> loading." >>>> >>>> Camino: "The network link was interrupted while negotiating a >>>> connection. Please try again." >>>> >>>> Safari: "Safari can’t open the page “https://api.del.icio.us/v1/ >>>> posts/get >>>> ” because the server unexpectedly dropped the connection, which >>>> sometimes occurs when the server is busy." >>>> >>>> And lastly, via libcurl, which is what my application is using: >>>> "SSL >>>> read: error:00000000:lib(0):func(0):reason(0), errno 54" >>>> >>>> Any suggestions? >>>> >>>> -- >>>> Justin R. Miller >>>> Code Sorcery Workshop >>>> http://codesorcery.net >>>> >>>> >>>> >>>> ------------------------------------ >>>> >>>> Yahoo! Groups Links >>>> >>>> >>>> >>>> >>> >>> -- >>> Justin R. Miller >>> Code Sorcery Workshop >>> http://codesorcery.net >>> >>> >>> >>> ------------------------------------ >>> >>> Yahoo! Groups Links >>> >>> >>> >> >> >> ------------------------------------ >> >> Yahoo! Groups Links >> >> >> >> > > -- > Justin R. Miller > Code Sorcery Workshop > http://codesorcery.net > > > > ------------------------------------ > > Yahoo! Groups Links > > > ------------------------------------ Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/ydn-delicious/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/ydn-delicious/join (Yahoo! ID required) <*> To change settings via email: mailto:ydn-delicious-digest@... mailto:ydn-delicious-fullfeatured@... <*> To unsubscribe from this group, send an email to: ydn-delicious-unsubscribe@... <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/ |
|
|
Re: API connection errorThanks -- I appreciate the direct response and the followup here in
the group. I'll let you know. JM On May 2, 2008, at 8:39 AM, Toby Elliott wrote: > If it's working now, never mind with the tests I asked for. we found > a real fluke in the system this evening, and I hope it'll have made > your problems vanish. > > Regards, > Toby Elliott > del.icio.us > > > On Apr 30, 2008, at 3:55 PM, Justin R. Miller wrote: > >> Hello, >> >> I'm not -- currently in Spain. However the users who have been >> reporting the same are in a variety of places, Europe, North America, >> and more. Though I can't be sure that they are getting the same >> underlying protocol errors. >> >> JM >> >> On Apr 30, 2008, at 6:53 PM, Toby Elliott wrote: >> >>> Hmm, that's a rather wide variety of error messages. >>> >>> Are you by any chance in the UK? >>> >>> Regards, >>> Toby Elliott >>> del.icio.us >>> >>> >>> On Apr 30, 2008, at 2:03 AM, Justin R. Miller wrote: >>> >>>> Just to follow up, this is still occurring after about fifteen >>>> minutes. I mention this not out of impatience but to emphasize that >>>> when it happens, it appears to do so for a solid chunk of time. >>>> >>>> I've also tested with NetNewsWire, OmniWeb, lynx, links, wget, and >>>> Opera with similar results. wget provides some info that may be >>>> useful >>>> in your debugging: >>>> >>>>> Connecting to api.del.icio.us|206.190.56.28|:443... connected. >>>>> ERROR: Certificate verification error for api.del.icio.us: >>>>> unable to >>>>> get local issuer certificate >>>> >>>> Thanks for any help that you can provide. >>>> >>>> JM >>>> >>>> On Apr 30, 2008, at 10:44 AM, Justin R. Miller wrote: >>>> >>>>> I have been getting widespread reports from users of my >>>>> application >>>>> that they sometimes get an unexplained error when trying to post. >>>>> I've >>>>> finally experienced this myself, and am continuing to experience >>>>> it >>>>> now. Even when trying an API URL (currently https:// >>>>> api.del.icio.us/v1/posts/get) >>>>> in several browsers (Safari, Camino, and Firefox on the Mac), I >>>>> get >>>>> errors. >>>>> >>>>> Firefox: "The connection to the server was reset while the page >>>>> was >>>>> loading." >>>>> >>>>> Camino: "The network link was interrupted while negotiating a >>>>> connection. Please try again." >>>>> >>>>> Safari: "Safari can’t open the page “https://api.del.icio.us/v1/ >>>>> posts/get >>>>> ” because the server unexpectedly dropped the connection, which >>>>> sometimes occurs when the server is busy." >>>>> >>>>> And lastly, via libcurl, which is what my application is using: >>>>> "SSL >>>>> read: error:00000000:lib(0):func(0):reason(0), errno 54" >>>>> >>>>> Any suggestions? >>>>> >>>>> -- >>>>> Justin R. Miller >>>>> Code Sorcery Workshop >>>>> http://codesorcery.net >>>>> >>>>> >>>>> >>>>> ------------------------------------ >>>>> >>>>> Yahoo! Groups Links >>>>> >>>>> >>>>> >>>>> >>>> >>>> -- >>>> Justin R. Miller >>>> Code Sorcery Workshop >>>> http://codesorcery.net >>>> >>>> >>>> >>>> ------------------------------------ >>>> >>>> Yahoo! Groups Links >>>> >>>> >>>> >>> >>> >>> ------------------------------------ >>> >>> Yahoo! Groups Links >>> >>> >>> >>> >> >> -- >> Justin R. Miller >> Code Sorcery Workshop >> http://codesorcery.net >> >> >> >> ------------------------------------ >> >> Yahoo! Groups Links >> >> >> > > > ------------------------------------ > > Yahoo! Groups Links > > > > -- Justin R. Miller Code Sorcery Workshop http://codesorcery.net ------------------------------------ Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/ydn-delicious/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/ydn-delicious/join (Yahoo! ID required) <*> To change settings via email: mailto:ydn-delicious-digest@... mailto:ydn-delicious-fullfeatured@... <*> To unsubscribe from this group, send an email to: ydn-delicious-unsubscribe@... <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/ |
| Free Forum Powered by Nabble | Forum Help |