You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 6, 2020. It is now read-only.
Getting timeout errors that I've not had before but only for one site; others appear to be normal.. I've not visited this before but timeout is an odd result?
DEBUG 10:23:35.4 - FFI response code -34 for id - 5577ee06-659d-41c7-854d-6fd3bee9ac95
VERBOSE 10:23:35.5 - Invoking error response callback :: callback id - 5577ee06-659d-41c7-854d-6fd3bee9ac95
DEBUG 10:23:35.6 - DNS - File metadata for reading - {"errorCode":-34}
ERROR 10:23:35.7 -
WARN 10:23:35.8 - Err 400 - Msg :: [object Object]
DEBUG 10:24:09.17 - Unauthorised request ::/dns/alien/forex/index.html
DEBUG 10:24:09.18 - DNS - Invoking getFile API for forex, alien, index.html
DEBUG 10:24:09.19 - Invoking API DNS::getFile - FFI::dns::get-file
DEBUG 10:24:09.20 - Sending message to FFI - 36375c5f-fb83-4a0f-a15e-d668682513d7 - dns - get-file-metadata
TRACE 09:24:09.021880160 [safe_core::ffi mod.rs:381] FFI execute for content - i.e. operation that returns data.
TRACE 09:24:09.022760334 [safe_core::ffi::dns::get_file_metadata get_file_metadata.rs:32] JSON get file metadata for file located at given path starting from home directory of "//alien.forex".
TRACE 09:24:09.022848551 [safe_core::dns::dns_operations mod.rs:204] Get service home directory key (to locate the home directory on SAFE Network) for "//alien.forex".
TRACE 09:24:09.022889676 [safe_core::dns::dns_operations mod.rs:328] Fetch capsule from network for dns with name: forex
TRACE 09:24:09.022944705 [safe_core::core::client mod.rs:358] GET for Structured(081051.., 5)
DEBUG 09:24:12.017609694 [safe_core::core::client::response_getter response_getter.rs:177] Response has timed out - firing wait canceller.
INFO 09:24:12.018494127 [safe_core::ffi mod.rs:395]
FFI cross-boundary error propagation:
--------------------------------------------------
| **ERRNO: -34** FfiError::DnsError -> DnsError::CoreError -> Request has timed out - CoreError::RequestTimeout
--------------------------------------------------
Client Log simply:
TRACE 09:31:46.142748408 [safe_core::ffi mod.rs:423] FFI retrieve client issued GETs.
DEBUG 09:32:07.887631710 [safe_core::core::client::response_getter response_getter.rs:177] Response has timed out - firing wait canceller.
INFO 09:32:07.888261075 [safe_core::ffi mod.rs:395]
FFI cross-boundary error propagation:
--------------------------------------------------
| **ERRNO: -34** FfiError::DnsError -> DnsError::CoreError -> Request has timed out - CoreError::RequestTimeout
--------------------------------------------------
The text was updated successfully, but these errors were encountered:
I am also getting a timeout error trying to publish a simple template site test.jpl.safenet using the demo app. The files upload OK but the site will not publish, failing with:
Publish Service Failed
Failed to add 'test' service
Reason
CoreError::RequestTimeout
EDIT: this only occurred with 'test' - possibly because there was an existing site of that name (even though it is no longer accessible for some reason). When I tried with 'home' it published fine although it still gave a Timeout error message.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Getting timeout errors that I've not had before but only for one site; others appear to be normal.. I've not visited this before but timeout is an odd result?
Trying http://alien.forex.safenet/ I get multiple
Client Log simply:
The text was updated successfully, but these errors were encountered: