-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
upload/paste from one system, retrieve from other: 404 ? #67
Comments
Uploaded files are cached in ram, it is failing to actually download the
file and appears to work the first time because of this.
…On Mar 5, 2017 10:36 AM, "Julien" ***@***.***> wrote:
Hello,
I'm playing with up1 and set up my test environment following ansible role
https://github.com/juju4/ansible-up1
uploading/pasting and checking on system works fine
but when trying links on a different system, I got a 404 error.
Also tried with share.riseup.net with the same result
https://10.x.y.z/168efb80-bdbf-4e35-9863-c0c6dbfa40dc
https://share.riseup.net/3be6687e-cc6d-433b-8db7-5e1e0089fedb
Using /#_pVqhGoJVFz0ewPiFpNL8A returns "file not found or corrupt"
Two things
- where is the client key // how exchanged?
- any browser extension that could mess up? (classical privacy
conscious ones)
Didn't see anomaly in web console.
Thanks
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#67>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AArlslch28Uq-JfpGJrj7Yj3nzxHOb0Vks5ritaMgaJpZM4MTcnZ>
.
|
Oh I see, files are accessed using #key not /key like you are doing there.
If you are getting "file not found or corrupt" with # take a look at the
console then and verify that the request to access the encrypted file is
working.
…On Mar 5, 2017 11:59 AM, "Andre D" ***@***.***> wrote:
Uploaded files are cached in ram, it is failing to actually download the
file and appears to work the first time because of this.
On Mar 5, 2017 10:36 AM, "Julien" ***@***.***> wrote:
> Hello,
>
> I'm playing with up1 and set up my test environment following ansible role
> https://github.com/juju4/ansible-up1
>
> uploading/pasting and checking on system works fine
> but when trying links on a different system, I got a 404 error.
> Also tried with share.riseup.net with the same result
> https://10.x.y.z/168efb80-bdbf-4e35-9863-c0c6dbfa40dc
> https://share.riseup.net/3be6687e-cc6d-433b-8db7-5e1e0089fedb
>
> Using /#_pVqhGoJVFz0ewPiFpNL8A returns "file not found or corrupt"
>
> Two things
>
> - where is the client key // how exchanged?
> - any browser extension that could mess up? (classical privacy
> conscious ones)
> Didn't see anomaly in web console.
>
> Thanks
>
> —
> You are receiving this because you are subscribed to this thread.
> Reply to this email directly, view it on GitHub
> <#67>, or mute the thread
> <https://github.com/notifications/unsubscribe-auth/AArlslch28Uq-JfpGJrj7Yj3nzxHOb0Vks5ritaMgaJpZM4MTcnZ>
> .
>
|
All key data exists in the # (uri fragment) and none is ever sent or
exchanged with the server. The fragment is not sent to the server under
http.
…On Mar 5, 2017 12:03 PM, "Andre D" ***@***.***> wrote:
Oh I see, files are accessed using #key not /key like you are doing
there. If you are getting "file not found or corrupt" with # take a look
at the console then and verify that the request to access the encrypted
file is working.
On Mar 5, 2017 11:59 AM, "Andre D" ***@***.***> wrote:
> Uploaded files are cached in ram, it is failing to actually download the
> file and appears to work the first time because of this.
>
> On Mar 5, 2017 10:36 AM, "Julien" ***@***.***> wrote:
>
>> Hello,
>>
>> I'm playing with up1 and set up my test environment following ansible
>> role
>> https://github.com/juju4/ansible-up1
>>
>> uploading/pasting and checking on system works fine
>> but when trying links on a different system, I got a 404 error.
>> Also tried with share.riseup.net with the same result
>> https://10.x.y.z/168efb80-bdbf-4e35-9863-c0c6dbfa40dc
>> https://share.riseup.net/3be6687e-cc6d-433b-8db7-5e1e0089fedb
>>
>> Using /#_pVqhGoJVFz0ewPiFpNL8A returns "file not found or corrupt"
>>
>> Two things
>>
>> - where is the client key // how exchanged?
>> - any browser extension that could mess up? (classical privacy
>> conscious ones)
>> Didn't see anomaly in web console.
>>
>> Thanks
>>
>> —
>> You are receiving this because you are subscribed to this thread.
>> Reply to this email directly, view it on GitHub
>> <#67>, or mute the thread
>> <https://github.com/notifications/unsubscribe-auth/AArlslch28Uq-JfpGJrj7Yj3nzxHOb0Vks5ritaMgaJpZM4MTcnZ>
>> .
>>
>
|
Thanks for the quick feedback Ok. Clearer on key location. Now, why can't download...
browser console doesn't highlight issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I'm playing with up1 and set up my test environment following ansible role
https://github.com/juju4/ansible-up1
uploading/pasting and checking on system works fine
but when trying links on a different system, I got a 404 error.
Also tried with share.riseup.net with the same result
https://10.x.y.z/168efb80-bdbf-4e35-9863-c0c6dbfa40dc
https://share.riseup.net/3be6687e-cc6d-433b-8db7-5e1e0089fedb
Using /#_pVqhGoJVFz0ewPiFpNL8A returns "file not found or corrupt"
Two things
Didn't see anomaly in web console.
Thanks
The text was updated successfully, but these errors were encountered: