-
Notifications
You must be signed in to change notification settings - Fork 51
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
Screenshot not generated #145
Comments
@artemgrygor could you take a look? |
@rlasjunies @outcoldman it was hosted not on my primary subscription and for some reason it was disabled. Will try to setup on the main one with the same url. |
@outcoldman I can't setup a new instance with the same url because the previous subscription is not canceled. I've written a support ticket. |
ok, thanks to MS support I recreated the subscription. So dewey-server is working now. But the screenshots no. |
@artemgrygor thank you for doing that! screenshots are always a problem :( @jamiewilson your thoughts? |
Thank guys, The 'favicon' are shown in the thumbnail. |
@rlasjunies please switch off "Show screenshot" options in the settings menu while we're looking for the solution. |
Hi Guys, I've spent few hours on the webshot. Phantom, used in webshot, seems to be very complex app. Idea: can chrome ext. open new tabs, on the url we want thumbnail and take screenshot? PS: I do not know Chrome Ext, Browserify ... so my analysis can be wrong |
Hi @artemgrygor, @jamiewilson, @outcoldman Me again. I did several trialsss on the local screenshot generation. The only way I found without a dedicated server is:
Pro:
Cons:
I will clean a little bit my trial. If you are interested let me know, I can create a new branch and share with you. Even if it's not as good than the server, one of the main feature of Dewey is still available. Additionally I've some questions:
Richard |
We thought about generating screenshots on client, but as you see it is not easy and requires additional clicks from user. Plus if computer will be slow (like chromebook) - it can work really bad.
I believe there was a reason for that. Extension could not do something, which we need to do in App.
Take a look on https://github.com/deweyapp/deweylauncher
Did not get this question. |
@artemgrygor have you started to work on integrating My thoughts about it If we are going to implement our own web server for generating screenshots:
|
@artemgrygor ping |
@outcoldman @jamiewilson Omg, sorry guys. For some reason haven't answered this one. |
@artemgrygor np, I can take a look into it, when I will have a time, don't want us both to work on the same thing. Just wanted to check if you have started looking into it. I will try to build some prototype. |
I get the following JSON Response when trying to hit That's happening with all my screenshots. |
@artemgrygor do you have any stats - how many requests we were generating for the dewey users in hour / day? Also maybe how much traffic have we used on our proxy server? |
@outcoldman yes, I could probably get it from Azure stat but right now the portal is down :-) I can see web apps but not information about app itselft. I got lots of "Failed to load resource: net::ERR_CONNECTION_TIMED_OUT" |
458k in a week, right? 6k in an hour? |
Yes, looks like correct. |
@artemgrygor up to you, as far as I know - Azure is not free :D But if you will host it with your account - that will be wonderful. |
@outcoldman right now we are using my free subscription, I don't pay for this. We can increase the plan and move it to my bizspark subscription if needed. Will have a look on DO too. |
@artemgrygor so this is a plan I see:
To make a load on the server a little bit less - I guess we should remove url parameters. |
@outcoldman looks good for me. I don't know 1 and 2 so will have a look on your prototype. |
@artemgrygor I have setup milestone v1 https://github.com/deweyapp/dewey-server/issues?q=is%3Aopen+is%3Aissue+milestone%3Av1 , let's create new branch |
btw, if anybody wants to help with all of that - feel free to do that |
I have deployed version 4.0.0 which is basically one big change - using our own screenshot generating server. If you want to help:
|
Hi all,
1st of all Great extension!
The screenshots are not generated on my installation. Looking in the code I feel the screenshots are generated calling this url 'http://dewey-server.azurewebsites.net/screenshot?query='
Unfortunatelly when calling it, I've got the answer 'Error 403 - web app is stopped'
Did I missed something?
The text was updated successfully, but these errors were encountered: