# Resource Not Found - Context was not found ('name': 'default')

**URL:** https://wazo-platform.discourse.group/t/resource-not-found-context-was-not-found-name-default/177
**Category:** Installation/Configuration
**Created:** [February 2, 2020, 4:57am UTC](https://wazo-platform.discourse.group/t/resource-not-found-context-was-not-found-name-default/177 "2020-02-02T04:57:02Z")
**Posts on this page:** 12
**Page:** 1

<div class="post-metadata">

### Author: ![idoor](https://avatars.discourse-cdn.com/v4/letter/i/9fc348/32.png) [@idoor](https://wazo-platform.discourse.group/u/idoor)
#### Post date: [February 2, 2020, 4:57am UTC](https://wazo-platform.discourse.group/t/resource-not-found-context-was-not-found-name-default/177/1 "2020-02-02T04:57:03Z")

</div>

Hi all, just installed the Wazo class 5 Unified Communcation in my debian linux and it started successfully, but I need to import some users via the [https://localhost/engine/users](https://localhost/engine/users) browser UI with the import CSV button and this user info:  
firstname,lastname,exten,context,line\_protocol  
John,Doe,1000,default,sip  
George,Clinton,1001,default,sip  
Bill,Bush,1002,default,sccp  
which is from this instruction: [http://documentation.wazo.community/en/stable/administration/users/csv\_import.html](http://documentation.wazo.community/en/stable/administration/users/csv_import.html)  
when I tried to import the above csv file, I got this error:

Resource Not Found - Context was not found (‘name’: ‘default’)

Not sure what I got wrong, please help!  
Thanks

---

<div class="post-metadata">

### Author: ![Ramblin](https://yyz2.discourse-cdn.com/free1/user_avatar/wazo-platform.discourse.group/ramblin/32/34_2.png) [@Ramblin](https://wazo-platform.discourse.group/u/Ramblin)
#### Post date: [February 2, 2020, 4:34pm UTC](https://wazo-platform.discourse.group/t/resource-not-found-context-was-not-found-name-default/177/2 "2020-02-02T16:34:38Z")

</div>

I may be asking a dumb question but …

Did you create a default (Internal) Context in

> Advanced → Contexts

with the appropriate Range that includes the extensions you are importing?

---

<div class="post-metadata">

### Author: ![idoor](https://avatars.discourse-cdn.com/v4/letter/i/9fc348/32.png) [@idoor](https://wazo-platform.discourse.group/u/idoor)
#### Post date: [February 2, 2020, 5:08pm UTC](https://wazo-platform.discourse.group/t/resource-not-found-context-was-not-found-name-default/177/3 "2020-02-02T17:08:43Z")

</div>

Thanks for your response, I realized that and created a default context, but after I tried again to load the csv, it gave me another error:  
Input Error - Extension ‘1000’ is outside of range for context ‘default’  
then I went back to check the default context I created, there is no places for me to specify the range of extension. any clues?  
Thanks

---

<div class="post-metadata">

### Author: ![quintana](https://yyz2.discourse-cdn.com/free1/user_avatar/wazo-platform.discourse.group/quintana/32/916_2.png) [@quintana](https://wazo-platform.discourse.group/u/quintana)
#### Post date: [February 2, 2020, 7:37pm UTC](https://wazo-platform.discourse.group/t/resource-not-found-context-was-not-found-name-default/177/4 "2020-02-02T19:37:01Z")

</div>

You need to check the name and the range configured in your context configuration. Context is the routing plan of your system.

---

<div class="post-metadata">

### Author: ![idoor](https://avatars.discourse-cdn.com/v4/letter/i/9fc348/32.png) [@idoor](https://wazo-platform.discourse.group/u/idoor)
#### Post date: [February 2, 2020, 8:46pm UTC](https://wazo-platform.discourse.group/t/resource-not-found-context-was-not-found-name-default/177/5 "2020-02-02T20:46:21Z")

</div>

IN the context definition, there is no range parameter I can specify, this is what I created, there is no field for range:  
Name: default  
Label: default  
Type: internal  
Description: default  
Contexts included

The above is from the browser UI: [https://localhost/engine/users](https://localhost/engine/users)

---

<div class="post-metadata">

### Author: ![Ramblin](https://yyz2.discourse-cdn.com/free1/user_avatar/wazo-platform.discourse.group/ramblin/32/34_2.png) [@Ramblin](https://wazo-platform.discourse.group/u/Ramblin)
#### Post date: [February 2, 2020, 11:22pm UTC](https://wazo-platform.discourse.group/t/resource-not-found-context-was-not-found-name-default/177/6 "2020-02-02T23:22:35Z")

</div>

Is the Context you Create an Internal Context?

If so, once you have created the Context,  
Select it from the list of Contexts shown in  
Advanced -\> Contexts  
click on the Edit (Pencil) Icon  
and click on the second tab.

The second tab only appears after you save the Context, NOT in the initial creation of the Context.

It is in the second tab that the Range is entered. Click the Add icon (+ sign) in that tab and you will see new fields in which you put Start and End of the Range.

---

<div class="post-metadata">

### Author: ![idoor](https://avatars.discourse-cdn.com/v4/letter/i/9fc348/32.png) [@idoor](https://wazo-platform.discourse.group/u/idoor)
#### Post date: [February 2, 2020, 11:30pm UTC](https://wazo-platform.discourse.group/t/resource-not-found-context-was-not-found-name-default/177/7 "2020-02-02T23:30:43Z")

</div>

Thanks for your instruction, now it worked.  
Thanks again for your help.  
Also is there a document about how to set up the whole thing from the web GUI interface? I can only find this one: [http://documentation.wazo.community/en/stable/administration/users/users.html#function-keys](http://documentation.wazo.community/en/stable/administration/users/users.html#function-keys)  
but this is the api.

---

<div class="post-metadata">

### Author: ![Ramblin](https://yyz2.discourse-cdn.com/free1/user_avatar/wazo-platform.discourse.group/ramblin/32/34_2.png) [@Ramblin](https://wazo-platform.discourse.group/u/Ramblin)
#### Post date: [February 3, 2020, 1:59am UTC](https://wazo-platform.discourse.group/t/resource-not-found-context-was-not-found-name-default/177/8 "2020-02-03T01:59:24Z")

</div>

I am creating such a document and will share as soon as I have a couple of things figured out:

- Paging
- Parking

and hopefully get Conferences to work in a way that holds others off the conference until the Admin initiates the conference.

Probalby within a week or 2 ?

---

<div class="post-metadata">

### Author: ![idoor](https://avatars.discourse-cdn.com/v4/letter/i/9fc348/32.png) [@idoor](https://wazo-platform.discourse.group/u/idoor)
#### Post date: [February 3, 2020, 2:02am UTC](https://wazo-platform.discourse.group/t/resource-not-found-context-was-not-found-name-default/177/9 "2020-02-03T02:02:59Z")

</div>

Ok, that is great, currently it seems we are in lack of instructions and documents.  
also I am trying to load this csv from the web ui:  
firstname,lastname,exten,context,line\_protocol,incall\_exten,incall\_context  
Mary,Lu,1000,default,sip,2050,from-extern  
I already created the from-extern incall context, but somehow I got this error:

Resource Error - User is associated with a Line (‘user\_id’: 10, ‘line\_id’: 10)  
Not sure where I missed configuration, any clues?  
Thanks for your help!

---

<div class="post-metadata">

### Author: ![Ramblin](https://yyz2.discourse-cdn.com/free1/user_avatar/wazo-platform.discourse.group/ramblin/32/34_2.png) [@Ramblin](https://wazo-platform.discourse.group/u/Ramblin)
#### Post date: [February 3, 2020, 3:17am UTC](https://wazo-platform.discourse.group/t/resource-not-found-context-was-not-found-name-default/177/10 "2020-02-03T03:17:48Z")

</div>

I don’t import my data; I enter it using the Web UI, so I have not faced what you are facing.

I know that when you first create a user with the Web UI, it randomly assigns the LineName and Password. I then go back in and change, using the Lines interface, the LineName and Password.

So maybe there is an issue with importing Line Names?

As for the documentation, the Wazo team is trying to create a platform for Partners - who use REST and APIs - to install and configure Wazo, so the Web UI, since it is predominantly for amateurs like us, is left for the community to help each other with.

I have had some great help from the Wazo team to get this far, so hopefully, soon, when I finish the last 3 items (above), I can share the document for others.

---

<div class="post-metadata">

### Author: ![idoor](https://avatars.discourse-cdn.com/v4/letter/i/9fc348/32.png) [@idoor](https://wazo-platform.discourse.group/u/idoor)
#### Post date: [February 3, 2020, 3:32am UTC](https://wazo-platform.discourse.group/t/resource-not-found-context-was-not-found-name-default/177/11 "2020-02-03T03:32:30Z")

</div>

Ok, thanks very much

---

<div class="post-metadata">

### Author: ![Ramblin](https://yyz2.discourse-cdn.com/free1/user_avatar/wazo-platform.discourse.group/ramblin/32/34_2.png) [@Ramblin](https://wazo-platform.discourse.group/u/Ramblin)
#### Post date: [February 3, 2020, 11:41am UTC](https://wazo-platform.discourse.group/t/resource-not-found-context-was-not-found-name-default/177/12 "2020-02-03T11:41:15Z")

</div>

There werre two questions in this thread.

The first one was answered and it solved your problem, so make sure to Check the “Solution” box on that answer.

That way, when people are reviewing the list of Topics, they can see that the question was answered.
