Building a daily appimage tracebacks to 404 error #1

Closed
opened 2023-12-01 17:00:06 +00:00 by emiliano.vavassori · 1 comment

Building a daily image tracebacks to:

urllib.error.HTTPError: HTTP Error 404: Not Found

This can happen possibly for two reasons:

  • Changed URL for the archive for daily builds
  • Function to construct the daily version is not working properly.

Thanks to buovjaga for reporting

Building a daily image tracebacks to: ``` urllib.error.HTTPError: HTTP Error 404: Not Found ``` This can happen possibly for two reasons: * Changed URL for the archive for daily builds * Function to construct the daily version is not working properly. Thanks to [buovjaga](https://www.reddit.com/user/buovjaga/) for reporting
Author
Owner

Should be fixed in commit 62248d862c.

Final daily builds URL depends on the name of the tinderbox that compiles them.
By adding an additional query to the site and HTML parsing with xpath, we should be able to infer indefinitely the right URL for daily builds.

Should be fixed in commit 62248d862c. Final daily builds URL depends on the name of the tinderbox that compiles them. By adding an additional query to the site and HTML parsing with xpath, we should be able to infer indefinitely the right URL for daily builds.
Sign in to join this conversation.
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: libreitalia/loaih#1
No description provided.