Oh, that's true. Kobo is actually down.
About the app, does it load properly if you disable WiFi entirely?
Edit: It seems to be just their main web servers (kobo.com/kobobooks.com); their upgrades API (api.kobobooks.com) is fine. The interesting thing is that store.kobobooks.com returns the following error:
Code:
[WebException: The remote server returned an error: (503) Server Unavailable.]
System.Net.HttpWebRequest.GetResponse() +1686
System.ServiceModel.Channels.HttpChannelRequest.WaitForReply(TimeSpan timeout) +74
[ServerTooBusyException: The HTTP service located at http://osis.kobo.com:81/Infrastructure/ContextService.svc is unavailable. This could be because the service is too busy or because no endpoint was found listening at the specified address. Please ensure that the address is correct and try accessing the service again later.]
System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) +14807022
System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) +386
Kobo.Services.Contracts.Internal.Infrastructure.Context.IWebContextService.BuildContextFromWebRequest(WebContextRequest request) +0
Kobo.Web.Store.Context.ServiceClient.ContextServiceClient.EnsureContext(Nullable`1 userKey) in C:\jenkins\workspace\01_HD_OneStore\OneStore\src\Kobo.Web.Store\Context.ServiceClient\ContextServiceClient.cs:48
Kobo.Web.Store.MvcApplication.Application_PreRequestHandlerExecute() in C:\jenkins\workspace\01_HD_OneStore\OneStore\src\Kobo.Web.Store\Global.asax.cs:167
[TargetInvocationException: Exception has been thrown by the target of an invocation.]
System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor) +0
System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments) +260
System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) +142
System.Reflection.MethodBase.Invoke(Object obj, Object[] parameters) +34
System.Web.Util.ArglessEventHandlerProxy.Callback(Object sender, EventArgs e) +71
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +139
System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step) +195
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +88
So, it seems that it's a problem with anything depending on osis.kobo.com.