Thread
:
Mobile Vikings - What is it?
View Single Post
petur
2011-11-21 , 10:09
Posts: 650 | Thanked: 497 times | Joined on Oct 2008 @ Ghent, Belgium
#
11
To fix this:
find and open:
/usr/lib/hildon-desktop/mobilevikings.py
then change
c.setopt(pycurl.URL, 'https://%s:%s@mobilevikings.com/api/
1.0/rest/mobilevikings
/%s.xml' % (urllib.quote_plus(self.username), urllib.quote_plus(self.password), action))
into
c.setopt(pycurl.URL, 'https://%s:%s@mobilevikings.com/api/
2.0/basic
/%s.xml' % (urllib.quote_plus(self.username), urllib.quote_plus(self.password), action))
(change highlighted)
(Thanks Bart for your quick response to my e-mail)
__________________
Affordable mobile internet in Belgium: Try
Mobile Vikings
2 GB, 1000 SMS and 15 euro of talk time for.... 15 euro
Quote & Reply
|
petur
View Public Profile
Send a private message to petur
Find all posts by petur