Here’s a beta build of 2.1.3. Changes:
- Fixes some of the crashes I reported earlier
- Fixes an issue where some self-hosted blogs were not able to connect up with the app.
- Adds an ‘Add Account’ option to the bottom of the blog selector.
Give it a go and report any issues here.
galloclau 9:33 am on June 25, 2012 Permalink | Log in to Reply
When i try to connect to my self hosted blog, i get the error message “Sorry, no WordPress site was found at the URL you provided”…
and thats it…
Dan 10:23 am on June 25, 2012 Permalink | Log in to Reply
Your xmlrpc rsd url is throwing an error message:
http://www.tecnologiaresponsable.cl/xmlrpc2.php?rsd
Are you running an xmlrpc rename plugin? It might be interfering with delivering your actual xmlrpc file location, which appears to be at the usual http://www.tecnologiaresponsable.cl/xmlrpc.php
galloclau 10:57 am on June 25, 2012 Permalink | Log in to Reply
Thank you!!!!! Works like a charm!!!!!!
lasseclaes 6:10 pm on June 25, 2012 Permalink | Log in to Reply
Hi I’ve been trying this out (and the previous version) with no luck uploading videos – image upload works fine (though I would like the option to use as ‘post thumbnail’)
Is there an easy starterguide somewhere? – like…
1. use these video camera settings
2. Add this to your .htaccess.
All right – here is what I’ve done:
1. HTC Desire – Android 2.2.2 (cleared som space – 24 MB free on phone storage), XML-RPC (and Atom) are enabled
2. Added to .htaccess: (and I think my problem is somewhere here actually – I just don’t know what are the correct values)
Audio
AddType audio/ogg oga ogg
AddType audio/mp4 m4a
AddType audio/3gpp 3gp
Video
AddType video/webm webm
AddType video/3gpp 3gp
AddType video/3gpp2 3g2
AddType video/ogg ogv
AddType video/mp4 mp4 mp4v m4v mpg4
AddType video/mpeg mpeg mpg mpe m1v m2v
AddType video/h264 h264
3.
When I add a new post with a video in the app (I use the same procedure for images which works fine) :
a: title
b: content + record video (have also tried with the quick video with no luck)
c: select categories
d: publish (my theme does not support post_format – so “standard”)
… the info messages are something like:
Uploading post
Uploading media item #1
Uploading post (flashes short)
Media Error – Post Media Error: (The error message is empty: “Error”)
And the video is saved on my phone, but not uploaded/saved to the web site/post/database.
(I’ve tried with h.264 and MPEG4 as camera settings)
Some others have also been struggling with this: http://android.forums.wordpress.org/topic/post-media-error-in-htc-phone – Time for a U2 quote: but I still haven’t found what I’m looking for…
So – what I really would like to do is to upload a video quickly in a format that is not flash (so that it is viewable on Apple products) – can you help?
Dan 7:56 am on June 29, 2012 Permalink | Log in to Reply
Can you send me a test account for your blog (andorid@automattic.com)? I can look through the log to see what the error message returned from your blog is.
lasseclaes 12:16 pm on June 29, 2012 Permalink | Log in to Reply
Hi Dan
Thanks for responding. I’ve send a test account to you and I really hope we can fix this. Forgot to write in the mail that I think that a quick start guide, like
1. use these video camera settings
2. Add this to your .htaccess. – or the relation between the two (I guess there are many set ups)
would be helpful.