You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--------------- System information ----------------
Platform linux2
Python 2.7.6
wxPython 2.8.12.1
Wammu 0.44
python-gammu 2.11
Gammu 1.39.0
Bluetooth PyBluez
locales en_IN (ISO8859-1)
connection blueat
device MAC:removed
model at
------------------ Traceback ID -------------------
5de385320e02d6c77f38e27f5879b437
-------------------- Traceback --------------------
File "/usr/lib/python2.7/dist-packages/Wammu/Thread.py", line 40, in run
self.Run()
File "/usr/lib/python2.7/dist-packages/Wammu/Reader.py", line 202, in Run
self.Send(data)
File "/usr/lib/python2.7/dist-packages/Wammu/Message.py", line 46, in Send
res = Wammu.Utils.ProcessMessages(data, True)
File "/usr/lib/python2.7/dist-packages/Wammu/Utils.py", line 432, in ProcessMessages
data = gammu.LinkSMS(list)
-------------------- Exception --------------------
MemoryError: Not enough memory to allocate structure
OS: Linux Mint 17.3 32bit(Ubuntu Trusty)
I'm able to get all sms to a file thru cli using gammu. I have about 10000 sms combined, wammu crashes when reading sms from the phone.
Thanks,
The text was updated successfully, but these errors were encountered:
--------------- System information ----------------
Platform linux2
Python 2.7.6
wxPython 2.8.12.1
Wammu 0.44
python-gammu 2.11
Gammu 1.39.0
Bluetooth PyBluez
locales en_IN (ISO8859-1)
connection blueat
device MAC:removed
model at
------------------ Traceback ID -------------------
5de385320e02d6c77f38e27f5879b437
-------------------- Traceback --------------------
File "/usr/lib/python2.7/dist-packages/Wammu/Thread.py", line 40, in run
self.Run()
File "/usr/lib/python2.7/dist-packages/Wammu/Reader.py", line 202, in Run
self.Send(data)
File "/usr/lib/python2.7/dist-packages/Wammu/Message.py", line 46, in Send
res = Wammu.Utils.ProcessMessages(data, True)
File "/usr/lib/python2.7/dist-packages/Wammu/Utils.py", line 432, in ProcessMessages
data = gammu.LinkSMS(list)
-------------------- Exception --------------------
MemoryError: Not enough memory to allocate structure
OS: Linux Mint 17.3 32bit(Ubuntu Trusty)
I'm able to get all sms to a file thru cli using gammu. I have about 10000 sms combined, wammu crashes when reading sms from the phone.
Thanks,
The text was updated successfully, but these errors were encountered: