-
Notifications
You must be signed in to change notification settings - Fork 158
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
Android 2.3.7 playback not working #206
Comments
i mean its loading indefinitly. |
Does the Related and Comments tab work on the watch page? |
it accualy doesnt (thanks so so much for response btw :D) |
they display network error or load indefinitly |
You need to switch to prod environment and enable SSL. But beforehand, generate a key using: After this, server.crt will be your certificate and key.pem will be your key to use when yt2009 asks for it during setup. These commands work on Ubuntu, but I haven't tried other distros/Windows. Look up the proper syntax for your operating system and use it like that instead if it doesn't work. If all you want is to get it working asap, I can also generate a cert/key pair for you on my Linux server and send it your way with bogus info. You're welcome! |
i get this error now when trying to start back end : node:internal/tls/secure-context:93 Error: error:1E08010C:DECODER routines::unsupported Node.js v20.17.0 |
Can you send your config.json here? You can remove the IP adresses and such. |
{"port":6069,"env":"prod","ip":"<PRIVATE_INFORMATION>","useSSL":true,"SSLCertPath":"C:\Users\USERnotNAME\<PRIVATE_INFORMATION>\server.crt","SSLKeyPath":"C:\Users\USERnotNAME\<PRIVATE_INFORMATION>\csr.pem","SSLPort":"6969","tokens":["*"],"auto_maintain":true,"maintain_max_size":10,"maintain_max_cache_size":15} |
and yes haha funny number , i didnt have other ports that i knew were free ._. |
As far as I know, port HAS to be 80 and SSL port HAS to be 443 in order for the app to work. Simply edit those out to be the correct values, and try again |
i edited it out and still get this error : node:internal/tls/secure-context:93 Error: error:1E08010C:DECODER routines::unsupported Node.js v20.17.0 |
Oh I completely forgot the actual problem 😅 |
uh , like i very rarly do stuff which use certificates/etc , how can i aquire such a key ? |
key.pem should already be in the folder you ran the first 2 commands on |
and which one do i connect to the app ? |
Port 80 says : |
The app will automatically choose which one to connect to, simply follow the steps in APK_SETUP.md. |
I did that APK_SETUP.md like 6 times so i know i have to use it duhh :D |
You don't need to explicitly indicate the port in most instances, try it without the port |
still nothing , still problem while playing can it have anything to do with me using cloudflared tunneling ? |
Might be, since one other instance that I know of which uses cloudflared also has the same issue with the app not working. I don't use it and so I don't really know the fix. I have a public instance you could use that does work, if you want? I also already patched a ton of versions |
its not fun if you do that. |
also i have domain i used on cloudflared so i kinda have to use it |
also wdym by
|
I've got a yt2009 instance publicly available, and apps do work when patched using it
I've got no idea how cloudflared works or why it cannot be used as an endpoint for an app (or if it's the problem in the first place), sorry lul |
im hosting it locally |
idk any other alternatives and basically oracle sucks |
do you maybe have any suggestions for tunneling software ? |
I used localtunnel for a project before and it worked very well, you could check it out |
and how can i make it not ask for password and not reset the domain each time ? |
I used the localtunnel software and it still says There was a problem while playing , i cant anymore i cant i cant i cant |
WHY DOESNT IT WORK ?????? |
how about that public instance ?
|
Sorry for the late reply The already patched apps are available at https://app.mediafire.com/kmf3dpddwiw0q , but you can also patch any other versions yourself. I don't know of any ways to disable password protection in localtunnel, will let you know if I come across it |
then how are you hosting it ???? |
The main instance is hosted on Oracle Cloud for compatibility with older patches (I hardcoded the IP, so theres no other way to redirect to another instance without repatching), which then redirects to Azure because the free servers there are faster. |
yea i wanna do dedicated client and stuff for android 2.3.7 (as in modernizing the design) so i wanna host it myself , sadly oracle doesnt allow me to make an instance :P |
yes i know this idea is dumb.. its just my ideas mostly |
sometimes im just in my own world , im sorry if i were mean ealier or something |
It's ok, although I think you can still modernize without altering server side code? |
yes but i also wanna block the use of the website itself (yes i know its stupid as hell but i just want to :c) |
doesnt work.
|
apk version : |
Could you attach the APK file, or provide more info about how it's failing (like traffic capture, any error codes or something) |
I was getting the same error just now, looks like something was going wrong with the Azure server. I reversed back to Oracle for the moment, could you check again? Restart the app just in case. |
yea let me check |
nope still the same thing , to clarify i rebooted the whole phone |
here is the apk |
it was patched according to the instructions |
Some videos don't seem to be working, try other videos I'll check the APK tomorrow |
i patched an newwer version and it says "connection to server lost" |
yea sometimes its server error and sometimes playback error |
its all not some |
+1 |
same , they are in a loop of loading , same issue |
i mean now its playback error , i had the infinite loading ealier |
UPD for my case: i connected to my mobile internet and it worked. Seems there's an issues with open ports of my provider. |
assuming the instance is set up correctly (config.ip MUST be a proper IP and not 127.0.0.1/localhost for playback), android versions lower than 4.2 need additional handling for video playback to work, but they are not always detected. in such cases, you can proxy the device and check the user-agent sent to the you can then add a unique part of that user-agent (such as a |
no activity, assuming solved |
I patched :
2.0.16
2.1.6
2.3.4
(and more)
and the playback didnt work on any of them,
The device im using is motorola flipout running custom rom android 2.3.7 , i did everything with instructions (manualy) and it doesnt work.
The text was updated successfully, but these errors were encountered: