Closed netrunner-exe closed 1 year ago
Can you find any network request error from the logs? (keyword: ktor) The app does make a request to get your name and email after logged in. I think there're different outputs from youtube that makes response parsing fail.
Can you find any network request error from the logs? (keyword: ktor) The app does make a request to get your name and email after logged in. I think there're different outputs from youtube that makes response parsing fail.
I will try. If possible, tell me in more detail how best to write these logs and with what. Those logs that I usually posted earlier are crash reports that are tritely displayed by the android itself. If you write in more detail how best to do this, then I think it will be useful for everyone to better help you solve some issues. Thank you.
I will try to take logs with Android Studio today.
Not sure if this helps. No error log from io.ktor.client.network.sockets. I captured the possible request/response from browser.
@z-huang I capture log using logcat in Android Studio. Starting from the moment of login to the account. I don't know how useful it will be. logcat.txt
@z-huang was that meant to be fixed as I've still got the issue even after updating 😅
Go into the webview, wait for the webpage to load, and return. You're name and email will show.
@z-huang So click on login again and wait for the website to load if so that didn't work
@owencz1998 Clear app data and try again.
@wongwengtim just tried but didn't fix the issue
@owencz1998 If that isn't the case, I need logs because there may be other problems.
No worries ill see if I can get software to run again due to laptop issues
The problem is not solved in any way, but the issue is closed...
If you can't get your name and email shown, please provide logs. I want to solve this before releasing 0.5.2.
If you can't get your name and email shown, please provide logs. I want to solve this before releasing 0.5.2.
Hello, I have same issue and 2FA is enabled on my account. It might be the reason.
If you can't get your name and email shown, please provide logs. I want to solve this before releasing 0.5.2.
Hello, I have same issue and 2FA is enabled on my account. It might be the reason.
Exactly! Why didn't I think about 2FA right away... If you log in with an account without 2FA, everything shows up correctly. That was the problem! @z-huang, is there any way to fix it? It would be nice to show something like "No saved playlists" instead of a blank window if there are no playlists in the account.
I also have 2FA enabled, but it works well...
I also have 2FA enabled, but it works well...
I just tried with my other account without 2FA, still the same issue. But after logging into both accounts, it just stays at the YouTube music homepage, is that normal?
@z-huang i got this issue too so here is a logcat (taken with basic "adb logcat". if you prefer something else let me know and i'll give it too).
here is then steps i did
let me know if you want further details
logcat.txt @z-huang i got this issue too so here is a logcat (taken with basic "adb logcat". if you prefer something else let me know and i'll give it too).
here is then steps i did
* launche adb logcat (phone was on innertune home menu, and it's already logged in to an account) * open innertune settings * open connectivity settings (the page to log in into the account. not sure what's the english string for it) * click on the account avatar (the name is not displayed) * let web view show yt music menu * come back to innertune settings * the name is still not displayed * end logcat capture
let me know if you want further details
You've sent whole logcat, here is some meanful part:
yeah actually that's the part you need, i'll avoid spreading my entire logcats. let me know if you still need more details
There's no email
field in your response, so the app can't get your email. Can you provide the response of account_menu
from your web browser?
Current fix is to ignore the missing email.
There's no email field in your response, so the app can't get your email. Can you provide the response of account_menu from your web browser?
This is still required to fully fix the bug.
Current fix is to ignore the missing email.
There's no email field in your response, so the app can't get your email. Can you provide the response of account_menu from your web browser?
This is still required to fully fix the bug.
@z-huang, almost fixed. Now it shows nickname, email still doesn't show.
Same for me it's showing username 1 step closer lol yay
Current fix is to ignore the missing email.
There's no email field in your response, so the app can't get your email. Can you provide the response of account_menu from your web browser?
This is still required to fully fix the bug.
Can you elaborate about the steps i need to follow to give you the informations you want ?
music.youtube.com
F12
to open developer toolsNetwork
account_menu
Response
I emailed you the output for privacy reasons. Tell me if you need something else.
I think I found the problem, if you have an account that have created a channel, email won't come up because it's showing your channel handel.
Screenshots:
Account with channel created, and have configured a channel username:
Account without a channel, no username set:
Same account as above one, after creating channel:
That's right. For my account which has a channel, it's showing the channel handle as channelHandle instead of my full email. It would be fine if the app try to catch both and returns the one that is not null
Checklist
Feature description
When logged in - display nickname and email in the settings instead of an empty space.
Why do you want this feature?
It seems to me that it will look much better than just an empty space.
Current:
Proposed:
Additional information
No response