gibaBR / Switch-Backup-Manager

Complete Switch Backups management tool
373 stars 54 forks source link

Could not download cached version list #92

Open Devilb0y opened 5 years ago

Devilb0y commented 5 years ago

[ERROR] Could not download cached version list. в Microsoft.CSharp.RuntimeBinder.CSharpGetMemberBinder.FallbackGetMember(DynamicMetaObject target, DynamicMetaObject errorSuggestion) в Newtonsoft.Json.Utilities.DynamicProxyMetaObject1.<>c__DisplayClass3_0.<BindGetMember>b__0(DynamicMetaObject e) в Newtonsoft.Json.Utilities.DynamicProxyMetaObject1.CallMethodWithResult(String methodName, DynamicMetaObjectBinder binder, IEnumerable1 args, Fallback fallback, Fallback fallbackInvoke) в Newtonsoft.Json.Utilities.DynamicProxyMetaObject1.BindGetMember(GetMemberBinder binder) в System.Dynamic.GetMemberBinder.Bind(DynamicMetaObject target, DynamicMetaObject[] args) в System.Dynamic.DynamicMetaObjectBinder.Bind(Object[] args, ReadOnlyCollection1 parameters, LabelTarget returnLabel) в System.Runtime.CompilerServices.CallSiteBinder.BindCore[T](CallSite1 site, Object[] args) в System.Dynamic.UpdateDelegates.UpdateAndExecute1[T0,TRet](CallSite site, T0 arg0) в Switch_Backup_Manager.Util.UpdateVersionList() 2018-11-19 14:36:54.281 [ERROR] Could not download cached version list from pastebin. Please check your internet connection.

garoxas commented 5 years ago

can you open https://pastebin.com using your browser?

Devilb0y commented 5 years ago

of course

garoxas commented 5 years ago

couldn't reproduce this, but I may have found the fix can you try this https://mega.nz/#!cQNgRKYJ!f4cMil9Gr4KZhDIqxa_pC97lwOKrtWT3H7dU9zwc_UQ

Devilb0y commented 5 years ago

no error, but 2018-11-19 14:45:31.292 [ERROR] в System.String.Substring(Int32 startIndex, Int32 length) в Switch_Backup_Manager.Util.GetFileData(XElement xe) 2018-11-19 14:45:57.726 [INFO] No certificates nx_tls_client_cert.pfx found. Starting download cached version list from pastebin 2018-11-19 14:45:57.927 [ERROR] Could not download cached version list. в Microsoft.CSharp.RuntimeBinder.CSharpGetMemberBinder.FallbackGetMember(DynamicMetaObject target, DynamicMetaObject errorSuggestion) в Newtonsoft.Json.Utilities.DynamicProxyMetaObject1.<>c__DisplayClass3_0.<BindGetMember>b__0(DynamicMetaObject e) в Newtonsoft.Json.Utilities.DynamicProxyMetaObject1.CallMethodWithResult(String methodName, DynamicMetaObjectBinder binder, IEnumerable1 args, Fallback fallback, Fallback fallbackInvoke) в Newtonsoft.Json.Utilities.DynamicProxyMetaObject1.BindGetMember(GetMemberBinder binder) в System.Dynamic.GetMemberBinder.Bind(DynamicMetaObject target, DynamicMetaObject[] args) в System.Dynamic.DynamicMetaObjectBinder.Bind(Object[] args, ReadOnlyCollection1 parameters, LabelTarget returnLabel) в System.Runtime.CompilerServices.CallSiteBinder.BindCore[T](CallSite1 site, Object[] args) в System.Dynamic.UpdateDelegates.UpdateAndExecute1[T0,TRet](CallSite site, T0 arg0) в Switch_Backup_Manager.Util.UpdateVersionList() 2018-11-19 14:45:58.939 [ERROR] Could not download cached version list from pastebin. Please check your internet connection. 2018-11-19 18:17:08.318 [ERROR] в System.String.Substring(Int32 startIndex, Int32 length) в Switch_Backup_Manager.Util.GetFileData(XElement xe) 2018-11-19 18:17:09.260 [ERROR] в System.String.Substring(Int32 startIndex, Int32 length) в Switch_Backup_Manager.Util.GetFileData(XElement xe) 2018-11-19 18:17:14.659 [INFO] No certificates nx_tls_client_cert.pfx found. Starting download cached version list from pastebin 2018-11-19 18:17:15.325 [INFO] Version list last updated at 19 ноября 2018 г. 12:15:01

Devilb0y commented 5 years ago

after restart worked tho

garoxas commented 5 years ago

so it's fixed now? I'm gonna make a PR so the changes can be merged to main repo if it is

as for your second error, there are 2 potential line of codes that might trigger that. I'm gonna need more details to fix that but it's a different issue. if you can reproduce it again, please raise a new issue. thanks

Devilb0y commented 5 years ago

looks like, thanks for the help

garoxas commented 5 years ago

cool thanks