facebook

White screen on GapDebug client

  1. GapDebug
  2.  > 
  3. Getting Help – GapDebug
Viewing 15 posts - 1 through 15 (of 23 total)
  • Author
    Posts
  • #475531 Reply

    unai
    Participant

    Hi!

    I have all set up correctly, I checked with my personal phone and everything was working just fine. But with my working/testing device I get a white screen on the app tab of the client. Pretty much like this: http://s1166.photobucket.com/user/TheCodeDestroyer/media/ss_zps9c322ecf.png.html

    What can I do?

    Thanks!

    #475533 Reply

    support-vadim
    Participant

    Hi unai,

    Could you please open Google Chrome inspector (Ctrl+Shift+I) and show us console output? It might contain error messages that should help us to narrow down the issue.

    Regards,
    Vadim Ridosh

    #475534 Reply

    unai
    Participant

    Sure, there you go.

    Thanks Vadim.

    Attachments:
    You must be logged in to view attached files.
    #475536 Reply

    unai
    Participant

    By the way, it happens with any app, and also while trying to debug web browser pages.

    #475537 Reply

    support-vadim
    Participant

    Hm!

    That’s interesting.
    When tab is opened, could you please enter this
    $(‘div.iframe-wrapper > iframe’)
    into inspector’s JS console and show me the result?

    #475538 Reply

    unai
    Participant

    Of course, here it is:

    Attachments:
    You must be logged in to view attached files.
    #475540 Reply

    support-vadim
    Participant

    looks like in Chrome translated “>” into “& gt ;”, which brakes the code snippet 🙁
    could you please fix it?

    #475543 Reply

    unai
    Participant

    Oh yes, sorry, I’m more sleepy than I thought. Here:

    Attachments:
    You must be logged in to view attached files.
    #475545 Reply

    support-vadim
    Participant

    things aren’t OK yet 🙂
    could you please replace “artistic” quote marks with regular ones (double or single, whatever)?

    #475602 Reply

    unai
    Participant

    Ok, done. Returns null :/

    #475622 Reply

    support-vadim
    Participant

    Are you sure debugger’s tab was opened when you entered this command?

    #475673 Reply

    unai
    Participant

    Yeah, I’m sure.

    #475758 Reply

    support-vadim
    Participant

    Hi unai,

    Let’s try another approach
    Could you please open Elements tab in devtools, then find iframe element that has “src” attribute that starts from /chromedevtools/. I need to know the full contest of this “src” attribute to reproduced the problem on my side.

    I has one another Q: what’s you Chrome version? Is it regular one, or may be beta or canary build?

    #475786 Reply

    unai
    Participant

    Alright, here’s the whole src attribute:

    src="/chromedevtools/ecae3b422c2c60aca562b24d90474b1cf153f9fd/serve_rev/@202161/inspector.html?ws=localhost:8080/devtools/page/745cdac2c22449bde1fca980252bd70c&remoteFrontend=true".

    And yes, I’m in Chrome beta version 50.0.2661.66 beta-m (64-bit)

    Attachments:
    You must be logged in to view attached files.
    #475829 Reply

    support-vadim
    Participant

    Thank you for the info, I’ll try to reproduce it on my side.
    BTW, does regular Chrome or Chrome Canary work for you?

Viewing 15 posts - 1 through 15 (of 23 total)
Reply To: White screen on GapDebug client

You must be logged in to post in the forum log in