spree_essential_blog icon indicating copy to clipboard operation
spree_essential_blog copied to clipboard

Don't find spree_essential_blog compatible version with Spree- 2.1

Open ayraju opened this issue 11 years ago • 1 comments

Actually I am looking to upgrade spree version from 1.1 to 2.1 where I am getting the more dependency errors why because I have used more spree extentions which were supportable to spree 1.1.

I don't find any below extentions compatible versions with Spree 2.1.

  • spree_essentials
  • spree_essentials_blog

Spree 2.1 and Spree_extension that depends upon spree_core 1.3.x

Could you please tell me, manually can I clone essentials and extensions to customize those based on the spree-2.1?

does this make sense? Or Can I expect release of new stable version for the Spree-2.1 In future ?

ayraju avatar Sep 30 '13 10:09 ayraju

I also face the same problem .Did you solved it ?

MahmudulHassan5809 avatar May 25 '20 14:05 MahmudulHassan5809

No, frustratingly I still get it. The project is on hold until I can get back to it.

m1ngle avatar May 25 '20 19:05 m1ngle

Disclaimer: I'm very new to Scrapy

I tried scraping Amazon.com (following a YouTube video) and I encountered the same error you guys faced. However when I tried it on Quotes to Scrape it's working fine. Could it be Amazon is the one trigger the error?

You might want to try it on another website to confirm this package is running well or giving the same error.

tiansengkear avatar May 27 '20 17:05 tiansengkear

For me also it is working on others site perfectly but not working in amazon

MahmudulHassan5809 avatar May 27 '20 18:05 MahmudulHassan5809

I noticed Amazon now includes an epoch time code in the url of their pages indicating when the page was called. I'm not sure if this is related to the error.

m1ngle avatar May 28 '20 02:05 m1ngle

The latest commit that supposed to "upgrade" the policy.py is what causing the error. Some site works, some are not. As it is an intermittent error (or most likely something that I don't understand) reverting back to version 0.1.7 will make it work again as it does not validate the response.text https://github.com/hyan15/scrapy-proxy-pool/blob/master/scrapy_proxy_pool/policy.py#L15

For me, it worked. I figured that it returns the exception as the response is empty or something. But as much as I can deduce things, there's really nothing I can do so I figured I should just revert back versions. Hope it'll be fixed!

Zuiluj avatar May 31 '20 13:05 Zuiluj

I am also having the same issue. I am trying to scrape chotosite and it says "AttributeError: Response content isn't text" I have asked a detailed question in stackoverflow here

chotosite avatar Nov 23 '20 18:11 chotosite