Upload stuck on Chrome Extension - google-chrome-extension

I just made Google Chrome Extension and created a .zip file from it. Then when I am trying to upload it, its taking forever to do anything.
http://img23.imageshack.us/img23/3370/20101208022006.png
Is that normal?

I had the same problem a few days ago (are you at the latest developer branch)? When this happened I also got permissions error when I was trying to access desktop from file upload dialog. Restarting the computer helped.

Related

don't show photos after production in next.js

I made an application with Next.js and used node.js in the api part. I had no problems using it on my own computer, but when I run it on my server in digitalocean, the photos I uploaded from the administration panel are not shown. When I check the database and directory, there is no problem. The photo is being recorded there. section is correct when I enter the site and check it. When I wear path / file.jpg it gives 404 error.
There is no problem in the previous recordings and it shows the photos. The photos do not show after running on the server.
I made folder permissions 777, but nothing else came to my mind. I didn't add code because I didn't think there was a problem with the code.
I solved the problem as follows: It started to work after defining express static files into the API.

Extension downloading freezing at "checking"

My adblock extension was acting buggy, so I uninstalled it. When I went to reinstall it, it got stuck on "Checking". And it never moves past it. Whenever I try to restart the download, it says that I already have it downloading.
I've tried resetting things, I've restarted my browser, signed off of my google account. Everything I can think of and that I've seen suggested.
If anyone reads this, try turning off "Use Hardware Acceleration" in your chrome settings. Use search to find it on settings menu. Fixed the issue on my VM.
There is a discussion in the adblock forum about this issue. I don't know if you have already seen this, but I think it is worth looking at; as there are several suggestions on how to resolve this.
Try the development version.
Change the download location specified in chrome.
Check if you are logged with your users in store.
Hope this helps.
Steps to resolve:
Completely stop Chrome (you'll need to exit Chrome in your task bar even after closing the Chrome window).
Rename your Extension State directory to Extension State.bak.
Restart Chrome.
Below is the path of the Extension State directory on Windows:
C:\Users\<user_name>\AppData\Local\Google\Chrome\User Data\Default\Extension State
See Where does Chrome store extensions? for the Extension State path on other operating systems.

Unity3d- crossdomain.xml policy file not found when trying to register to a database server

I am having this problem for about two days now and I tried all the solutions that I could find online, but still no luck.
what's happening is that in my game, when I press a specific button I am supposed to register to a private database server of mine that is hosted in azure.
when running the build on IOS or Android I have no problem with registering, but in the Unity web player build I get a "Rejected because no crossdomain.xml policy file was found" error, even though I made sure that the file is located in the root of my server and is formatted ASCII, as written in the Unity sandbox guide.
I am only using the WWW class and no socket.
When I try registering from my localhost and from the unity editor i have no problems, but only when i upload the html file to an online host, such as dropbox, and access it through a URL the problem occurs.
if anyone can help me find the problem it would be amazing. I have finished my game and it works perfectly on all platforms except the web player, so it is the only thing that is holdin me back. thanks allot
In the docs on unity webplayer sandbox it gives you the reason for this. A quick fix is to add a file accesable on http://yourdomain/crossdomain.xml with the contents:
<?xml version="1.0"?>
<cross-domain-policy>
<allow-access-from domain="*"/>
</cross-domain-policy>

Spotify app failure to load

I have looked extensively through SO, but have yet to find any help with this question, despite trying almost every recommendation.
https://github.com/danwaz/powerhour
trying to install this app on Spotify. I do have a developer account, and have created the necessary dir in ~/documents/Spotify
For whatever reason, I am shown a loading bar when I attempt to load the app according to how the manifest details the bundle. I do get a "metadata started" message, but nothing loads...it just sits there spinning its' wheels.
Any recommendations from anyone?
What platform are you on?
If you're on a Mac or Linux, the folder should be ~/Spotify, where ~ is your home directory.
If you're on Windows, it should be in the Spotify directory of your My Documents folder.

How to debug "Gallery system error, please try again later"?

Trying to upload this file: https://github.com/ripper234/explainxkcd/blob/master/releases/0.2.zip to the store, and I keep getting this error:
Gallery system error, please try again later.
Meanwhile, updating another extension worked well for me.
I already posted to the Chromium Apps Google Group. Anything more I can try in the meantime to debug this?
I had had the same problem, than I found the solution.
This is all about compressing method.
You should select compressing method as "Store".
I tried on your files, yes It worked, it was uploaded successfully.
Here what I means for Winrar,

Resources