View Single Post
Posts: 9 | Thanked: 29 times | Joined on Oct 2016
#9
Originally Posted by Ilew View Post
If you're willing to be a guinea pig, I may have a simple fix for the images not showing.

Could you change line 291 in '/opt/fmms/controller.py' from:
Code:
		mmsid = self.store_mms_message(pushid, message)
to
Code:
		mmsid = self.store_mms_message(pushid, message, transactionId=trans_id)
Pretty much it's reading a different transaction-id to the one it's using to store the binary.
So it's looking in a non-existent dir and failing.

Cheers,
Ilew
Zomg! I had resigned myself to never getting a usual MMS and then llew comes out with a little gem and provides the answer to all the unanswered posts I've been reading about decoding, returning, sorting, something went wrong.

You my friend are brilliant! If I could thank you more than once I would. =D

Oh yeah... did I mention it worked?
woohoo!

Last edited by cg132; 2016-10-17 at 17:51. Reason: oh yeah....
 

The Following 3 Users Say Thank You to cg132 For This Useful Post: