Closed joryirving closed 9 months ago
It 404s now, but I think it's a simple const change: it looks like that repo's now using main
instead of master
as the default branch, so the repoBaseURL const just needs to be updated to point to https://gitlab.com/Dimbreath/AnimeGameData/-/raw/main/
instead. That base URL will still 404, but e.g. the TextMapEnURL with that base URL works: https://gitlab.com/Dimbreath/AnimeGameData/-/raw/main/TextMap/TextMapEN.json
This is fixed in the latest version
Current Behavior
When launching Inventory Kamera I get an error stating:
Checking the log I see the follwing:
Checking the documentation, I see that it's supposed to scrape a remote repo, https://gitlab.com/Dimbreath/animegamedata. However, the repo has a single, recent commit, with gitlab default
Readme.md
with no further files. Checking the repo again later shows an ever newer commit with the same data. It appears as if the empty repo is just continuously being force-pushed to main, as there's no commit history, or branches.https://gitlab.com/Dimbreath/animegamedata/-/commits/main/?ref_type=HEADS
Expected Behavior
The scanner to supports game new or edited content
Reproducing a Behavior
Open application Options -> Update Lookup Tables
Device OS
Windows 11
Genshin Impact Version
4.2
Inventory Kamera Version
1.3.11
Screen resolution, screen mode, and UI scale
1920x1080 windowed
Additional notes and remarks
No response
Evidence
No response
Preflight Checklist