|
2010-05-01
, 04:27
|
Posts: 6 |
Thanked: 0 times |
Joined on Aug 2009
|
#32
|
|
2010-05-03
, 10:42
|
Posts: 10 |
Thanked: 2 times |
Joined on May 2010
|
#33
|
Hello,
Barriosquare is my fav app, it was working well until I installed SW v. 10.2010.16-8..
Now it does not even connect and keeps showing the "foursquare.com Gateway Error" message...
any idea what this could be?
thanks
The Following User Says Thank You to Mad-Halfling For This Useful Post: | ||
|
2010-05-03
, 10:55
|
Posts: 10 |
Thanked: 2 times |
Joined on May 2010
|
#34
|
|
2010-05-03
, 23:52
|
|
Posts: 105 |
Thanked: 46 times |
Joined on Dec 2009
@ The Netherlands
|
#35
|
I had some problems with BarrioSquare so I uninstalled it then had the dependency problems reinstalling it. I overcame these by manually updating my libqt packages from here (look at the last post with the link to the repo files)
http://www.gossamer-threads.com/list...velopers/61018
and I have now reloaded it ok. However, when I try to log in again I get the same "foursquare.com Gateway error", though I can link into my twitter account ok from the app.
|
2010-05-04
, 06:56
|
Posts: 3 |
Thanked: 4 times |
Joined on May 2010
|
#36
|
|
2010-05-11
, 01:45
|
Posts: 4 |
Thanked: 0 times |
Joined on May 2010
|
#37
|
|
2010-05-11
, 02:10
|
Posts: 4 |
Thanked: 0 times |
Joined on May 2010
|
#38
|
|
2010-05-16
, 15:32
|
Posts: 1 |
Thanked: 0 times |
Joined on May 2010
|
#39
|
|
2010-05-17
, 06:43
|
Posts: 6 |
Thanked: 0 times |
Joined on May 2010
|
#40
|
I had all the problems listed above, and solved them.
From trial and error it seems that when the extras-devel repository is activated, the App Manager won't resolve dependencies on its own. Solution for barriosquare :
1) Deactivate devels.
2) Download "QtPy Full installation" in the App manager.
3) Activate devels.
4) Download Barriosquare.
5) go to xTerminal
6) type vi /opt/barriosquare/barrioConfig.py
7) skim the file until you find AUTHORIZATION_EXCHANGE_URL = 'http://api.playfoursquare.com/v1/authexchange'
8) go to insert mode (type "i")
9) change to
AUTHORIZATION_EXCHANGE_URL = 'http://api.foursquare.com/v1/authexchange'
10) go out of insert mode (press "ESC" on the touchscreen of your N900)
11) save and quit (type ":wq", then enter.)
12) make sure you have a profile pic on foursquare, otherwise the loading screen will freeze
13) launch barriosquare
14) enjoy.
Wow! Looks a bit complicated.