Giter VIP home page Giter VIP logo

Comments (26)

thompsk avatar thompsk commented on May 12, 2024

Try cycling enable. Thats the only way I got it to work.

from batarang.

sbadame avatar sbadame commented on May 12, 2024

I'm not really sure what you mean by cycling, but turning it on and off a bunch of times seems to make no difference.

from batarang.

thompsk avatar thompsk commented on May 12, 2024

yes off and on and off and on - and even then it doesn't always work and/or pick up changes in the scope. I also uninstalled the extension and reinstalled. took a few hours of playing and now i have a 50% useful debugger - which is better than nothing

from batarang.

GEverding avatar GEverding commented on May 12, 2024

I've been having the same problem. Has anyone figured out why this is happening?

from batarang.

sbadame avatar sbadame commented on May 12, 2024

Not that I know of. I gave up on the extension and have resorted to log
statements until this is cleared up :(

On Mon, Dec 3, 2012 at 12:11 PM, Garrett Everding
[email protected]:

I've been having the same problem. Has anyone figured out why this is
happening?


Reply to this email directly or view it on GitHubhttps://github.com//issues/39#issuecomment-10961847.

from batarang.

johnnyelwailer avatar johnnyelwailer commented on May 12, 2024

I had this problem too in our app for a while, then a few batarang versions later, it worked. It's probably an error in batarang, if you press f12 in chrome to open dev tools window then press f12 again to open dev tools for the devtools page, there the batarang errors should be logged, maybe that gives a little more details.

from batarang.

btford avatar btford commented on May 12, 2024

Hey guys, these are known bugs, and I'm working on getting a fix ASAP. Sorry for all the trouble.

from batarang.

alex-okrushko avatar alex-okrushko commented on May 12, 2024

@sbadame, Actually "multiple re-enabling" worked for me. But not always. Thanks for the advise @thompsk

from batarang.

sbadame avatar sbadame commented on May 12, 2024

Even with multiple re-enabling I was never able to get it to work.

On Tue, Dec 18, 2012 at 7:37 PM, Alex Okrushko [email protected]:

@sbadame https://github.com/sbadame, Actually "multiple re-enabling"
worked for me. But not always. Thanks for the advise @thompskhttps://github.com/thompsk


Reply to this email directly or view it on GitHubhttps://github.com//issues/39#issuecomment-11512531.

from batarang.

btford avatar btford commented on May 12, 2024

I've released a new version of Batarang since that seems to address this issue. I'm tentatively closing this, but if the issue persists for any of you, let me know and I'll re-open this. Thanks!

from batarang.

sbadame avatar sbadame commented on May 12, 2024

Is the fix in the version on the chrome store? or on the version with the
repo?

Both seem to still have the same behavior :(

On Fri, Jan 11, 2013 at 2:53 PM, Brian Ford [email protected]:

I've released a new version of Batarang since that seems to address this
issue. I'm tentatively closing this, but if the issue persists for any of
you, let me know and I'll re-open this. Thanks!


Reply to this email directly or view it on GitHubhttps://github.com//issues/39#issuecomment-12160636.

from batarang.

tomko80 avatar tomko80 commented on May 12, 2024

Latest browser and latest version from store - I'm having the same problem.

from batarang.

bradw2k avatar bradw2k commented on May 12, 2024

I am seeing this today. I check "Enable". Then under Options, the three options are all clear. I check them all, with no perceivable effect. Then I go to the Models tab. The only scope listed is "< Scope()", clicking it has no effect. On the right is the Enable Inspector button. When I click that button, a pop-up windows says "{ Please select a scope }"; I click the plus sign in the pop-up then select an outlined scope in the client area, one with models. Yet still Batarang only shows "< Scope()".

image

from batarang.

MagRelo avatar MagRelo commented on May 12, 2024

I'm having a similar problem. I thought I'd add that the angular version is not being picked up:

Using v1.1.4 loaded from https://ajax.googleapis.com/ajax/libs/angularjs/1.1.4/angular.min.js

screen shot 2013-07-30 at 5 47 12 pm

from batarang.

Gistavo avatar Gistavo commented on May 12, 2024

I had a similar problem trying to load my app as a local file. Using a local server did the trick for me.

from batarang.

ankitdes avatar ankitdes commented on May 12, 2024

Scope is not visible for me be it a html from my folder or a dynalic web page,I have tried changing the extension settings and "Allow access to file URLs" still does not work

from batarang.

tforsberg avatar tforsberg commented on May 12, 2024

I am having the same problem. I tried to cycle the "enable" several times and still no luck.

from batarang.

saketj avatar saketj commented on May 12, 2024

Check the url of the file that you are viewing in the browser. If it is something like 'file://', then you have opened the file directly in the browser and that may be one of the reasons why Batarang may not be working correctly.
Try using a local server to render those html files in the browser and that should fix it.

from batarang.

tforsberg avatar tforsberg commented on May 12, 2024

I am using a local server (IIS Express, Windows 7 64-bit)

On Sun, Jun 8, 2014 at 3:16 AM, saketuec [email protected] wrote:

Check the url of the file that you are viewing in the browser. If it is
something like 'file://', then you have opened the file directly in the
browser and that may be one of the reasons why Batarang may not be working
correctly.
Try using a local server to render those html files in the browser and
that should fix it.


Reply to this email directly or view it on GitHub
#39 (comment)
.

-Todd

from batarang.

derekwebb avatar derekwebb commented on May 12, 2024

Using:

Ubuntu 14.04.1 LTS
Chrome 39.0.2171.65
Batarang 0.4.3 stable

I am getting the same issues that were evidently present way back in 2013 with bradw2k et. al. I checked the allow local files in the extension settings and re-enabled several times. No gold. I guess I will try ng-inspector. Hope it functions. -_- Console.log just isnt cutting it for me but I guess if all else fails, it will have to do.

from batarang.

tgoyer avatar tgoyer commented on May 12, 2024

I've been using ng-inspector for awhile since Batarang has been severely borked. It works pretty well.

from batarang.

derekwebb avatar derekwebb commented on May 12, 2024

Yeah I tried it a minute ago. I set it to allow local file useage and all that. Fired up a new Chrome instance, and found that it too was unresponsive. Clicking on the new Angular icon (top left corner in the browser) was doing nothing at all. Oh well... Guess it must be my setup or something. Perhaps it may be getting interference from one of my other extensions? Thanks anyway!

from batarang.

tgoyer avatar tgoyer commented on May 12, 2024

Maybe an extension like AdBlocker or something is interfering?

from batarang.

derekwebb avatar derekwebb commented on May 12, 2024

Well, I don't use an ad blocker, however I do use FlashControl to prevent flash from displaying by default. Flash crashes too much to be trusted.

My extensions:

ColorZilla 0.5.5
FlashControl 6.13.0
JSON Editor 3.3.0
Nimbus Screenshot 6.2.0
YSlow 3.1.2

Sometime I might try turning them off and giving it another whack but for now I am just going to console.log and hope for the best. Thanks again!

from batarang.

tgoyer avatar tgoyer commented on May 12, 2024

No worries! Good luck!

from batarang.

is0sceles avatar is0sceles commented on May 12, 2024

I was getting CANNOT GET/ when I tried enabling Batarang. I turned off AdBlocker like @tgoyer suggested and voilà !

from batarang.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.