# Cannot update indexes - Upload

**URL:** https://forum.xod.io/t/cannot-update-indexes-upload/6611
**Category:** Install/Upload Problems
**Created:** [July 27, 2023, 11:28am UTC](https://forum.xod.io/t/cannot-update-indexes-upload/6611 "2023-07-27T11:28:59Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![mpkennedy58](https://avatars.discourse-cdn.com/v4/letter/m/49beb7/32.png) [@mpkennedy58](https://forum.xod.io/u/mpkennedy58)
#### Post date: [July 27, 2023, 11:28am UTC](https://forum.xod.io/t/cannot-update-indexes-upload/6611/1 "2023-07-27T11:28:59Z")

</div>

Please help.  
 ![image](https://canada1.discourse-cdn.com/flex027/uploads/xod/original/2X/e/e8f54bb13d4a98ad936cd42f10a1a0df0c7a6826.png)

This is what is in the “extra.txt” file: [http://arduino.esp8266.com/stable/package\_esp8266com\_index.json,https://dl.espressif.com/dl/package\_esp32\_index.json](http://arduino.esp8266.com/stable/package_esp8266com_index.json,https://dl.espressif.com/dl/package_esp32_index.json)

Is there something wrong with this? Please help…

I am using version 0.38

---

<div class="post-metadata">

### Author: ![wayland](https://yyz1.discourse-cdn.com/flex027/user_avatar/forum.xod.io/wayland/32/1590_2.png) [@wayland](https://forum.xod.io/u/wayland)
#### Post date: [July 27, 2023, 1:10pm UTC](https://forum.xod.io/t/cannot-update-indexes-upload/6611/2 "2023-07-27T13:10:42Z")

</div>

You will receive that error if both board definitions are on the same line, separated by a comma:

```auto
http://arduino.esp8266.com/stable/package_esp8266com_index.json,https://dl.espressif.com/dl/package_esp32_index.json

```

The board definitions should be on separate lines:

```auto
http://arduino.esp8266.com/stable/package_esp8266com_index.json
https://dl.espressif.com/dl/package_esp32_index.json

```

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex027/uploads/xod/original/1X/eb7348baa04192c2ef932d1db54d44f09f8a7888.png) [@system](https://forum.xod.io/u/system)
#### Post date: [August 26, 2023, 1:11pm UTC](https://forum.xod.io/t/cannot-update-indexes-upload/6611/3 "2023-08-26T13:11:28Z")

</div>

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
