azure-contrib / AzureDirectory

A Lucene Directory Provider for Azure Blob Storage
Microsoft Public License
77 stars 57 forks source link

The remote server returned an error: (404) Not Found. #20

Closed jbreuer closed 8 years ago

jbreuer commented 8 years ago

I'm using AzureDirectory and I'm getting this error: The remote server returned an error: (404) Not Found.

More info in this topic: https://our.umbraco.org/forum/extending-umbraco-and-using-the-api/78818-using-azuredirectory-with-examine

richorama commented 8 years ago

Could you see if this commit has fixed the issue:

https://github.com/azure-contrib/AzureDirectory/commit/a2bb7aaf55f70b204c34abec0d0dce6d4b5d0386

jbreuer commented 8 years ago

I already tried that myself, but in the catch event you also need the blob variable. So the code in a2bb7aa wont build.

richorama commented 8 years ago

you're right, I've just fixed that (sorry!)