GithubHelp home page GithubHelp logo

Comments (16)

mrcoles avatar mrcoles commented on July 19, 2024 1

This was resolved in a recent update—I think v2.4. The manifest needs unlimitedStorage as a permission to avoid that quota error. Sorry for the long delay, thank you for the info! 🍕 🍕 🍕

from full-page-screen-capture-chrome-extension.

mrcoles avatar mrcoles commented on July 19, 2024

Thank you for the informative issue @randomdrake ! Can you please also try right-clicking on the popup and hitting inspect on that to see if you get the error too? Let me know and we’ll take it from there.

I’ve unfortunately been unable to create this issue myself, but a number of people have definitely been reporting it (less thoroughly than you 😏 ). Additionally, I have not tested it on Chrome 53.x yet… it will be interesting to see if that has anything to do with it.

from full-page-screen-capture-chrome-extension.

randomdrake avatar randomdrake commented on July 19, 2024

@mrcoles I'm not certain what you mean by

hitting inspect on that to see if you get there error too

I went ahead and did that and it ran through it's thing, reported the same as above. Nothing in console, just the HTML output:

https://gist.github.com/randomdrake/b4ab457183f47b04a22200e7960cbf8b

Thanks for the prompt response and let me know if there's anything else I can do to help.

from full-page-screen-capture-chrome-extension.

mrcoles avatar mrcoles commented on July 19, 2024

If you right click on the pop up and view the "console" tab in the window
that pops up are there any other logs or errors than what else you've
previously posted?
On Wed, Aug 31, 2016 at 6:02 PM David Drake [email protected]
wrote:

@mrcoles https://github.com/mrcoles I'm not certain what you mean by

hitting inspect on that to see if you get there error too

I went ahead and did that and it ran through it's thing, reported the same
as above. Nothing in console, just the HTML output:

https://gist.github.com/randomdrake/b4ab457183f47b04a22200e7960cbf8b

Thanks for the prompt response and let me know if there's anything else I
can do to help.


You are receiving this because you were mentioned.

Reply to this email directly, view it on GitHub
#57 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AAIVy9SDnYeZiJGBgbS7lW90rDJI4M2Aks5qlfoFgaJpZM4Jx_FB
.

from full-page-screen-capture-chrome-extension.

randomdrake avatar randomdrake commented on July 19, 2024

Sorry, but no.

Here's what I did.

Attempted to run it and got:
screenshot 2016-08-31 15 06 02

Right clicked and inspected:
screenshot 2016-08-31 15 06 13

It ran again, and provided:
screenshot 2016-08-31 15 06 34

And the window looked like:
screenshot 2016-08-31 15 06 48

from full-page-screen-capture-chrome-extension.

randomdrake avatar randomdrake commented on July 19, 2024

@mrcoles so I went ahead and started digging into the code. When I installed from the git clone, following your instructions in README, it worked just fine!

Of note, in the Extensions window it lists it as Full Page Screen Capture 1.0.1 - but it works just like it used to. No errors or anything.

from full-page-screen-capture-chrome-extension.

mrcoles avatar mrcoles commented on July 19, 2024

@randomdrake hrm… interesting. I pushed an update to the chrome webstore for v2.2 that does some better logger. Whenever you get the update, if you try right-clicking on the extension popup to inspect again and see if anything comes up in the console, LMK. It should say something now in red, and if you click on the little gray arrow to the left of the error message, it will expand to show a short stack trace.

from full-page-screen-capture-chrome-extension.

randomdrake avatar randomdrake commented on July 19, 2024

@mrcoles well, the new version works like a charm. There's no error to report. Just seeing the nice new header for the first time (nice addition).

Sorry, I know you were probably hoping for an error to point to but everything seems to work just fine now. Sometimes that's okay too, right?

Edit: thanks much for your timeliness in your responses by the way. Got any kind of tip jar or can I at least give some shoutout love on Twitter?

from full-page-screen-capture-chrome-extension.

mrcoles avatar mrcoles commented on July 19, 2024

Ha! Yeah, a little disappointed, but happy it's at least working. Please
report if you see this again, and thank you for creating the issue! 😎
On Thu, Sep 1, 2016 at 10:53 AM David Drake [email protected]
wrote:

@mrcoles https://github.com/mrcoles well, the new version works like a
charm. There's no error to report. Just seeing the nice new header for the
first time (nice addition).

Sorry, I know you were probably hoping for an error to point to but
everything seems to work just fine now. Sometimes that's okay too, right?


You are receiving this because you were mentioned.

Reply to this email directly, view it on GitHub
#57 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AAIVyxWu1z8sEekGaW1U_A2Tn-y0kny9ks5qlub5gaJpZM4Jx_FB
.

from full-page-screen-capture-chrome-extension.

beto-c avatar beto-c commented on July 19, 2024

@randomdrake and @mrcoles FYI, thank you for this thread! Just got this error and it was driving me crazy (because I love this extension). Inspected the pop-up and, lo and behold, found the issue:

errorHandler DOMException: The operation failed because it would cause the application to exceed its storage quota. errorHandler @ popup.js:98

screen shot 2017-05-03 at 12 26 16 pm

Now trying to figure out where the cache is for this so I can see if deleting items will resolve it.

from full-page-screen-capture-chrome-extension.

mrcoles avatar mrcoles commented on July 19, 2024

hey @beto-c it’s best to create a new issue rather than add to an existing one (unless you’re certain it’s the same underlying issue)

However, for your particular case, if you go to the result of a screenshot and click on the clock icon in the top right, then you can see all the old screenshots. If you scroll all the way to the bottom, you there’s a link to clear all of the screenshots. Maybe that helps?

from full-page-screen-capture-chrome-extension.

Dreeg avatar Dreeg commented on July 19, 2024

Hi, I'm having the same @beto-c problem on any page, even www.google.com, and I don't find where to empty the storage.

[...] if you go to the result of a screenshot and click on the clock icon in the top right, then you can see all the old screenshots.

However, online I found these suggestions:

from full-page-screen-capture-chrome-extension.

mrcoles avatar mrcoles commented on July 19, 2024

@Dreeg scroll to the bottom of that view and click on the link that says “Clear all screen captures”

screen shot 2017-12-31 at 12 18 16 pm

from full-page-screen-capture-chrome-extension.

Dreeg avatar Dreeg commented on July 19, 2024

My problem is to find "that view". I can only see site page and pop-up of application, at most the inspection of the two pages.

from full-page-screen-capture-chrome-extension.

mrcoles avatar mrcoles commented on July 19, 2024

@Dreeg Ah, I see. Try this out:

  1. Go to Window > Extensions and find the ID for the “Full Page Screen Capture”, e.g.,

     ID: niklbhhahbmbkhkgdlgogdcfebmlfcok
    
  2. Insert that ID value into this URL: chrome-extension://<id_here>/capture/index.html

  3. Paste that into your browser and you should now be on a screen where you can click the “View Captures” icon on the top right

Let me know if this works or not. I clearly need to come up with a better solution here, but your answer will help.

from full-page-screen-capture-chrome-extension.

isaiane avatar isaiane commented on July 19, 2024

from full-page-screen-capture-chrome-extension.

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.