Skip to content

Server file 'latest' : ERROR: Other error: 404 Not Found #12

@lgb-this

Description

@lgb-this

I got this error, when i uploaded the file 'latest' onto my webspace. It seems, that my hosting company allows only a few file extensions. I had to change line 108 in 'uota.py':

Original:

response = urequests.get(ota_config['url'] + 'latest', auth=auth)

Modified:

response = urequests.get(ota_config['url'] + 'latest.txt', auth=auth)

I uploaded the file 'latest.txt' and the process worked.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions