Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Thunderstore API URL Change #804

Closed
OverkillSD opened this issue Apr 12, 2024 · 5 comments · Fixed by #807
Closed

Thunderstore API URL Change #804

OverkillSD opened this issue Apr 12, 2024 · 5 comments · Fixed by #807
Assignees

Comments

@OverkillSD
Copy link

The API for Thunderstore has changed and the valheim.thunderstore.io URL is defunct.

The correct curl, per https://thunderstore.io/api/docs/, is:
curl -X GET "https://thunderstore.io/api/experimental/package/BepInExPack_Valheim/denikson/" -H "accept: application/json" -H "X-CSRFToken: --tokenhere--"

@Oglaf
Copy link

Oglaf commented Apr 13, 2024

As a workaround, after initializing docker for the first time you can manually install BepInEx using odin.
odin mod:install https://thunderstore.io/package/download/denikson/BepInExPack_Valheim/5.4.2202/

@mbround18
Copy link
Owner

@mbround18 mbround18 self-assigned this Apr 21, 2024
@mbround18
Copy link
Owner

Ahh i see

@mbround18
Copy link
Owner

BEPINEX_RELEASES_URL=\"${BEPINEX_RELEASES_URL:-"https://valheim.thunderstore.io/api/experimental/package/denikson/BepInExPack_Valheim/"}\"
is the issue, updating that url shortly

@mbround18
Copy link
Owner

Fixed in #807

mbround18 added a commit that referenced this issue Apr 21, 2024
* Update Rust version to 1.77 and refactor server startup

* Remove empty lines in metrics route file

* Fix CI

* Commented out dead  code for now

* Fixed converstion to make vs cargo-make
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants