Birnbaum2001 / GCComment

7 stars 7 forks source link

Strange behaviour -- Chrome and GCComment #7

Closed Cappa-d closed 9 years ago

Cappa-d commented 9 years ago

Hiho!

Just recently upgraded to the new release version. As before the dropbox auth does not work for me at all.. GCLH works perfectly and I do not get it why it does not with GCComment. Auth fails but Folder was created in dropbox.. Export however delivers nothing. Any idea how to solve this?

Tried the hints I found in the geoclub forum...

I understood that MMover does not work in Chrome atm. Any idea if it will in the future?

Not sure if I will switch back from Chrome to FF just because of the GCComment functions.

lukeIam commented 9 years ago

As before the dropbox auth does not work for me at all.. GCLH works perfectly and I do not get it why it does not with GCComment. Auth fails but Folder was created in dropbox.. Export however delivers nothing. Any idea how to solve this?

The library we use just not return from the OAuth2-Handshake in some circumstances. (It is working here without any problem)

I understood that MMover does not work in Chrome atm. Any idea if it will in the future? Difficult to say. The problem is create by GS by forcing https on the map page but not allowing https on the profile page. For the localstore these are two complete different pages. As workaround a made an iframe to the mappage to get the data from a http page -> this is denied by chrome now, as an https page should not contain any insecure content.

But you can can make a exception: click on the this icon on the map an allow insecure content temporarily. chrome

Cappa-d commented 9 years ago

Ok thanks for the MMover part.

What I do not get at all is the fact that GCLH is working export / import but GCComment fails.... I have no idea what else I could do. Logged out of Dropbox, deleted the folder etc. but as for others I anways get an empty page when directing back to geocaching.com/my...

lukeIam commented 9 years ago

What I do not get at all is the fact that GCLH is working export / import but GCComment fails....

Some people have the problem with gclh too...

I anways get an empty page when directing back to geocaching.com/my...

See https://github.com/dropbox/dropbox-js/issues/176

Cappa-d commented 9 years ago

ok muss ich im js für dropbox anpassen anpassen oder wo?

lukeIam commented 9 years ago

ok muss ich im js für dropbox anpassen anpassen oder wo?

leider wohl ein Bug in dropbox.js oder wie wir es verwenden. Das was dort steht war nur mal ein Versuch es zu fixen (wurde in der dropbox.js Datei durchgeführt)

Cappa-d commented 9 years ago

hmm ok also muss ich erstmal damit leben und kann nichts weiter tun weil das im JS anzupassen dazu bin ich zu wenig DEV und zu sehr User ;)

lukeIam commented 9 years ago

hmm ok also muss ich erstmal damit leben

ich befürchte erstmal ja (manueller im/export)

lukeIam commented 9 years ago

I understood that MMover does not work in Chrome atm. Any idea if it will in the future?

MMover is back with the new release

And a made a new issue for the db problem: #10