Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't upload posts with large images #80

Closed
maroony opened this issue Feb 13, 2012 · 7 comments
Closed

Can't upload posts with large images #80

maroony opened this issue Feb 13, 2012 · 7 comments

Comments

@maroony
Copy link

maroony commented Feb 13, 2012

Your plugin works very fine right now. But every time I want to post an article which includes an large image file ( > 1,5 mb), I get the error

No methodResponse found.

I use this code: [[./img/test.jpg]] with org2blog/wp-post-subtree

Emacs: 23.3, Org: 7.8.02

@punchagan
Copy link
Member

I haven't been able to reproduce it with Emacs: 23.3.1 and Org: 7.8.03. But, the error doesn't seem like it'll have anything to do with Org version. It may be a slow connection issue or something, I don't know.

@maroony
Copy link
Author

maroony commented Feb 15, 2012

Thank's for your reply. I think it's very strange. The large images were uploaded successfully (I can see them in the media library), but no post was created.

For the moment I will resize my images before uploading. Thanks for such a great plugin! Keep working on it ;-)

@punchagan
Copy link
Member

Closing this issue since I'm unable to reproduce it.

@punchagan
Copy link
Member

@grettke
Copy link
Collaborator

grettke commented Jul 25, 2017

Just read those posts and it doesn't seem to be an issue anymore. I just tested posting a 1.9M file and it worked correctly so I'm closing this noting my configuration today:

Org-Version: 9.0.9
Org-Git-Version:
         release_9.0.9-678-g0623c1
Emacs-Version: GNU Emacs 25.2.1 (x86_64-apple-darwin15.6.0, Carbon Version 157 AppKit 1404.47)
 of 2017-07-23
org2blog/wp-version is a variable defined in ‘org2blog.el’.
Its value is "1.0.0"

metaweblog is also at version 1.

@grettke grettke closed this as completed Jul 25, 2017
@TheodoreEhrenborg
Copy link

TheodoreEhrenborg commented Jul 23, 2020

I had a similar problem, with this error message:

Error (org2blog/wp): I’m sorry I ran into a problem inside of ‘org2blog--upload-files-replace-urls’.
Error (org2blog/wp): 2020-07-22T21:12:01-04:00
Please report that along with the following details:
(error No methodResponse found)
Org2Blog Runtime: Org2Blog 1.1.10, Emacs 26.3, Org Mode 9.1.9, MetaWeblog 1.1.1, XML-RPC 1.6.12

I discovered that Org2Blog had uploaded the image, but WordPress had rescaled the image, so it was called image-scaled.jpg.

I fixed the problem by adding this at the end of my org file:

# image.jpg http://website.com/wp-content/uploads/2020/07/image-scaled.jpg

Otherwise, Org2Blog works great!

@grettke
Copy link
Collaborator

grettke commented Aug 17, 2020

@TheodoreEhrenborg Good to know. Thanks for sharing that!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants