mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-21 00:04:28 +01:00
[GH-ISSUE #328] update tag type definitions- error on readme.md #2401
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rvdv01 on GitHub (Jun 2, 2024).
Original GitHub issue: https://github.com/OpenEPaperLink/OpenEPaperLink/issues/328
Describe the bug
Using 2.60b, when clicking’update tag type definitions’, an error is thrown
To Reproduce
Go to update
Click ‘update tag type definitions’
Expected behavior
The update runs normally
Screenshots

@nlimper commented on GitHub (Jun 2, 2024):
You can ignore the error. It would be better to skip readme.MD but it doesn’t do any harm.
@rvdv01 commented on GitHub (Jun 2, 2024):
Ignoring things is what I do best :-)
Since the error message was the last line, I was unsure if it crashed after encountering readme.md or if there were simply no files on the server that started with an ‘s’.
Also, when I retried the download, the system again said ‘updating version 0 to 1’ for every definition file, so it seemed to me some process perhaps hadn’t finished properly (eg. a process that notes the version of all definition files in some kind of database).
Thanks for the quick reply.