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

🐞 [Bug]: Peertube instance: loading circle always on screen #2809

Open
1 task done
Mik-TF opened this issue May 29, 2024 · 5 comments
Open
1 task done

🐞 [Bug]: Peertube instance: loading circle always on screen #2809

Mik-TF opened this issue May 29, 2024 · 5 comments
Assignees
Labels
type_bug Something isn't working
Milestone

Comments

@Mik-TF
Copy link
Contributor

Mik-TF commented May 29, 2024

Is there an existing issue for this?

  • I have searched the existing issues

which package/s did you face the problem with?

Dashboard

What happened?

  • Deploying a peertube instance
  • uploading a video
  • the video always has the circle loading screen

Steps To Reproduce

which network/s did you face the problem on?

Main

version

latest

Twin ID/s

No response

Node ID/s

No response

Farm ID/s

No response

Contract ID/s

No response

Relevant screenshots/screen records

image

Relevant log output

  • json output
{  "version": 0,
  "contractId": 461138,  "nodeId": 159,
  "name": "pthttdl",  "created": 1716826989,
  "status": "ok",  "message": "",
  "flist": "https://hub.grid.tf/tf-official-apps/peertube-v3.1.1.flist",  "publicIP": null,
  "planetary": "301:4b18:eda3:6a68:3631:54fd:e7ca:93b8",  "myceliumIP": "52d:7837:b555:fac8:ff0f:0:400:2",
  "interfaces": [
    {      "network": "nwj93x0",
      "ip": "10.20.4.2"    }
  ],  "capacity": {
    "cpu": 2,    "memory": 6000
  },  "mounts": [
    {      "name": "diskxni",
      "mountPoint": "/data",      "size": 53687091200,
      "state": "ok",      "message": ""
    }  ],
  "env": {    "SSH_KEY": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQC59pzj902ur6MzxmtIIdbpte4PEBVoRQwtFnMIpiKC2aO8PEgoVE3BtjI6I5P70v41Bu0Ki85fMATcrsXeF4l//UPQf2ZpMpZsmUOFVI8aWP7+QDVLtfGDZK1b4jZop3SgZpel8z9ZrfRnCHzONZ0CsX0DUwmmkzT5IVOXBujIuxZA+R0o/xiy75Ja7qw4phAv/j7G6YUiLUTlD+lAmf5dOuTEbQI8orSEc8m0D45eGqCZF7+6saI3xkS6A+e9Y7ysNqGd+KE09xZaJL5EM0AAJOKNbCHyJKkJXoA72TstSXFFokuP//5BrEqz+M7y8I2x7pmDBNVQndVyA1832sVD+U4F5CXbiLw1nH/RJHUaGDNkQjUOvPvXQdi6zdO4vFgPSWznVUJNRFDiVDmC7oT85faym5P4XPP0tyAFLHjVO9FQIBpIVMuSnqqXoTIMHG3Pvc+1X/EJ4anQmrfDOMNI6wMUFN1/0jIAhpUcbeS8pkIJjRm3pChjoQ4jTnbTEP0yvWFPrKnOHNByzpXMlGsz7UsR0bFroxizre8EfybSYUZAjkiCmD2ED+7n6BW4xGPP8oVxQzUz3nkxZT5FT7XKgoevuffBch8YdSFXPcX9bdnUQ3oKiLSRl4fUQRj2KqPqU0cp8ThawBaMjULlihvqMwsQ+gUWhMpOb2YzcFEivw== Threefold",
    "PEERTUBE_ADMIN_EMAIL": "[email protected]",    "PT_INITIAL_ROOT_PASSWORD": "4XCE8nyzx5xH",
    "PEERTUBE_WEBSERVER_HOSTNAME": "seninsayfan.site"  },
  "entrypoint": "/sbin/zinit init",  "metadata": "",
  "description": "",  "rootfs_size": 2147483648,
  "corex": false,  "gpu": [],
  "deploymentName": "pthttdl",
  "projectName": "peertube/pthttdl",  "billing": "0.797 TFT/hour",
  "wireguard": "[Interface]\nAddress = 100.64.20.3/32\nPrivateKey = 4Amvie00sE7XsPDuJdBgI7SCrNFwWrdmUFHgqFAepxM=\n\n[Peer]\nPublicKey = RSj+BbsfbGdBOkSFtJzi6jL0Wb4ptqjGq8f+QEUxHRA=\nAllowedIPs = 10.20.0.0/16, 100.64.20.0/32\nPersistentKeepalive = 25\nEndpoint = 83.231.240.119:4626"}

Node Stats

image

@Mik-TF Mik-TF added the type_bug Something isn't working label May 29, 2024
@ramezsaeed ramezsaeed added this to the 2.5.0 milestone Jun 3, 2024
@AhmedHanafy725
Copy link
Contributor

AhmedHanafy725 commented Jun 4, 2024

I can confirm that happened with me too, there is an issue with updating peertube image threefoldtech/tf-images#268, so let's recheck it after

@AhmedHanafy725 AhmedHanafy725 removed their assignment Jun 4, 2024
@AhmedHanafy725 AhmedHanafy725 modified the milestones: 2.5.0, 2.6.0 Jun 5, 2024
@Mahmoud-Emad Mahmoud-Emad self-assigned this Aug 18, 2024
@ghost
Copy link

ghost commented Aug 25, 2024

I used the newly upgraded flist mentioned in threefoldtech/tf-images#268 (comment) and seems like the issue is persisting

Screencast.from.08-25-2024.04.21.30.PM.webm

image

PS: Worked after refreshing the page

@ghost
Copy link

ghost commented Aug 26, 2024

The flist updated and promoted
threefoldtech/tf-images#268 (comment)

@A-Harby
Copy link
Contributor

A-Harby commented Aug 28, 2024

Devnet, 448a213.

its still showing the loading circle even when the video is fully loaded.
image

I'm using the default peertube flist https://hub.grid.tf/tf-official-apps/peertube-v3.1.1.flist

@Mahmoud-Emad
Copy link
Contributor

it'll work normally after refreshing the page, based on @AhmedHanafy725 it's okay

@xmonader xmonader modified the milestones: 2.6.0, 2.7.0 Aug 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type_bug Something isn't working
Projects
None yet
Development

No branches or pull requests

6 participants