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

Time out error when installing minecraft java server #2675

Closed
3 tasks done
Vukhoavn opened this issue Nov 9, 2024 · 4 comments
Closed
3 tasks done

Time out error when installing minecraft java server #2675

Vukhoavn opened this issue Nov 9, 2024 · 4 comments
Labels
waiting on response Further information is requested from the issue owner by the pi-apps devs

Comments

@Vukhoavn
Copy link

Vukhoavn commented Nov 9, 2024

Confirmations

What happened?

Time out error when installing minecraft java server

Description

After choosing to install minecraft java server, I chose purpur version 1.21 and also tried other versions but they all have one thing in common: Time Out after a period of waiting, the command line reports as follows: Connecting to api.purpurmc.org (api.purpurmc.org)|2606:4700:3030::ac43:84d6|:443... failed: Connection timed out.

^[[96mThis script helps you setup a Minecraft-Java-Server (for any version).^[[0m
^[[96mWill install these packages: jq ^[[0m
sudo: a password is required
^[[96mCreating an empty apt-package to install the necessary apt packages...^[[0m
It will be named: pi-apps-c25e8dc5
Depends: jq
^[[96mRunning ^[[7msudo apt update^[[27m...^[[0m
Hit:1 http://ports.ubuntu.com/ubuntu-ports noble InRelease
Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease [126 kB]
Hit:3 https://ppa.launchpadcontent.net/bamboo-engine/ibus-bamboo/ubuntu noble InRelease
Get:4 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease [126 kB]
Get:5 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease [126 kB]
Get:6 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 Components [113 kB]
Get:7 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 Components [309 kB]
Get:8 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted arm64 Components [212 B]
Get:9 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse arm64 Components [212 B]
Get:10 http://ports.ubuntu.com/ubuntu-ports noble-backports/main arm64 Components [208 B]
Get:11 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe arm64 Components [21.2 kB]
Get:12 http://ports.ubuntu.com/ubuntu-ports noble-backports/restricted arm64 Components [212 B]
Get:13 http://ports.ubuntu.com/ubuntu-ports noble-backports/multiverse arm64 Components [212 B]
Get:14 http://ports.ubuntu.com/ubuntu-ports noble-security/main arm64 Components [5,668 B]
Get:15 http://ports.ubuntu.com/ubuntu-ports noble-security/universe arm64 Components [51.9 kB]
Get:16 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted arm64 Components [212 B]
Get:17 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse arm64 Components [212 B]
Fetched 880 kB in 4s (238 kB/s)
17 packages can be upgraded. Run 'apt list --upgradable' to see them.
^[[96mapt update complete.^[[0m
^[[33mSome packages can be upgraded.^[[39m Please consider running ^[[4msudo a^[[0mp^[[4mt full-u^[[0mpg^[[4mrade^[[0m.
^[[96mInstalling the pi-apps-c25e8dc5 package...^[[0m
The following NEW packages will be installed:
  pi-apps-c25e8dc5
0 upgraded, 1 newly installed, 0 to remove and 17 not upgraded.
After this operation, 0 B of additional disk space will be used.
Get:1 /tmp/pi-apps-c25e8dc5.deb pi-apps-c25e8dc5 all 1.0 [552 B]
(Reading database ... ^M(Reading database ... 5%^M(Reading database ... 10%^M(Reading database ... 15%^M(Reading database ... 20%^M(Reading database ... 25%^M(Reading database ... 30%^M(Reading database ... 35%^M(Reading database>
Unpacking pi-apps-c25e8dc5 (1.0) ...
^[[96mApt finished.^[[0m
^[[92mPackage installation complete.^[[0m
^[[96mSelected Purpur version 1.21^[[0m
^[[96mDownloading 2284 to /home/khoa/Minecraft-Java-Server/purpur-1.21-2284.jar... ^[[0m
--2024-11-09 22:17:33--  https://api.purpurmc.org/v2/purpur/1.21/2284/download
Resolving api.purpurmc.org (api.purpurmc.org)... 2606:4700:3030::ac43:84d6, 2606:4700:3033::6815:d84, 104.21.13.132, ...
Connecting to api.purpurmc.org (api.purpurmc.org)|2606:4700:3030::ac43:84d6|:443... failed: Connection timed out.
Connecting to api.purpurmc.org (api.purpurmc.org)|2606:4700:3033::6815:d84|:443...

Then I tried switching to Linux Debian but the result was still the same as I saw, it was the same for Minecraft Server Parper.

What are your system specs (run the following command in your terminal)?

Operating System: Ubuntu 24.04.1 LTS              
          Kernel: Linux 6.8.0-1013-raspi
    Architecture: arm64

(Recommended) Error log? Terminal output? Debug messages?

No response

@Vukhoavn Vukhoavn added the bug Something isn't working label Nov 9, 2024
Copy link
Contributor

github-actions bot commented Nov 9, 2024

Hello there 👋
Thanks for submitting your first issue to the Pi-Apps project! We'll try to get back to you as soon as possible.
In the meantime, we encourage you join our Discord server, where you can ask any questions you might have.

Please respond as soon as possible if a Pi-Apps maintainer requests more information from you. Stale issues will be closed after a lengthy period of time with no response.

@Limo123123
Copy link

This issue doesn’t appear to be directly related to Pi-Apps. Please try again and check if the site opens on your Pi or PC when connected to the same network. It’s working fine on my Pi 5 with Raspberry Pi OS Bookworm.

P.S. Timeout issues aren’t necessarily Pi-Apps issues; they indicate the page can’t be reached. However, if it’s a Pi-Apps hosted page that’s timing out, then it would fall within Pi-Apps to investigate.

@theofficialgman
Copy link
Collaborator

Nothing we can do here. Make sure your internet ipv6 connection is functional on your end. If it isn't, disable it or fix it.
Otherwise contact the purpur team as this is their server which is being connected to so that you can download the purpur installation file.

@theofficialgman theofficialgman added waiting on response Further information is requested from the issue owner by the pi-apps devs and removed bug Something isn't working labels Nov 10, 2024
@Vukhoavn
Copy link
Author

My problem is solved. It seems to be slower to complete just time out a few times and it will install normally.

@Vukhoavn Vukhoavn reopened this Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
waiting on response Further information is requested from the issue owner by the pi-apps devs
Projects
None yet
Development

No branches or pull requests

3 participants