Problem with popfetcher

Creating and modifying plugins.
Post Reply
bklocke

Problem with popfetcher

Post by bklocke »

Hi,

i got some errors trying to moblog.

look at weblog.bklocke.de

trying to send mms over o2 in germany.

thanks a lot

bklocke
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Problem with popfetcher

Post by garvinhicking »

It would of course help if you described your errors. :)

Since you are using an outdated serendipity version, maybe you're using an outdated version of the popfetcher plugin?

So:

1. Which version of the popfetcher are you using
2. How did you configure the popfetcher
3. What are the errors you are talking of
4. How does a MMS look like that you are sending? Please send one to my mail address serendipity at supergarv dot de so that I can look at it.

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
bklocke

Sorry

Post by bklocke »

the error is, that sended mms were published without attachement. as you can see on the weblog (2 latest topics)

Thanks for the notice, im trying to update my s9y! :)

1.

files are as shown on: http://cvs.sourceforge.net/viewcvs.py/p ... opfetcher/
because http://www.levitt.info/ seems to be down.

2.

method: intern; password: set; author: bklocke; mailserver works great; upload: mobile/ (tested also with no directory); blog: yes; plaintext: yes; first text: yes; html: no; publish: yes; delete: yes; apop:no;

3.

there is no photo... :(

4.

send
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Sorry

Post by garvinhicking »

Okay, then the Attachment parsing seems to just not be set properly.

I'll wait for your MMS and tell you how to fix it, please hang on.

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
bklocke

Ok, thanks

Post by bklocke »

:D

Have upgradet it!

thanks for your efforts.

bklocke
bklocke

Got my MMS?

Post by bklocke »

Have you got my MMS?
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Got my MMS?

Post by garvinhicking »

Yes, I'm checking. This might take some hours.

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Got my MMS?

Post by garvinhicking »

Thanks a lot for your feedback, I could patch the popfetcher plugin. Its file should be updated at the CVS HTTP location you mentioned within the next 24 hours.

The error was a bit hard to spot.

O2 Germany sucks a lot at sending MMS message, because they put a lot of advertisement and HTML markup code in their MMS that makes it unususable.

The first O2 implementations ignored advertisements by skipping images that have no "." in their filename - the O2 ad was such a file. But it seems your cellular phone also puts a wicked cid:... filename for files inside the usual MMS, which is why the popftecher plugin skipped those files.

The new implementation now checks for a a 74 x 31px image, which is the current O2 germany logo to skip those images. Additionally, a new config option to strip advertisements has been introduced. If you disable the option, you will see the full beauty of O2 Advertisement codes.

Hope you'll have fun,
Garvin.
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Post Reply