rajatomar788 / pywebcopy

Locally saves webpages to your hard disk with images, css, js & links as is.
https://rajatomar788.github.io/pywebcopy/
Other
520 stars 105 forks source link

Module not found 'CacheControl' #96

Closed sudocpMATHdotPY closed 1 year ago

sudocpMATHdotPY commented 2 years ago

Is Replit incompatible with this module? I tried using it and it decided that 'CacheControl' no longer existed. When I installed CacheControl manually, it still insisted that it did not exist. This is the only module I have had this problem with

sudocpMATHdotPY commented 2 years ago

I tried it again and it started saying 'called the underlying raw object must not be accessed again. (line 960)'

rajatomar788 commented 2 years ago

I think the cache control is no longer working. Caching could be disabled through manual setup.

BradKML commented 1 year ago

What could be the cause of this then?

rajatomar788 commented 1 year ago

@BrandonKMLee the cause is the discountinuation of the cache-control library.

BradKML commented 1 year ago

I meant that are there any other Cache libraries that can replace it, or was it unnecessary?

rajatomar788 commented 1 year ago

@BrandonKMLee you could still download the library and make it work. It wasn't unnecessary, just that it got discontinued.