View Single Post
Posts: 214 | Thanked: 140 times | Joined on Aug 2010
#158
Originally Posted by Xudonax View Post
I really love this app, finally I can join my friends in our FourSquare madness
Yep, and with the Auto-checkin feature, you'll be Mayor everywhere, because you'll never forget checking in

Originally Posted by Xudonax View Post
Only downside is that I can't seem to enable Facebook Places in build 45. The error is:
Code:
Traceback (most recent call last):
  File "/opt/zaploc/zaploc.py", line 6, in <module>
    while (app.zaploc.main())
  File "/opt/zaploc/zaploc.py", line 1848, in main
    
  File "/opt/zaploc/zaploc.py", line 863, in config_services
    
pygame.error: Unsupported image format
This only happens wih Facebook Places. I've already added a FouurSquare account.
Hmm, this means that your profile picture on Facebook wasn't a jpeg file... which the code assumes.

I can wrap this in an exception handler so it doesn't break.

/Z

Last edited by MasterZap; 2011-05-30 at 08:16.