Try again @Mindphreaker as I only uploaded a new, correctly signed exe to GH a few minutes ago
This may not have been your original issue btw - could have been another issue which I noticed while looking into that.
Note that Iāve tried with the new version I uploaded & Iām able to access the shared-section. I had to use the cli as in the OP to add & switch to the shared-section so make sure you follow those steps.
The page is, basically, a copy-paste of an existing one and does not collect any data. I just wanted to check which audio formats safe browser supports. (plus the results are the same for everyone).
Sorry for the delay @StephenC, I got sidetracked into the world of SPARQL.
Done.
Looks clean.
Done. safe auth status gives:
safe auth status
Sending request to authd to obtain a status report...
+------------------------------------------+-------+
| SAFE Authenticator status | |
+------------------------------------------+-------+
| Authenticator daemon version | 0.0.7 |
+------------------------------------------+-------+
| Logged in to a SAFE account? | No |
+------------------------------------------+-------+
| Number of pending authorisation requests | 0 |
+------------------------------------------+-------+
| Number of notifications subscribers | 0 |
+------------------------------------------+-------+
I first tried safe login --self-auth as I think the account has been created. The produced:
safe auth start
Starting SAFE Authenticator daemon (safe-authd)...
mrh@plUto:~$ safe auth login --self-auth
Passphrase:
Password:
Sending login action request to authd...
[2020-04-01T16:07:13Z ERROR safe] safe-cli error: [Error] AuthdError - [Error] AuthError - Failed to log in: Core error: Unexpected: Connection timed out when bootstrapping to the network
If I try creating a different account:
safe auth create-acc --test-coins
Passphrase:
Password:
Creating a SafeKey with test-coins...
Sending account creation request to authd...
[2020-04-01T16:15:36Z ERROR safe] safe-cli error: [Error] AuthdClientError - [Error] ClientError - Failed to read response bytes: read error
Repeating the above with the same new account secret/passphrase shows that the account was created:
safe auth create-acc --test-coins
Passphrase:
Password:
Creating a SafeKey with test-coins...
Sending account creation request to authd...
[2020-04-01T16:18:59Z ERROR safe] safe-cli error: [Error] AuthdError - [Error] AuthError - Failed to create an account: a SAFE account already exists with the passphrase provided
So if I now try to login to this new account again Iām getting the read error rather than the bootstrapping error from yesterday (although the first attempt to login to the account created yesterday did give the bootstrapping error - see first login command above):
I cannot immediately see why this would not work. What should it look like locally? Can you point your browser at the local index.html and screenshot that.
As an aside I always put the css files in their own sub-folder and call them in the head with ./css/style.css but thts just meā¦
No worries @happybeing, Iām convinced itās an auth issue but canāt quite figure out what/why. Anyway, got a busy night ahead so Iāll pick up tomorrow
and in theory safe://eye.eye
but thatās doing something odd atm which might be a symptom of a partial gif download.
Useful perhaps to know if safe://eye.eye works for othersā¦ thatās not a static and is continuous gif.
Also in case useful to note, I tried create eye.test but failed because name already exists; so, then create eye.test did workā¦ (option to have done eye.test with add); and thatās right of course but thinking that the first part is the sub domain didnāt register at first. So, safe://eye.test is just black background for me but should be identical to the other.
and Iāll put this but do not try at home!.. itās to note how the domain and files is focused:
domain="eye.eye"; files="./www/eye/eye/"; safe files put $files --recursive | grep "FilesContainer created at:" | sed -n 's/FilesContainer created at: "\([^"]*\)"/safe nrs create $domain --link \1?v=0/p'
So, the folder that holds the files; and the domain without safe:// prefix makes the difference.
If it is partial download, I wonder there is no progress indicatorā¦ perhaps not simple for a webpage made of many parts but perhaps if something might occur on partial download that is not the full intended that should be a feature?..