UK_Eliter wrote: ↑Sun May 04, 2025 8:31 am
EDIT: Hiran, might you explain the warnings of this type?
Code: Select all
Optional Expansions mismatch between OXP Manifest and Expansion Manager at character position 0068 (DIGIT ZERO vs LATIN SMALL LETTER N)
I presumed that the character position is within the manifest, but I did not find (in the case of the particular warning that I give as an example) a zero there . .
Again I do not know where you got this warning from. But I can explain a similar enough warning on
Interstellar Tweaks:
Code: Select all
6. Conflict Expansions mismatch between OXP Manifest and Expansion Manager at character position 0056 (DIGIT ZERO vs LATIN SMALL LETTER N)
These kinds of comparison were introduced because at some point in time the information in manifest.plist and the one in the catalog were maintained manually - sometimes not even by the same person. Thus the discrepancies needed to be pointed out. Even today, where the catalog is build upon all the OXPs' manifest.plist files we see discrepancies.
When comparing the catalog (i.e. the expansion manager's OXP List) with the OXP's manifest.plist, there was a discrepancy found in the 'conflict expansions' area. On the same page I can see the manifest section, and it contains these two values for conflict expansions:
Code: Select all
InterstellarTweaks.oxp:0 <-- from catalog
InterstellarTweaks.oxp: <-- from OXP's manifest.plist
I am wondering myself why that should be character position 56. But the message says that one side has a DIGIT ZERO character whereas the other has a 'n'. So it looks to me as if version information is missing in manifest.plist.
I downloaded the OXP and checked manually. It looks like there is a version number given, so that is confusing indeed.
The index pages were generated on May 1, 2025, 3:03:00 AM (check the top right corner). So I checked the OXP download using
$ curl -I
https://wiki.alioth.net/img_auth.php/7/ ... Tweaks.oxz
HTTP/1.1 200 OK
Server: nginx/1.22.1
Date: Sun, 04 May 2025 12:51:34 GMT
Content-Type: application/zip
Content-Length: 304623
Connection: keep-alive
X-Content-Type-Options: nosniff
Last-Modified: Fri, 02 May 2025 15:03:17 GMT
$
The Last-Modified header tells me the OXP was modified after the index was built.
The index is built every time
- the catalog is changed
- someone triggers the build manually
- on every beginning of the month
So for the time being everything is working as designed.
