silexlabs / cloud-explorer

*this version is deprecated, see CloudExplorer2* File manager for your users cloud services such as dropbox, google drive and FTP
http://cloud-explorer.org
52 stars 23 forks source link

Missing in index_popup.html #24

Closed chaurunda closed 10 years ago

chaurunda commented 10 years ago

Hi ! In the index_popup.html, when I click on "Pick", the different webapp are missing (like dropbox and other)

chaurunda commented 10 years ago

For more information:

There is a 404 error when I load my page

Cannot GET /cloud-explorer/api/v1.0/services/list/

zabojad commented 10 years ago

Hi !

I just updated the README so please review it and check if everything matches your settings.

What do you have in the unifile console ? (nodejs)

Also, index_popup.html has been renamed to index.html in my last commits...

chaurunda commented 10 years ago

Hi again

I've make the update of the repo but there is the same error again. There is what I did.

1st I clone the repo on my laptop, then I run npm install and then I edit the api-server.js file, line 18 : name: "/",

Then I run the server.

I can see the popin with the dropbox connection, (and the other windows to allow unifile access to my dropbox account) but when I close, 2 requests (Post and Get) still loading ...

This is what my server's console show me :

-------------------------------------
User request: [ 'dropbox', 'account', '' ]
-------------------------------------
User request: [ 'dropbox', 'exec', 'ls', '' ]
---------------------
--------------------- Caught exception:  [TypeError: Cannot read property 'contents' of null] ---------------------
---------------------
---------------------
--------------------- Caught exception:  [TypeError: Cannot read property 'contents' of null] ---------------------
---------------------
---------------------
--------------------- Caught exception:  [SyntaxError: Invalid regular expression: /^\/: \ at end of pattern] ---------------------
---------------------
chaurunda commented 10 years ago

After testing on linux, it works, so, on windows (I know ...) there is a problem (writable or readable I don't know)

lexoyo commented 10 years ago

I guess you should forget running this on windows And I suppose that you don't have time to install linux ;) So I advise you to use cloud 9 as an IDE and virtual machine

zabojad commented 10 years ago

Hi Arnaud, I will check this as soon as I can but in the meanwhile, it would be indeed good to run it on a linux or mac...