internetarchive icon indicating copy to clipboard operation
internetarchive copied to clipboard

A Python and Command-Line Interface to Archive.org

Results 94 internetarchive issues
Sort by recently updated
recently updated
newest added

When i execute `ia upload --checksum --verify --retries 10 --no-backup --no-derive something .` it's just starts uploading right away without checking checksums. Windows 11, internetarchive 3.0.0 in powershell

I dunno where problem resides, but asking anything on archive.org forums is useless, so i'll post it there. I have a problem with upload speed being very low, using internetarchive...

https://github.com/jjjake/internetarchive/blob/master/internetarchive/item.py#L109

I'm copying files from one item to another. Everything worked fine, except for the copy of `__ia_thumb.jpg`: ``` $ ia copy stackexchange/__ia_thumb.jpg stackexchange_20220307/__ia_thumb.jpg error: failed to copy "stackexchange/__ia_thumb.jpg" to "stackexchange_20220307/__ia_thumb.jpg"...

Thank you for your amazing work. Is it somehow possible to use in-text search and set the 'size' parameter to > 10000? My naive approach was: `search_items("'tovto'", full_text_search=True, params={'size': '10001'})`...

Pytest fixture/function `nasa_item()` is defined twice in `tests/conftest.py`. Both flake8 and mypy complain. Is this intended? I believe that the last one wins. https://github.com/jjjake/internetarchive/blob/master/tests/conftest.py#L117-L137 @JustAnotherArchivist

it's a small edit of mine: i was having problems uploading files since it has commas on it. instead of fixing it with double quotes, i just tried editing the...

According to `ia help download`, it defaults to retrying 5 times. These command outputs don't seem to show any retries: https://gist.github.com/ethus3h/b9959869b9b00768cbff1a358efb217a https://gist.github.com/ethus3h/0722f52f5918460e170b5e06628243a8 I'm in a rural area, and have a...

enhancement
v2

In some cases the server closes the connection after the file was fully uploaded without sending a response. See my comment here https://github.com/jjjake/internetarchive/issues/341#issuecomment-689891649 This doesn't fix the issue of OP,...