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

Cannot log in on galaxy s6 #153

Open
acidmath opened this issue Jun 9, 2015 · 5 comments
Open

Cannot log in on galaxy s6 #153

acidmath opened this issue Jun 9, 2015 · 5 comments

Comments

@acidmath
Copy link

acidmath commented Jun 9, 2015

Using the newest android rdio sdk, I have been unable to log in a new user on the galaxy s6. A cached user was able to use the app, which is why I think it took me a little while to catch the issue. I do receive some information in the on activity result

public void onActivityResult(int requestCode, int resultCode, Intent data) {
    if (requestCode == Constants.RDIO_INTENT_REQUEST_CODE) {
        if (data == null || data.getStringExtra("authResultUrl") == null) {
            rdioDidCancelNotification();
        } else if (resultCode == RESULT_OK) {
           rdioService.processWebViewActivity(data, Constants.RDIO_REDIRECT_URI);
        }
    }
}

Usually the processWebViewActivity method would shortly call onRdioAuthorized with the oauth2 token, but no longer does.

Below is my error log printout

06-08 16:19:10.853  18575-18575/? D/ViewRootImpl﹕ ViewPostImeInputStage ACTION_DOWN
06-08 16:19:11.483  18575-18575/? I/chromium﹕ [INFO:CONSOLE(1)] "[Mon Jun 08 2015 16:19:11 GMT-0700 (PDT)] [Analytics] : Email Sign In Clicked | undefined | undefined", source: https://rdio1-a.akamaihd.net/media/client/core.rdio-marketing.8f913e5b6598f8ae10a9ddc705bf9477.js (1)
06-08 16:19:11.483  18575-18790/? E/chromium﹕ [ERROR:gles2_cmd_decoder.cc(1938)] [.GpuRasterization]GL ERROR :GL_INVALID_OPERATION : GLES2DecoderImpl::DoWillUseTexImageIfNeeded: <- error from previous GL command
06-08 16:19:11.623  18575-18575/? I/chromium﹕ [INFO:CONSOLE(1)] "[Mon Jun 08 2015 16:19:11 GMT-0700 (PDT)] [Analytics] : Sign In Clicked | undefined | undefined", source: https://rdio1-a.akamaihd.net/media/client/core.rdio-marketing.8f913e5b6598f8ae10a9ddc705bf9477.js (1)
06-08 16:19:11.623  18575-18575/? W/BindingManager﹕ Cannot call determinedVisibility() - never saw a connection for the pid: 18575
06-08 16:19:11.703  18575-18575/? I/chromium﹕ [INFO:CONSOLE(0)] "Mixed Content: The page at 'https://www.rdio.com/account/signin/?allowCreate=1&mode=redirect&next=%2Faccount%2Foauth2%2Fauthorize%2F%3Fclient_id%myclientid%26redirect_uri%3Dhttp%3A%2F%2Fmyapp.com%2F%26response_type%3Dcode%26mode%3Dredirect' was loaded over HTTPS, but requested an insecure favicon 'http://www.rdio.com/media/favicon_rdio_2012_11_15.ico'. This request has been blocked; the content must be served over HTTPS.", source: https://www.rdio.com/account/signin/?allowCreate=1&mode=redirect&next=%2Faccount%2Foauth2%2Fauthorize%2F%3Fclient_id%myclientid%26redirect_uri%3Dhttp%3A%2F%2Fmyapp.com%2F%26response_type%3Dcode%26mode%3Dredirect (0)
06-08 16:19:11.743  18575-18575/? W/BindingManager﹕ Cannot call determinedVisibility() - never saw a connection for the pid: 18575
06-08 16:19:11.813  18575-18575/? I/chromium﹕ [INFO:CONSOLE(0)] "Mixed Content: The page at 'https://www.rdio.com/account/signin/?allowCreate=1&mode=redirect&next=%2Faccount%2Foauth2%2Fauthorize%2F%3Fclient_id%myclientid%26redirect_uri%3Dhttp%3A%2F%2Fmyapp.com%2F%26response_type%3Dcode%26mode%3Dredirect' was loaded over HTTPS, but requested an insecure favicon 'http://www.rdio.com/media/favicon_rdio_2012_11_15.ico'. This request has been blocked; the content must be served over HTTPS.", source: https://www.rdio.com/account/signin/?allowCreate=1&mode=redirect&next=%2Faccount%2Foauth2%2Fauthorize%2F%3Fclient_id%myclientid%26redirect_uri%3Dhttp%3A%2F%2Fmyapp.com%2F%26response_type%3Dcode%26mode%3Dredirect (0)
06-08 16:19:11.863  18575-18790/? E/chromium﹕ [ERROR:gles2_cmd_decoder.cc(1938)] [.GpuRasterization]GL ERROR :GL_INVALID_OPERATION : GLES2DecoderImpl::DoWillUseTexImageIfNeeded: <- error from previous GL command
06-08 16:19:12.253  18575-18575/? W/BindingManager﹕ Cannot call determinedVisibility() - never saw a connection for the pid: 18575
06-08 16:19:12.303  18575-18575/? I/chromium﹕ [INFO:CONSOLE(0)] "XMLHttpRequest cannot load chrome-extension://boadgeojelhgndaghljhdicfkmllpafd/cast_sender.js. Cross origin requests are only supported for protocol schemes: http, data, https.", source: http://www.rdio.com/account/oauth2/authorize/?client_id=myclientid&redirect_uri=http://myapp.com/&response_type=code&mode=redirect (0)
06-08 16:19:12.303  18575-18575/? I/chromium﹕ [INFO:CONSOLE(0)] "XMLHttpRequest cannot load chrome-extension://dliochdbjfkdbacpmhlcpmleaejidimm/cast_sender.js. Cross origin requests are only supported for protocol schemes: http, data, https.", source: http://www.rdio.com/account/oauth2/authorize/?client_id=myclientid&redirect_uri=http://myapp.com/&response_type=code&mode=redirect (0)
06-08 16:19:12.303  18575-18575/? I/chromium﹕ [INFO:CONSOLE(0)] "XMLHttpRequest cannot load chrome-extension://hfaagokkkhdbgiakmmlclaapfelnkoah/cast_sender.js. Cross origin requests are only supported for protocol schemes: http, data, https.", source: http://www.rdio.com/account/oauth2/authorize/?client_id=myclientid&redirect_uri=http://myapp.com/&response_type=code&mode=redirect (0)
06-08 16:19:12.303  18575-18575/? I/chromium﹕ [INFO:CONSOLE(0)] "XMLHttpRequest cannot load chrome-extension://fmfcbgogabcbclcofgocippekhfcmgfj/cast_sender.js. Cross origin requests are only supported for protocol schemes: http, data, https.", source: http://www.rdio.com/account/oauth2/authorize/?client_id=myclientid&redirect_uri=http://myapp.com/&response_type=code&mode=redirect (0)
06-08 16:19:12.303  18575-18575/? I/chromium﹕ [INFO:CONSOLE(0)] "XMLHttpRequest cannot load chrome-extension://enhhojjnijigcajfphajepfemndkmdlo/cast_sender.js. Cross origin requests are only supported for protocol schemes: http, data, https.", source: http://www.rdio.com/account/oauth2/authorize/?client_id=myclientid&redirect_uri=http://myapp.com/&response_type=code&mode=redirect (0)
06-08 16:19:12.303  18575-18575/? I/chromium﹕ [INFO:CONSOLE(75)] "No cast extension found", source: http://www.rdio.com/account/oauth2/authorize/?client_id=myclientid&redirect_uri=http://myapp.com/&response_type=code&mode=redirect (75)
06-08 16:19:12.313  18575-18575/? I/chromium﹕ [INFO:CONSOLE(63)] "There was a fundamental error with the Chromecast stuff: ", source: http://www.rdio.com/account/oauth2/authorize/?client_id=myclientid&redirect_uri=http://myapp.com/&response_type=code&mode=redirect (63)
06-08 16:19:12.313  18575-18575/? I/chromium﹕ [INFO:CONSOLE(63)] "There was a fundamental error with the Chromecast stuff: ", source: http://www.rdio.com/account/oauth2/authorize/?client_id=myclientid&redirect_uri=http://myapp.com/&response_type=code&mode=redirect (63)
06-08 16:19:12.313  18575-18575/? I/chromium﹕ [INFO:CONSOLE(63)] "There was a fundamental error with the Chromecast stuff: ", source: http://www.rdio.com/account/oauth2/authorize/?client_id=myclientid&redirect_uri=http://myapp.com/&response_type=code&mode=redirect (63)
06-08 16:19:12.313  18575-18575/? I/chromium﹕ [INFO:CONSOLE(63)] "There was a fundamental error with the Chromecast stuff: ", source: http://www.rdio.com/account/oauth2/authorize/?client_id=myclientid&redirect_uri=http://myapp.com/&response_type=code&mode=redirect (63)
06-08 16:19:12.313  18575-18575/? I/chromium﹕ [INFO:CONSOLE(63)] "There was a fundamental error with the Chromecast stuff: ", source: http://www.rdio.com/account/oauth2/authorize/?client_id=myclientid&redirect_uri=http://myapp.com/&response_type=code&mode=redirect (63)
06-08 16:19:12.403  18575-18575/? W/BindingManager﹕ Cannot call determinedVisibility() - never saw a connection for the pid: 18575
06-08 16:19:12.883  18575-18575/? I/chromium﹕ [INFO:CONSOLE(1)] "[Mon Jun 08 2015 16:19:12 GMT-0700 (PDT)] [Services] Loader is ready", source: http://rdio1-a.akamaihd.net/media/client/core.rdio-marketing.8f913e5b6598f8ae10a9ddc705bf9477.js (1)
06-08 16:19:12.893  18575-18575/? I/chromium﹕ [INFO:CONSOLE(1)] "[Mon Jun 08 2015 16:19:12 GMT-0700 (PDT)] [Services] AutoPlay is ready", source: http://rdio1-a.akamaihd.net/media/client/core.rdio-marketing.8f913e5b6598f8ae10a9ddc705bf9477.js (1)
06-08 16:19:12.893  18575-18575/? I/chromium﹕ [INFO:CONSOLE(1)] "[Mon Jun 08 2015 16:19:12 GMT-0700 (PDT)] [Timer]", source: http://rdio1-a.akamaihd.net/media/client/core.rdio-marketing.8f913e5b6598f8ae10a9ddc705bf9477.js (1)
06-08 16:19:12.893  18575-18575/? I/chromium﹕ [INFO:CONSOLE(1)] "[Mon Jun 08 2015 16:19:12 GMT-0700 (PDT)] [Timer]", source: http://rdio1-a.akamaihd.net/media/client/core.rdio-marketing.8f913e5b6598f8ae10a9ddc705bf9477.js (1)
06-08 16:19:12.893  18575-18575/? I/chromium﹕ [INFO:CONSOLE(1)] "[Mon Jun 08 2015 16:19:12 GMT-0700 (PDT)] [Services] Stats is ready", source: http://rdio1-a.akamaihd.net/media/client/core.rdio-marketing.8f913e5b6598f8ae10a9ddc705bf9477.js (1)
06-08 16:19:12.893  18575-18575/? I/chromium﹕ [INFO:CONSOLE(1)] "[Mon Jun 08 2015 16:19:12 GMT-0700 (PDT)] [Services] ErrorReporter is ready", source: http://rdio1-a.akamaihd.net/media/client/core.rdio-marketing.8f913e5b6598f8ae10a9ddc705bf9477.js (1)
06-08 16:19:12.903  18575-18575/? I/chromium﹕ [INFO:CONSOLE(1)] "[Mon Jun 08 2015 16:19:12 GMT-0700 (PDT)] [Services] ShortcutManager is ready", source: http://rdio1-a.akamaihd.net/media/client/core.rdio-marketing.8f913e5b6598f8ae10a9ddc705bf9477.js (1)
06-08 16:19:12.913  18575-18575/? I/chromium﹕ [INFO:CONSOLE(1)] "[Mon Jun 08 2015 16:19:12 GMT-0700 (PDT)] [Services] Omniture is ready", source: http://rdio1-a.akamaihd.net/media/client/core.rdio-marketing.8f913e5b6598f8ae10a9ddc705bf9477.js (1)
06-08 16:19:12.923  18575-18575/? I/chromium﹕ [INFO:CONSOLE(1)] "[Mon Jun 08 2015 16:19:12 GMT-0700 (PDT)] [Services] Defer is ready", source: http://rdio1-a.akamaihd.net/media/client/core.rdio-marketing.8f913e5b6598f8ae10a9ddc705bf9477.js (1)
06-08 16:19:12.923  18575-18575/? I/chromium﹕ [INFO:CONSOLE(1)] "[Mon Jun 08 2015 16:19:12 GMT-0700 (PDT)] [Services] Hive is ready", source: http://rdio1-a.akamaihd.net/media/client/core.rdio-marketing.8f913e5b6598f8ae10a9ddc705bf9477.js (1)
06-08 16:19:12.933  18575-18575/? I/chromium﹕ [INFO:CONSOLE(1)] "[Mon Jun 08 2015 16:19:12 GMT-0700 (PDT)] [Services] LayoutManager is ready", source: http://rdio1-a.akamaihd.net/media/client/core.rdio-marketing.8f913e5b6598f8ae10a9ddc705bf9477.js (1)
06-08 16:19:12.953  18575-18575/? I/chromium﹕ [INFO:CONSOLE(1)] "[Mon Jun 08 2015 16:19:12 GMT-0700 (PDT)] API call failed:", source: http://rdio1-a.akamaihd.net/media/client/core.rdio-marketing.8f913e5b6598f8ae10a9ddc705bf9477.js (1)
06-08 16:19:12.973  18575-18575/? W/BindingManager﹕ Cannot call determinedVisibility() - never saw a connection for the pid: 18575
06-08 16:19:12.993  18575-18575/? I/chromium﹕ [INFO:CONSOLE(0)] "XMLHttpRequest cannot load chrome-extension://boadgeojelhgndaghljhdicfkmllpafd/cast_sender.js. Cross origin requests are only supported for protocol schemes: http, data, https.", source: https://www.rdio.com/account/oauth2/authorize/?client_id=myclientid&redirect_uri=http://myapp.com/&response_type=code&mode=redirect (0)
06-08 16:19:13.003  18575-18575/? I/chromium﹕ [INFO:CONSOLE(0)] "XMLHttpRequest cannot load chrome-extension://dliochdbjfkdbacpmhlcpmleaejidimm/cast_sender.js. Cross origin requests are only supported for protocol schemes: http, data, https.", source: https://www.rdio.com/account/oauth2/authorize/?client_id=myclientid&redirect_uri=http://myapp.com/&response_type=code&mode=redirect (0)
06-08 16:19:13.003  18575-18575/? I/chromium﹕ [INFO:CONSOLE(0)] "XMLHttpRequest cannot load chrome-extension://hfaagokkkhdbgiakmmlclaapfelnkoah/cast_sender.js. Cross origin requests are only supported for protocol schemes: http, data, https.", source: https://www.rdio.com/account/oauth2/authorize/?client_id=myclientid&redirect_uri=http://myapp.com/&response_type=code&mode=redirect (0)
06-08 16:19:13.003  18575-18575/? I/chromium﹕ [INFO:CONSOLE(0)] "XMLHttpRequest cannot load chrome-extension://fmfcbgogabcbclcofgocippekhfcmgfj/cast_sender.js. Cross origin requests are only supported for protocol schemes: http, data, https.", source: https://www.rdio.com/account/oauth2/authorize/?client_id=myclientid&redirect_uri=http://myapp.com/&response_type=code&mode=redirect (0)
06-08 16:19:13.003  18575-18575/? I/chromium﹕ [INFO:CONSOLE(0)] "XMLHttpRequest cannot load chrome-extension://enhhojjnijigcajfphajepfemndkmdlo/cast_sender.js. Cross origin requests are only supported for protocol schemes: http, data, https.", source: https://www.rdio.com/account/oauth2/authorize/?client_id=myclientid&redirect_uri=http://myapp.com/&response_type=code&mode=redirect (0)
06-08 16:19:13.003  18575-18575/? I/chromium﹕ [INFO:CONSOLE(75)] "No cast extension found", source: https://www.rdio.com/account/oauth2/authorize/?client_id=myclientid&redirect_uri=http://myapp.com/&response_type=code&mode=redirect (75)
06-08 16:19:13.003  18575-18575/? I/chromium﹕ [INFO:CONSOLE(63)] "There was a fundamental error with the Chromecast stuff: ", source: https://www.rdio.com/account/oauth2/authorize/?client_id=myclientid&redirect_uri=http://myapp.com/&response_type=code&mode=redirect (63)
06-08 16:19:13.003  18575-18575/? I/chromium﹕ [INFO:CONSOLE(63)] "There was a fundamental error with the Chromecast stuff: ", source: https://www.rdio.com/account/oauth2/authorize/?client_id=myclientid&redirect_uri=http://myapp.com/&response_type=code&mode=redirect (63)
06-08 16:19:13.003  18575-18575/? I/chromium﹕ [INFO:CONSOLE(63)] "There was a fundamental error with the Chromecast stuff: ", source: https://www.rdio.com/account/oauth2/authorize/?client_id=myclientid&redirect_uri=http://myapp.com/&response_type=code&mode=redirect (63)
06-08 16:19:13.003  18575-18575/? I/chromium﹕ [INFO:CONSOLE(63)] "There was a fundamental error with the Chromecast stuff: ", source: https://www.rdio.com/account/oauth2/authorize/?client_id=myclientid&redirect_uri=http://myapp.com/&response_type=code&mode=redirect (63)
06-08 16:19:13.003  18575-18575/? I/chromium﹕ [INFO:CONSOLE(63)] "There was a fundamental error with the Chromecast stuff: ", source: https://www.rdio.com/account/oauth2/authorize/?client_id=myclientid&redirect_uri=http://myapp.com/&response_type=code&mode=redirect (63)
06-08 16:19:13.473  18575-18575/? I/chromium﹕ [INFO:CONSOLE(1)] "[Mon Jun 08 2015 16:19:13 GMT-0700 (PDT)] [Services] Loader is ready", source: https://rdio1-a.akamaihd.net/media/client/core.rdio-marketing.8f913e5b6598f8ae10a9ddc705bf9477.js (1)
06-08 16:19:13.483  18575-18575/? I/chromium﹕ [INFO:CONSOLE(1)] "[Mon Jun 08 2015 16:19:13 GMT-0700 (PDT)] [Services] AutoPlay is ready", source: https://rdio1-a.akamaihd.net/media/client/core.rdio-marketing.8f913e5b6598f8ae10a9ddc705bf9477.js (1)
06-08 16:19:13.483  18575-18575/? I/chromium﹕ [INFO:CONSOLE(1)] "[Mon Jun 08 2015 16:19:13 GMT-0700 (PDT)] [Timer]", source: https://rdio1-a.akamaihd.net/media/client/core.rdio-marketing.8f913e5b6598f8ae10a9ddc705bf9477.js (1)
06-08 16:19:13.483  18575-18575/? I/chromium﹕ [INFO:CONSOLE(1)] "[Mon Jun 08 2015 16:19:13 GMT-0700 (PDT)] [Timer]", source: https://rdio1-a.akamaihd.net/media/client/core.rdio-marketing.8f913e5b6598f8ae10a9ddc705bf9477.js (1)
06-08 16:19:13.483  18575-18575/? I/chromium﹕ [INFO:CONSOLE(1)] "[Mon Jun 08 2015 16:19:13 GMT-0700 (PDT)] [Services] Stats is ready", source: https://rdio1-a.akamaihd.net/media/client/core.rdio-marketing.8f913e5b6598f8ae10a9ddc705bf9477.js (1)
06-08 16:19:13.493  18575-18575/? I/chromium﹕ [INFO:CONSOLE(1)] "[Mon Jun 08 2015 16:19:13 GMT-0700 (PDT)] [Services] ErrorReporter is ready", source: https://rdio1-a.akamaihd.net/media/client/core.rdio-marketing.8f913e5b6598f8ae10a9ddc705bf9477.js (1)
06-08 16:19:13.493  18575-18575/? I/chromium﹕ [INFO:CONSOLE(1)] "[Mon Jun 08 2015 16:19:13 GMT-0700 (PDT)] [Services] ShortcutManager is ready", source: https://rdio1-a.akamaihd.net/media/client/core.rdio-marketing.8f913e5b6598f8ae10a9ddc705bf9477.js (1)
06-08 16:19:13.503  18575-18575/? I/chromium﹕ [INFO:CONSOLE(1)] "[Mon Jun 08 2015 16:19:13 GMT-0700 (PDT)] [Services] Omniture is ready", source: https://rdio1-a.akamaihd.net/media/client/core.rdio-marketing.8f913e5b6598f8ae10a9ddc705bf9477.js (1)
06-08 16:19:13.513  18575-18575/? I/chromium﹕ [INFO:CONSOLE(1)] "[Mon Jun 08 2015 16:19:13 GMT-0700 (PDT)] [Services] Defer is ready", source: https://rdio1-a.akamaihd.net/media/client/core.rdio-marketing.8f913e5b6598f8ae10a9ddc705bf9477.js (1)
06-08 16:19:13.513  18575-18575/? I/chromium﹕ [INFO:CONSOLE(1)] "[Mon Jun 08 2015 16:19:13 GMT-0700 (PDT)] [Services] Hive is ready", source: https://rdio1-a.akamaihd.net/media/client/core.rdio-marketing.8f913e5b6598f8ae10a9ddc705bf9477.js (1)
06-08 16:19:13.513  18575-18575/? I/chromium﹕ [INFO:CONSOLE(1)] "[Mon Jun 08 2015 16:19:13 GMT-0700 (PDT)] [Services] LayoutManager is ready", source: https://rdio1-a.akamaihd.net/media/client/core.rdio-marketing.8f913e5b6598f8ae10a9ddc705bf9477.js (1)
06-08 16:19:13.543  18575-18575/? I/chromium﹕ [INFO:CONSOLE(0)] "Mixed Content: The page at 'https://www.rdio.com/account/oauth2/authorize/?client_id=myclientid&redirect_uri=http://myapp.com/&response_type=code&mode=redirect' was loaded over HTTPS, but requested an insecure favicon 'http://www.rdio.com/media/favicon_rdio_2012_11_15.ico'. This request has been blocked; the content must be served over HTTPS.", source: https://www.rdio.com/account/oauth2/authorize/?client_id=myclientid&redirect_uri=http://myapp.com/&response_type=code&mode=redirect (0)
06-08 16:19:13.863  18575-18575/? I/chromium﹕ [INFO:CONSOLE(1)] "[Mon Jun 08 2015 16:19:13 GMT-0700 (PDT)] [Services] ABTest is ready", source: https://rdio1-a.akamaihd.net/media/client/core.rdio-marketing.8f913e5b6598f8ae10a9ddc705bf9477.js (1)
06-08 16:19:14.063  18575-18575/? I/chromium﹕ [INFO:CONSOLE(1)] "[Mon Jun 08 2015 16:19:14 GMT-0700 (PDT)] [Analytics] : loaded | s23018173 | myuser", source: https://rdio1-a.akamaihd.net/media/client/core.rdio-marketing.8f913e5b6598f8ae10a9ddc705bf9477.js (1)
06-08 16:19:14.063  18575-18575/? I/chromium﹕ [INFO:CONSOLE(1)] "[Mon Jun 08 2015 16:19:14 GMT-0700 (PDT)] [Services] Analytics is ready", source: https://rdio1-a.akamaihd.net/media/client/core.rdio-marketing.8f913e5b6598f8ae10a9ddc705bf9477.js (1)
06-08 16:19:14.083  18575-18575/? I/chromium﹕ [INFO:CONSOLE(1)] "[Mon Jun 08 2015 16:19:14 GMT-0700 (PDT)] [Services] Updater is ready", source: https://rdio1-a.akamaihd.net/media/client/core.rdio-marketing.8f913e5b6598f8ae10a9ddc705bf9477.js (1)
06-08 16:19:14.253  18575-18575/? I/chromium﹕ [INFO:CONSOLE(1)] "[Mon Jun 08 2015 16:19:14 GMT-0700 (PDT)] using component:", source: https://rdio1-a.akamaihd.net/media/client/core.rdio-marketing.8f913e5b6598f8ae10a9ddc705bf9477.js (1)
06-08 16:19:14.343  18575-18575/? I/chromium﹕ [INFO:CONSOLE(1)] "[Mon Jun 08 2015 16:19:14 GMT-0700 (PDT)] [Services] Facebook is ready", source: https://rdio1-a.akamaihd.net/media/client/core.rdio-marketing.8f913e5b6598f8ae10a9ddc705bf9477.js (1)
06-08 16:19:14.363  18575-18575/? I/chromium﹕ [INFO:CONSOLE(1)] "[Mon Jun 08 2015 16:19:14 GMT-0700 (PDT)] [Analytics] : page | undefined | myuser", source: https://rdio1-a.akamaihd.net/media/client/core.rdio-marketing.8f913e5b6598f8ae10a9ddc705bf9477.js (1)
06-08 16:19:14.633  18575-18575/? I/chromium﹕ [INFO:CONSOLE(0)] "Mixed Content: The page at 'https://www.rdio.com/account/oauth2/authorize/?client_id=myclientid&redirect_uri=http://myapp.com/&response_type=code&mode=redirect' was loaded over HTTPS, but requested an insecure favicon 'http://www.rdio.com/media/favicon_rdio_2012_11_15.ico'. This request has been blocked; the content must be served over HTTPS.", source: https://www.rdio.com/account/oauth2/authorize/?client_id=myclientid&redirect_uri=http://myapp.com/&response_type=code&mode=redirect (0)
06-08 16:19:14.633  18575-18575/? I/chromium﹕ [INFO:CONSOLE(0)] "Mixed Content: The page at 'https://www.rdio.com/account/oauth2/authorize/?client_id=myclientid&redirect_uri=http://myapp.com/&response_type=code&mode=redirect' was loaded over HTTPS, but requested an insecure favicon 'http://www.rdio.com/media/favicon_rdio_2012_11_15.ico'. This request has been blocked; the content must be served over HTTPS.", source: https://www.rdio.com/account/oauth2/authorize/?client_id=myclientid&redirect_uri=http://myapp.com/&response_type=code&mode=redirect (0)
06-08 16:19:14.653  18575-18575/? I/chromium﹕ [INFO:CONSOLE(1)] "[Mon Jun 08 2015 16:19:14 GMT-0700 (PDT)] [Analytics] : identify | s23018173 | myuser", source: https://rdio1-a.akamaihd.net/media/client/core.rdio-marketing.8f913e5b6598f8ae10a9ddc705bf9477.js (1)
06-08 16:19:14.693  18575-18575/? E/CollectionActivitybase﹕ rdio intent request code
06-08 16:19:14.693  18575-18575/? E/CollectionActivitybase﹕ rdio 2 authorized in activity
06-08 16:19:14.693  18575-18575/? E/CollectionActivitybase﹕ processing rdio auth data
06-08 16:19:14.693  18575-18575/? D/PhoneWindow﹕ *FMB* installDecor mIsFloating : true
06-08 16:19:14.693  18575-18575/? D/PhoneWindow﹕ *FMB* installDecor flags : 8388608
06-08 16:19:14.723  18575-18575/? E/CollectionActivitybase﹕ resuming activity
06-08 16:19:14.723  18575-18720/? I/System.out﹕ (HTTPLog)-Static: isSBSettingEnabled false
06-08 16:19:14.753  18575-18575/? E/CollectionActivity﹕ library: rdio spotify login handled: false loading spotify: false
06-08 16:19:14.753  18575-18575/? E/CollectionActivity﹕ selecting list view: 1 for collection: rdio
06-08 16:19:14.753  18575-18575/? E/CollectionActivity﹕ rdio2isStarted: false rdio2IsPrepared: true rdio2ispreparing: false
06-08 16:19:14.753  18575-18575/? E/CollectionActivity﹕ we are awaiting preparations...
06-08 16:19:14.753  18575-18575/? D/MultiPhoneWindow﹕ MinimizeAnimator::removeWindow 

Thanks for any help you offer.

@acidmath acidmath closed this as completed Jun 9, 2015
@acidmath acidmath reopened this Jun 9, 2015
@acidmath
Copy link
Author

acidmath commented Jun 9, 2015

I also recently did a factory reset on the device, and I'm not sure if the cached user was working after that.

@rstecker
Copy link

What are the side effects of the problem? I don't see an error in the logs. Does it just sit there?

Usually the processWebViewActivity method would shortly call onRdioAuthorized with the oauth2 token, but no longer does.

Is the processWebViewActivity method being called and nothing is happening, or is it not even reaching that branch of the code?

@acidmath
Copy link
Author

The processWebViewActivity method is called, and then nothing happens. In my app, I have a loading spinner that is not removed, since it usually waits for onRdioAuthorized.

@rstecker
Copy link

Can you write in to [email protected] with your client ID, the redirect URI you're using in the app, and the username of the user you're trying to log in with?

@rstecker
Copy link

Hi @acidmath ,

We just posted 3.0.3 for the Android SDK. Could you give that a try and let me know if you're still experiencing problems?

http://blog.rdio.com/developers/2015/06/android-sdk-v303.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants