Skip to content
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

error searching version index (no such version) #40

Open
peteruithoven opened this issue Jul 1, 2015 · 5 comments
Open

error searching version index (no such version) #40

peteruithoven opened this issue Jul 1, 2015 · 5 comments
Labels
Milestone

Comments

@peteruithoven
Copy link
Member

Sometimes, we get the following error when trying to update through connect.doodle3d.com:

error searching version index (no such version)

wifibox.log:

01-01 00:03:24 (info)     =======rest api (api debugging)=======
01-01 00:03:24 (info)     received request of type POST for update/download
01-01 00:03:24 (info)     remote IP/port: 10.0.0.32/52761
01-01 00:03:24 (debug)     set update state: downloading ('2|')
01-01 00:03:24 (info)     received request of type GET for update/status
01-01 00:03:24 (info)     remote IP/port: 10.0.0.32/52762
01-01 00:03:24 (debug)     Downloading file 'http://doodle3d.com/updates/images/wifibox-image.index'
01-01 00:03:24 (debug)     Downloading file 'http://doodle3d.com/updates/images/wifibox-image.index'
01-01 00:03:25 (debug)     Downloading file 'http://doodle3d.com/updates/images/wifibox-image.index'
01-01 00:03:25 (debug)     Downloading file 'http://doodle3d.com/updates/images/wifibox-image.beta.index'
01-01 00:03:26 (debug)     Downloading file 'http://doodle3d.com/updates/images/wifibox-image.index'
01-01 00:03:26 (debug)     Downloading file 'http://doodle3d.com/updates/images/wifibox-image.index'
01-01 00:03:26 (debug)     set update state: download_failed ('3|error searching version index (no such version)')
01-01 00:03:26 (debug)     Response:fail (error searching version index (no such version))
@peteruithoven peteruithoven added this to the 0.10.7 milestone Jul 1, 2015
@peteruithoven
Copy link
Member Author

Downloading the index does however work, requesting update/status gives:

{
  "data": {
    "can_update": true,
    "current_release_date": "20141223",
    "current_version": "0.10.5",
    "newest_release_date": "20150617",
    "newest_version": "0.10.6",
    "state_code": 3,
    "state_text": "error searching version index (no such version)"
  },
  "status": "success"
}

@peteruithoven
Copy link
Member Author

After going a page back on connect.doodle3d.com and pressing update it does find the version.

@peteruithoven
Copy link
Member Author

I've tried reproducing this by sending POST requests to .../d3dapi/update/download but it never seems to fail.

Only once it couldn't download the index file:

07-01 13:56:10 (info)     received request of type POST for update/download
07-01 13:56:10 (info)     remote IP/port: 10.0.0.32/53697
07-01 13:56:10 (debug)     set update state: downloading ('2|')
07-01 13:56:10 (debug)     Downloading file 'http://doodle3d.com/updates/images/wifibox-image.index'
07-01 13:56:11 (info)     =======rest api (api debugging)=======
07-01 13:56:11 (info)     received request of type GET for info/status
07-01 13:56:11 (info)     remote IP/port: 10.0.0.102/53647
07-01 13:56:13 (debug)     error: could not obtain available versions (could not download image index file (1: Generic error))
07-01 13:56:13 (debug)     set update state: download_failed ('3|could not download image index file (1: Generic error)')
07-01 13:56:13 (debug)     Response:fail (could not download image index file (1: Generic error))

@peteruithoven
Copy link
Member Author

Mentioned an issue from another repo in that commit, reopening this one.

@peteruithoven peteruithoven reopened this May 11, 2016
@companje
Copy link
Member

note: I had the same issue today when I was testing the new connect.doodle3d.com. I don't have more specific information..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants