Upload / Up1

Client-side encrypted image host web server
MIT License
811 stars 97 forks source link

File not found or corrupt #7

Closed chrismcfee closed 9 years ago

chrismcfee commented 9 years ago

File not found or corrupt for every single thing uploaded

k3d3 commented 9 years ago

Is this on up1.ca or on your own instance?

If the latter, a few things to check:

1) Does the api_key match in server.conf and config.js?

2) does config.js exist (did you move config.js.example to config.js)?

andre-d commented 9 years ago

An issue should be created for the fact that an error handler is missing for on upload and it just plows through as if it uploaded and displays you the preview anyway.

k3d3 commented 9 years ago

That's a good point too - we do need that

k3d3 commented 9 years ago

@GGMethos is there any other information you can add to this? As we can't reproduce this, we'll be closing this if you don't. Thanks

chrismcfee commented 9 years ago

For my own instance.

1) Does the api_key match in server.conf and config.js?

2) does config.js exist (did you move config.js.example to config.js)?

after double checking to make sure these things did in fact work, the problem still occurs.

chrismcfee commented 9 years ago

now after restarting the server five times it seems to be working. odd.

k3d3 commented 9 years ago

Okay, sounds good - I'll be closing this for now. Feel free to reopen if you find the issue again.