organization
string
repo_name
string
base_commit
string
iss_html_url
string
iss_label
string
title
string
body
string
code
null
pr_html_url
string
commit_html_url
string
file_loc
string
own_code_loc
list
ass_file_loc
list
other_rep_loc
list
analysis
dict
loctype
dict
iss_has_pr
int64
scrapy
scrapy
794ab19660d369f273abdd5b93721c209f6e4eab
https://github.com/scrapy/scrapy/issues/4528
enhancement
Fail or warn if from_crawler() returns None
## Summary Generate a warning or error if from_crawler() for a middleware/extension/etc. returns None ## Motivation I created a custom extension and connected signals in the from_crawler() classmethod, but neglected to return the new extension instance. Scrapy still reported the extension under "Enabled exten...
null
https://github.com/scrapy/scrapy/pull/4532
null
{'base_commit': '794ab19660d369f273abdd5b93721c209f6e4eab', 'files': [{'path': 'scrapy/utils/misc.py', 'status': 'modified', 'Loc': {"(None, 'create_instance', 128)": {'add': [139], 'mod': [146, 148, 150]}}}, {'path': 'tests/test_utils_misc/__init__.py', 'status': 'modified', 'Loc': {"('UtilsMiscTestCase', None, 13)": ...
[]
[]
[]
{ "iss_type": "4", "iss_reason": "2", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "scrapy/utils/misc.py", "tests/test_utils_misc/__init__.py" ], "doc": [], "test": [], "config": [], "asset": [] }
1
scrapy
scrapy
c9d7386a32aeb4bc7fe9654d194651eee1ede56c
https://github.com/scrapy/scrapy/issues/908
Current caching of DjangoItem's instance property is buggy
The current implementation of `DjangoItem`'s `instance` should be rewritten in order to reflect further modifications of the item to the underlying django's model instance. These are the steps to reproduce the issue: create a django item: `item = MyDjangoItem()` set a field value: `item['foo'] = 1` save the item: `...
null
https://github.com/scrapy/scrapy/pull/1065
null
{'base_commit': 'c9d7386a32aeb4bc7fe9654d194651eee1ede56c', 'files': [{'path': 'scrapy/contrib/djangoitem.py', 'status': 'modified', 'Loc': {"('DjangoItem', '__init__', 30)": {'add': [33], 'mod': [31]}}}, {'path': 'tests/test_djangoitem/__init__.py', 'status': 'modified', 'Loc': {"('DjangoItemTest', 'test_default_field...
[]
[]
[]
{ "iss_type": "2", "iss_reason": "1", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "tests/test_djangoitem/__init__.py", "scrapy/contrib/djangoitem.py" ], "doc": [], "test": [], "config": [], "asset": [] }
1
scrapy
scrapy
776129a9513e2b6ab6f7e8cda1dd3de66cbbff44
https://github.com/scrapy/scrapy/issues/2452
bug
Image Background converting to green.
Hi, Problem is I'm downloading images with crawler but they are transparency. So image is looking like this. ![a2062c7f64b9a136c16f1a3d8491b70902986fc4](https://cloud.githubusercontent.com/assets/6665723/21229545/97a44c8c-c2ea-11e6-9f96-5e60106bd340.jpg) But it should look like this. ## ![wd-bvbz0120jch-12...
null
https://github.com/scrapy/scrapy/pull/2675
null
{'base_commit': '776129a9513e2b6ab6f7e8cda1dd3de66cbbff44', 'files': [{'path': 'scrapy/pipelines/images.py', 'status': 'modified', 'Loc': {"('ImagesPipeline', 'convert_image', 130)": {'add': [134]}}}, {'path': 'tests/test_pipeline_images.py', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [98]}}}]}
[]
[]
[]
{ "iss_type": "2", "iss_reason": "1", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "scrapy/pipelines/images.py" ], "doc": [], "test": [ "tests/test_pipeline_images.py" ], "config": [], "asset": [] }
1
scrapy
scrapy
d874c4d90bcf96c7e5b507babaa2a45a233da506
https://github.com/scrapy/scrapy/issues/4124
bug docs
Fix wrong fact in JOBDIR documentation about requests needing to be pickle-serializable
The documentation about using `JODBIR` says that requests need to be serializable with `pickle`. But, thanks to feedback from @kmike, now I know that their callback and errback methods do not need to be `pickle`-serializable as long as they are spider methods. The documentation should be clear about this. Rela...
null
https://github.com/scrapy/scrapy/pull/4139
null
{'base_commit': 'd874c4d90bcf96c7e5b507babaa2a45a233da506', 'files': [{'path': 'docs/topics/jobs.rst', 'status': 'modified', 'Loc': {'(None, None, None)': {'mod': [74, 75, 77, 78, 80, 82, 83, 84, 85, 87, 88, 90, 92, 93, 94, 95, 97, 98, 104]}}}]}
[]
[]
[]
{ "iss_type": "4", "iss_reason": "2", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [], "doc": [ "docs/topics/jobs.rst" ], "test": [], "config": [], "asset": [] }
1
scrapy
scrapy
62a4ede5e995f83abd5a90f7dd6ac242f2f3870d
https://github.com/scrapy/scrapy/issues/4250
enhancement
Batch deliveries for long running crawlers
## Summary Add a new setting `FEED_STORAGE_BATCH` that will deliver a file whenever `item_scraped_count` reaches a multiple of that number. ## Motivation For long running jobs (say we are consuming inputs from a working queue) we may want partial results instead of waiting for a long batch to finish. ## Des...
null
https://github.com/scrapy/scrapy/pull/4434
null
{'base_commit': '62a4ede5e995f83abd5a90f7dd6ac242f2f3870d', 'files': [{'path': 'docs/topics/feed-exports.rst', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [243, 294, 448]}}}, {'path': 'scrapy/extensions/feedexport.py', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [8]}, "('_FeedSlot', '__i...
[]
[]
[]
{ "iss_type": "4", "iss_reason": "2", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "scrapy/utils/conf.py", "scrapy/extensions/feedexport.py", "scrapy/settings/default_settings.py" ], "doc": [ "docs/topics/feed-exports.rst" ], "test": [ "tests/test_utils_conf.py", "tests/test_feedexport.py" ], "config": [ "tox.ini" ], "asset": [] }
1
scrapy
scrapy
016c7e92d1d2893e7a8ce61c7f2e76818e71d019
https://github.com/scrapy/scrapy/issues/5161
Feeds Enhancement: Item Filters
<!-- Thanks for taking an interest in Scrapy! If you have a question that starts with "How to...", please see the Scrapy Community page: https://scrapy.org/community/. The GitHub issue tracker's purpose is to deal with bug reports and feature requests for the project itself. Keep in mind that by filing an iss...
null
https://github.com/scrapy/scrapy/pull/5178
null
{'base_commit': '016c7e92d1d2893e7a8ce61c7f2e76818e71d019', 'files': [{'path': 'docs/topics/feed-exports.rst', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [270, 313, 322, 328, 349]}}}, {'path': 'scrapy/extensions/feedexport.py', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [48]}, "('_Feed...
[]
[]
[]
{ "iss_type": "4", "iss_reason": "2", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "scrapy/extensions/feedexport.py" ], "doc": [ "docs/topics/feed-exports.rst" ], "test": [ "tests/test_feedexport.py" ], "config": [], "asset": [] }
1
scrapy
scrapy
1445ebd2294cd3d1d8886649fec969bfe78979ad
https://github.com/scrapy/scrapy/issues/5655
Add twine check to CI
It'd be nice to do https://twine.readthedocs.io/en/stable/#twine-check on CI, to ensure our changes don't break pypi rendering.
null
https://github.com/scrapy/scrapy/pull/5656
null
{'base_commit': '1445ebd2294cd3d1d8886649fec969bfe78979ad', 'files': [{'path': '.github/workflows/checks.yml', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [27]}}}, {'path': 'tox.ini', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [73]}}}]}
[]
[]
[]
{ "iss_type": "4", "iss_reason": "2", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [], "doc": [], "test": [], "config": [ "tox.ini", ".github/workflows/checks.yml" ], "asset": [] }
1
scrapy
scrapy
3a4d57b3f52633d77291e51f31353fd317034d8c
https://github.com/scrapy/scrapy/issues/1223
FeedExporters export empty dicts when FEED_EXPORT_FIELDS setting is not set
Reported by several users using S3 exporter and JsonItemExporter. It looks like the docs for [FEED_EXPORT_FIELDS](http://doc.scrapy.org/en/master/topics/feed-exports.html?#std:setting-FEED_EXPORT_FIELDS) do not match current behaviour: > When omitted, Scrapy uses fields defined in Item subclasses a spider is yielding...
null
https://github.com/scrapy/scrapy/pull/1224
null
{'base_commit': '3a4d57b3f52633d77291e51f31353fd317034d8c', 'files': [{'path': 'docs/topics/feed-exports.rst', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [238], 'mod': [244, 245, 246]}}}, {'path': 'scrapy/extensions/feedexport.py', 'status': 'modified', 'Loc': {'(None, None, None)': {'mod': [24]}, "('F...
[]
[]
[]
{ "iss_type": "4", "iss_reason": "2", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "scrapy/extensions/feedexport.py" ], "doc": [ "docs/topics/feed-exports.rst" ], "test": [ "tests/test_feedexport.py" ], "config": [], "asset": [] }
1
scrapy
scrapy
e1f66620ec7341c55f3eb7f44088224b5f68c1ad
https://github.com/scrapy/scrapy/issues/5855
good first issue CI
test_batch_path_differ sometimes fails
See https://github.com/scrapy/scrapy/pull/5847#issuecomment-1471778039.
null
https://github.com/scrapy/scrapy/pull/5898
null
{'base_commit': 'e1f66620ec7341c55f3eb7f44088224b5f68c1ad', 'files': [{'path': 'tests/test_feedexport.py', 'status': 'modified', 'Loc': {"('BatchDeliveriesTest', 'test_batch_path_differ', 2542)": {'mod': [2545, 2555]}, "('BatchDeliveriesTest', 'test_s3_export', 2587)": {'mod': [2618]}}}]}
[]
[]
[]
{ "iss_type": "1", "iss_reason": "1", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [], "doc": [], "test": [ "tests/test_feedexport.py" ], "config": [], "asset": [] }
1
scrapy
scrapy
0f4b70f5821b4db2882ad4f01d340f62bbb01bf7
https://github.com/scrapy/scrapy/issues/10
enhancement
Add support for FTP downloads
We should add support for following FTP links like: ftp://www.example.com/somedir/somefile.xml I suppose Requests will only use the URL attribute (and perhaps some data in meta, if it's needed). As for Responses, they will contain the file contents in the body, as one would expect. here should be a flag to enable/d...
null
https://github.com/scrapy/scrapy/pull/329
null
{'base_commit': '0f4b70f5821b4db2882ad4f01d340f62bbb01bf7', 'files': [{'path': 'scrapy/settings/default_settings.py', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [58]}}}, {'path': 'scrapy/tests/test_downloader_handlers.py', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [11, 18]}, "('S3Test...
[]
[]
[]
{ "iss_type": "4", "iss_reason": "2", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "scrapy/settings/default_settings.py" ], "doc": [], "test": [ "scrapy/tests/test_downloader_handlers.py" ], "config": [], "asset": [] }
1
scrapy
scrapy
c7654f7cb1081f0937f84c1b2ed272318c9c2c6c
https://github.com/scrapy/scrapy/issues/2435
enhancement
Exposing downloader stats to custom scheduler
In order to get maximum fetching performance, the queue have to be carefully metered. In order to do this the custom scheduler needs to know: - the type of the key in downloader (ip or hostname), - count of requests to specific hostname/ip in the queue, - delay/concurrency parameters of hostname/ip, - list of all h...
null
https://github.com/scrapy/scrapy/pull/3393
null
{'base_commit': 'c7654f7cb1081f0937f84c1b2ed272318c9c2c6c', 'files': [{'path': '.gitignore', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [14]}}}, {'path': 'docs/topics/signals.rst', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [281]}}}, {'path': 'scrapy/core/downloader/__init__.py', 'stat...
[]
[]
[]
{ "iss_type": "4", "iss_reason": "2", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "scrapy/core/downloader/__init__.py", "scrapy/signals.py" ], "doc": [ "docs/topics/signals.rst" ], "test": [ "tests/test_engine.py" ], "config": [ ".gitignore" ], "asset": [] }
1
scrapy
scrapy
794ab19660d369f273abdd5b93721c209f6e4eab
https://github.com/scrapy/scrapy/issues/4556
enhancement good first issue docs
Cover chompjs in the documentation
We cover js2xml in the documentation. However, the library can be rather slow. For use cases where https://github.com/Nykakin/chompjs may be used instead, it should be encouraged.
null
https://github.com/scrapy/scrapy/pull/4562
null
{'base_commit': '794ab19660d369f273abdd5b93721c209f6e4eab', 'files': [{'path': 'docs/topics/dynamic-content.rst', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [186, 243]}}}]}
[]
[]
[]
{ "iss_type": "4", "iss_reason": "2", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [], "doc": [ "docs/topics/dynamic-content.rst" ], "test": [], "config": [], "asset": [] }
1
scrapy
scrapy
6e49c379a8ecfe92c99a37b6bb6d7e440df56bd9
https://github.com/scrapy/scrapy/issues/3171
enhancement discuss
Log with error level instead of debug when reaching max retry times
There’s no easy/not hackish way to log an error when reaching max retry times with standard scrapy `RetryMiddleware`. It’s useful for me to be able to see right away if a page I tried to crawl has not been downloaded. I think it’s sensible to change this line to log to error level instead: https://github.com/scra...
null
https://github.com/scrapy/scrapy/pull/3566
null
{'base_commit': '6e49c379a8ecfe92c99a37b6bb6d7e440df56bd9', 'files': [{'path': 'scrapy/downloadermiddlewares/retry.py', 'status': 'modified', 'Loc': {"('RetryMiddleware', '_retry', 61)": {'mod': [87]}}}]}
[]
[]
[]
{ "iss_type": "4", "iss_reason": "2", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "scrapy/downloadermiddlewares/retry.py" ], "doc": [], "test": [], "config": [], "asset": [] }
1
scrapy
scrapy
7ae32ea38d9b78402528ac3dffc8e1c5f1cf86b7
https://github.com/scrapy/scrapy/issues/5774
enhancement CI
Deprecate direct invocation of `setup.py`
I was reading this article: [Why you shouldn't invoke setup.py directly](https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html) that explains why this is not a good practice anymore. I thought about discussing this. Should we change to new approach? We have only a few places that we directly invoke `setu...
null
https://github.com/scrapy/scrapy/pull/5776
null
{'base_commit': '7ae32ea38d9b78402528ac3dffc8e1c5f1cf86b7', 'files': [{'path': '.github/workflows/publish.yml', 'status': 'modified', 'Loc': {'(None, None, None)': {'mod': [27, 28]}}}, {'path': 'tox.ini', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [77], 'mod': [79]}}}]}
[]
[]
[]
{ "iss_type": "4", "iss_reason": "2", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [], "doc": [], "test": [], "config": [ "tox.ini", ".github/workflows/publish.yml" ], "asset": [] }
1
scrapy
scrapy
c57512fa669e6f6b1b766a7639206a380f0d10ce
https://github.com/scrapy/scrapy/issues/50
enhancement discuss patch available
Offsite middleware ignoring port
In my spider I have the following: class MySpider(BaseSpider): ``` python allowed_domains = ['192.169.0.15:8080'] ``` and in the parse method I do something like: ``` python yield Request('http://192.169.0.15:8080/mypage.html', self.my_callback_function) ``` the result when I run the code is that that scra...
null
https://github.com/scrapy/scrapy/pull/4413
null
{'base_commit': 'c57512fa669e6f6b1b766a7639206a380f0d10ce', 'files': [{'path': 'scrapy/spidermiddlewares/offsite.py', 'status': 'modified', 'Loc': {"('URLWarning', None, 71)": {'add': [72]}, "('OffsiteMiddleware', 'get_host_regex', 51)": {'mod': [56, 58, 62]}}}, {'path': 'tests/test_spidermiddleware_offsite.py', 'statu...
[]
[]
[]
{ "iss_type": "2", "iss_reason": "1", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "scrapy/spidermiddlewares/offsite.py" ], "doc": [], "test": [ "tests/test_spidermiddleware_offsite.py" ], "config": [], "asset": [] }
1
scrapy
scrapy
845c64b89df765ff5c015632c082b6472e61b7d3
https://github.com/scrapy/scrapy/issues/306
--output-format raise on invalid format
_Using version 0.16.4_ Currently, if an invalid format is passed to the `-t` or `--output-format` options, the spider will proceed with its crawling operation, but no output will be saved or produced. This could be seen as frustrating on large scrape runs, in the event the user running it passed a mistyped format to ...
null
https://github.com/scrapy/scrapy/pull/307
null
{'base_commit': '845c64b89df765ff5c015632c082b6472e61b7d3', 'files': [{'path': 'scrapy/commands/crawl.py', 'status': 'modified', 'Loc': {"('Command', 'process_options', 24)": {'add': [34]}}}, {'path': 'scrapy/commands/runspider.py', 'status': 'modified', 'Loc': {"('Command', 'process_options', 46)": {'add': [56]}}}]}
[]
[]
[]
{ "iss_type": "4", "iss_reason": "2", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "scrapy/commands/crawl.py", "scrapy/commands/runspider.py" ], "doc": [], "test": [], "config": [], "asset": [] }
1
scrapy
scrapy
5f194202114fd38530c78299d51b6966b4802f59
https://github.com/scrapy/scrapy/issues/5621
Support for Twisted 22.8.0
Twisted 22.8.0 was released recently, and it says: > Twisted now works with Cryptography versions 37 and above, and as a result, its minimum TLS protocol version has been upgraded to TLSv1.2. Consequently, tests on some envs, including 3.8, now fail because they install older cryptography.
null
https://github.com/scrapy/scrapy/pull/5632
null
{'base_commit': '5f194202114fd38530c78299d51b6966b4802f59', 'files': [{'path': 'setup.py', 'status': 'modified', 'Loc': {'(None, None, None)': {'mod': [23, 27, 29]}}}, {'path': 'tests/test_crawler.py', 'status': 'modified', 'Loc': {"('CrawlerProcessSubprocess', 'test_reactor_default_twisted_reactor_select', 328)": {'mo...
[]
[]
[]
{ "iss_type": "4", "iss_reason": "2", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "setup.py" ], "doc": [], "test": [ "tests/test_crawler.py" ], "config": [ "tox.ini" ], "asset": [] }
1
scrapy
scrapy
67ab8d4650c1e9212c9508803c7b5265e166cbaa
https://github.com/scrapy/scrapy/issues/6433
core.engine/Signal handler polluting log
### Description The `OffsiteMiddleware` logs a single message for each domain filtered. Great! But then the `core.engine` logs a message for every single url filtered by the OffsiteMiddleware. (LOG_LEVEL: DEBUG) The websites I am scraping have like 10 external links to twitter/youtube/etc in each page. For hund...
null
https://github.com/scrapy/scrapy/pull/6475
null
{'base_commit': '67ab8d4650c1e9212c9508803c7b5265e166cbaa', 'files': [{'path': 'scrapy/core/engine.py', 'status': 'modified', 'Loc': {'(None, None, None)': {'mod': [42]}, "('ExecutionEngine', '_schedule_request', 319)": {'mod': [328, 329, 330, 331]}}}, {'path': 'tests/test_engine.py', 'status': 'modified', 'Loc': {"(No...
[]
[]
[]
{ "iss_type": "4", "iss_reason": "2", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "scrapy/core/engine.py" ], "doc": [], "test": [ "tests/test_engine.py" ], "config": [], "asset": [] }
1
scrapy
scrapy
d60b4edd11436e61284615ec7ce89f8ac7e46d9a
https://github.com/scrapy/scrapy/issues/5857
bug good first issue https
TLS logging broken with new cryptography
https://github.com/pyca/cryptography/pull/8391 dropped `SSL_get_server_tmp_key()` so we need to disable the code that uses it if it's not available.
null
https://github.com/scrapy/scrapy/pull/5858
null
{'base_commit': 'd60b4edd11436e61284615ec7ce89f8ac7e46d9a', 'files': [{'path': 'scrapy/utils/ssl.py', 'status': 'modified', 'Loc': {"(None, 'get_temp_key_info', 21)": {'add': [22]}}}]}
[]
[]
[]
{ "iss_type": "4", "iss_reason": "2", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "scrapy/utils/ssl.py" ], "doc": [], "test": [], "config": [], "asset": [] }
1
scrapy
scrapy
5fac2d7b90da8f06597df8536bbadd6cadef5d7e
https://github.com/scrapy/scrapy/issues/509
Ubuntu repositories
Current repositories setup requires maintaining an apt repository per codename (precise, quantal, raring, saucy, trusty,...) and it bugs us on every new ubuntu release. The true is that we build debian packages on a Precise host and upload the same package to all repositories. There is a legacy reason for using multip...
null
https://github.com/scrapy/scrapy/pull/549
null
{'base_commit': '7f30a671c3ae545417b627e314688058699b3ffa', 'files': [{'path': 'docs/topics/ubuntu.rst', 'status': 'modified', 'Loc': {'(None, None, 14)': {'mod': [14, 15, 16]}, '(None, None, 18)': {'mod': [18]}, '(None, None, 20)': {'mod': [20, 21]}, '(None, None, 23)': {'mod': [23]}, '(None, None, 25)': {'mod': [25]}...
[]
[]
[]
{ "iss_type": "4", "iss_reason": "2", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [], "doc": [ "docs/topics/ubuntu.rst" ], "test": [], "config": [], "asset": [] }
1
scrapy
scrapy
0ee04e1e91f42d7fdd69f20b00a06e7856cdc919
https://github.com/scrapy/scrapy/issues/4336
enhancement docs
Needs change on "Example of shell session" in Scrapy 1.8.0 docs
### Description I was learning how to use Scrapy shell but got error similar with this issue #3314, and got the solution in the issue as well. But, when I looked back into the Docs (1.8.0), the example still use (') instead of ("). I think it is better to change it, especially for next learners like me. **Expecte...
null
https://github.com/scrapy/scrapy/pull/4450
null
{'base_commit': '0ee04e1e91f42d7fdd69f20b00a06e7856cdc919', 'files': [{'path': 'docs/topics/shell.rst', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [158]}}}]}
[]
[]
[]
{ "iss_type": "4", "iss_reason": "2", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [], "doc": [ "docs/topics/shell.rst" ], "test": [], "config": [], "asset": [] }
1
scrapy
scrapy
d43a35735a062a4260b002cfbcd3236c77ef9399
https://github.com/scrapy/scrapy/issues/951
bug
Extraction of gzipped sitemap fails in Scrapy 0.24.4
retrieving a gzipped sitemap xml (tested on amazon.de) fails. Reproduce with : modify /utils/gz.py gunzip method to write the incoming data to a file. gunzip the file on the command line. the unzipped file contains garbled content gunzip that file with garbled content a second time and get the correct content -> I...
null
https://github.com/scrapy/scrapy/pull/2065
null
{'base_commit': 'd43a35735a062a4260b002cfbcd3236c77ef9399', 'files': [{'path': 'scrapy/utils/gz.py', 'status': 'modified', 'Loc': {'(None, None, None)': {'mod': [53]}, "(None, 'is_gzipped', 55)": {'mod': [58]}}}, {'path': 'tests/test_downloadermiddleware_httpcompression.py', 'status': 'modified', 'Loc': {"('HttpCompres...
[]
[]
[]
{ "iss_type": "2", "iss_reason": "1", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "scrapy/utils/gz.py" ], "doc": [], "test": [ "tests/test_downloadermiddleware_httpcompression.py" ], "config": [], "asset": [] }
1
scrapy
scrapy
451f1474689a18d6a54630915c42172626624ef7
https://github.com/scrapy/scrapy/issues/2145
bug in progress
Disabling RedirectMiddleware results in HttpCompressionMiddleware errors
I wanted not to redirect `303` responses, but instead retry them. From the docs, I thought I could achieve it through two settings: ``` REDIRECT_ENABLED = False RETRY_HTTP_CODES = [301, 302, 307, 308, 500, 502, 503, 504, 408] ``` It ended up giving me errors on `HttpCompressionMiddleware`: ``` Traceback (most recent...
null
https://github.com/scrapy/scrapy/pull/2393
null
{'base_commit': '451f1474689a18d6a54630915c42172626624ef7', 'files': [{'path': 'scrapy/downloadermiddlewares/httpcompression.py', 'status': 'modified', 'Loc': {"('HttpCompressionMiddleware', 'process_response', 31)": {'mod': [41]}}}, {'path': 'tests/test_downloadermiddleware_httpcompression.py', 'status': 'modified', '...
[]
[]
[]
{ "iss_type": "1", "iss_reason": "1", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "scrapy/downloadermiddlewares/httpcompression.py" ], "doc": [], "test": [ "tests/test_downloadermiddleware_httpcompression.py" ], "config": [], "asset": [] }
1
scrapy
scrapy
4626e90df8ba4a945bb9cd6be47a915788e76f23
https://github.com/scrapy/scrapy/issues/3871
cleanup
Deprecate hacky code from get_project_settings()
[Reported](https://github.com/scrapy/scrapy/pull/3859#issuecomment-510838622) by @nyov: > @kmike, would you or someone perhaps also find time to correctly deprecate this (or just rip it > out)?: https://github.com/scrapy/scrapy/blob/9c90d9515a50ede29415b8b5d6ba11229f333b49/scrapy/utils/project.py#L70-L79 > Or is it...
null
https://github.com/scrapy/scrapy/pull/3910
null
{'base_commit': '9c514b976ffdf069b81c4b7728a7e8e531710680', 'files': [{'path': 'scrapy/utils/project.py', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [10]}, "(None, 'get_project_settings', 60)": {'add': [72]}}}]}
[]
[]
[]
{ "iss_type": "4", "iss_reason": "2", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "scrapy/utils/project.py" ], "doc": [], "test": [], "config": [], "asset": [] }
1
scrapy
scrapy
c340e72988fc6ec615b7b9851c3d28c16c26a839
https://github.com/scrapy/scrapy/issues/4802
bug upstream issue
CachingHostnameResolver does not work with reactor.resolve()
### Description Hi. Thank you for maintaining this awesome software :) I am working on a project using scrapy that implements a custom downloader class ([link](https://github.com/michael-lazar/mozz-archiver/blob/master/mozz_archiver/downloaders.py)). I want to resolve IPv6 addresses, and I found the section in...
null
https://github.com/scrapy/scrapy/pull/4803
null
{'base_commit': 'c340e72988fc6ec615b7b9851c3d28c16c26a839', 'files': [{'path': 'scrapy/resolver.py', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [52], 'mod': [3]}, "('CachingHostnameResolver', 'resolveHostName', 76)": {'add': [105], 'mod': [97, 100, 104]}, "('CachingHostnameResolver', None, 54)": {'mod'...
[]
[]
[]
{ "iss_type": "1", "iss_reason": "1", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "scrapy/resolver.py", "tests/CrawlerProcess/alternative_name_resolver.py", "tests/CrawlerProcess/default_name_resolver.py" ], "doc": [], "test": [ "tests/test_crawler.py" ], "config": [], "asset": [] }
1
scrapy
scrapy
eb49b459c18fc78709267803582376692519e224
https://github.com/scrapy/scrapy/issues/2076
install
Ubuntu official repository - installation failed (not able to find python-support)
I used the [manual](http://doc.scrapy.org/en/latest/topics/ubuntu.html) to install scrapy on ubuntu 16.04, but it failed because it was not able to install python-support (>= 0.90.0). Other sources report that this package is not part of the new ubuntu xenial anymore. Quick&Dirty-Workaround: ``` wget http://launchpad...
null
https://github.com/scrapy/scrapy/pull/2267
null
{'base_commit': 'eb49b459c18fc78709267803582376692519e224', 'files': [{'path': 'docs/intro/install.rst', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [39, 51, 176], 'mod': [10, 12, 14, 16, 17, 18, 20, 21, 23, 24, 26, 27, 29, 31, 33, 34, 36, 37, 41, 42, 44, 45, 47, 49, 92, 93, 98, 99, 100, 102, 103, 104, ...
[]
[]
[]
{ "iss_type": "1", "iss_reason": "1", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [], "doc": [ "docs/intro/install.rst", "docs/topics/ubuntu.rst" ], "test": [], "config": [], "asset": [] }
1
scrapy
scrapy
b0eaf114e5ebe1c5f38a56ed23fcd0515f34d048
https://github.com/scrapy/scrapy/issues/1403
bug
Exception in LxmLinkExtractor.extract_links 'charmap' codec can't encode character
``` Stacktrace (most recent call last): File "scrapy/utils/defer.py", line 102, in iter_errback yield next(it) File "scrapy/spidermiddlewares/offsite.py", line 28, in process_spider_output for x in result: File "scrapy/spidermiddlewares/referer.py", line 22, in <genexpr> return (_set_referer(r) for r...
null
https://github.com/scrapy/scrapy/pull/4321
null
{'base_commit': 'b0eaf114e5ebe1c5f38a56ed23fcd0515f34d048', 'files': [{'path': 'scrapy/linkextractors/lxmlhtml.py', 'status': 'modified', 'Loc': {'(None, None, None)': {'mod': [8, 12]}, "('LxmlParserLinkExtractor', '_extract_links', 54)": {'mod': [69]}}}, {'path': 'tests/test_linkextractors.py', 'status': 'modified', '...
[]
[]
[]
{ "iss_type": "1", "iss_reason": "1", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "scrapy/linkextractors/lxmlhtml.py" ], "doc": [], "test": [ "tests/test_linkextractors.py" ], "config": [], "asset": [] }
1
scrapy
scrapy
69398fa148603a1cf0c84fbe2fd5d59daf9caa0c
https://github.com/scrapy/scrapy/issues/1487
enhancement good first issue
Set `scrapy shell name.tld` default scheme to http
I propose default scheme for sites be set to http:// when using scrapy shell. Like how browsers work. `scrapy shell yahoo.com` fails but should work. issue label = trivial
null
https://github.com/scrapy/scrapy/pull/1498
null
{'base_commit': '69398fa148603a1cf0c84fbe2fd5d59daf9caa0c', 'files': [{'path': 'scrapy/commands/shell.py', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [11]}, "('Command', 'run', 42)": {'add': [43]}}}, {'path': 'scrapy/utils/url.py', 'status': 'modified', 'Loc': {"(None, 'escape_ajax', 86)": {'add': [112...
[]
[]
[]
{ "iss_type": "4", "iss_reason": "2", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "scrapy/commands/shell.py", "scrapy/utils/url.py" ], "doc": [], "test": [ "tests/test_utils_url.py" ], "config": [], "asset": [] }
1
psf
requests
5a41febce249e7b74eb37ba7914998ff08321c38
https://github.com/psf/requests/issues/3633
HTTPS requests through proxies in proposed/3.0.0 aren't configured correctly
In current master: ``` >>> import requests >>> requests.__version__ '2.11.1' >>> session = requests.Session() >>> r = session.get('https://www.jcline.org/', verify=True, proxies={'http': 'http://vagrant:vagrant@localhost:3128', 'https': 'http://vagrant:vagrant@localhost:3128'}) >>> ``` In current proposed/3.0.0: ``...
null
https://github.com/psf/requests/pull/4173
null
{'base_commit': 'f3cdbcb86d9535f054f56d937e29293cebc3c55d', 'files': [{'path': 'requests/adapters.py', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [55], 'mod': [13, 14, 15, 16]}, "('HTTPAdapter', '__init__', 114)": {'mod': [129]}, "('HTTPAdapter', '__setstate__', 137)": {'mod': [142]}, "('HTTPAdapter', ...
[]
[]
[]
{ "iss_type": "4", "iss_reason": "2", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "requests/adapters.py" ], "doc": [], "test": [ "tests/test_requests.py" ], "config": [], "asset": [] }
1
psf
requests
4e89ba707714e3b58a46c2ed9e220cff8b7f1e6a
https://github.com/psf/requests/issues/2872
Post request hangs in certain cases when body is a StringIO
This is related to a report for the [Dropbox Python SDK](https://github.com/dropbox/dropbox-sdk-python/issues/27). The following hangs: ``` from StringIO import StringIO s = StringIO() s.write('hello') # This is seeked to the end requests.post('http://www.google.com', data=s) # Hangs: A success would be a 405 error...
null
https://github.com/psf/requests/pull/2873
null
{'base_commit': '4e89ba707714e3b58a46c2ed9e220cff8b7f1e6a', 'files': [{'path': 'requests/utils.py', 'status': 'modified', 'Loc': {"(None, 'super_len', 50)": {'add': [50], 'mod': [52, 54, 55, 57, 63, 78, 80, 81, 82]}}}, {'path': 'test_requests.py', 'status': 'modified', 'Loc': {"('UtilsTestCase', None, 1330)": {'add': [...
[]
[]
[]
{ "iss_type": "2", "iss_reason": "1", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "requests/utils.py" ], "doc": [], "test": [ "test_requests.py" ], "config": [], "asset": [] }
1
psf
requests
56ecdebcc507c71f2386d3bf2ea14db2d27cc834
https://github.com/psf/requests/issues/2756
Bug Contributor Friendly
Json supersedes data in prepare_body
When not a stream, json supersedes data in prepare_body: https://github.com/kennethreitz/requests/blob/f5dacf84468ab7e0631cc61a3f1431a32e3e143c/requests/models.py#L446 This conflicts with the docstring, which indicates that json is only used when data is not specified: https://github.com/kennethreitz/requests/blob/f5d...
null
https://github.com/psf/requests/pull/2763
null
{'base_commit': '56ecdebcc507c71f2386d3bf2ea14db2d27cc834', 'files': [{'path': 'requests/models.py', 'status': 'modified', 'Loc': {"('PreparedRequest', 'prepare_body', 406)": {'mod': [417, 446]}}}, {'path': 'test_requests.py', 'status': 'modified', 'Loc': {"('RequestsTestCase', None, 59)": {'add': [1064]}}}]}
[]
[]
[]
{ "iss_type": "2", "iss_reason": "1", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "requests/models.py" ], "doc": [], "test": [ "test_requests.py" ], "config": [], "asset": [] }
1
psf
requests
1c52d15d9772e459add567cbdc9d38a284a8d939
https://github.com/psf/requests/issues/1882
ResourceWarning in python 3.2+
Requests issues a ResourceWarning in python 3.2+ as sockets are not explicitly closed before garbage collection occurs. While ResourceWarnings are not displayed by default, it can be a distraction to some developers when working with warnings enabled. File: test.py ``` python import requests def make_request(): ...
null
https://github.com/psf/requests/pull/2326
null
{'base_commit': '1c52d15d9772e459add567cbdc9d38a284a8d939', 'files': [{'path': 'requests/api.py', 'status': 'modified', 'Loc': {"(None, 'request', 17)": {'mod': [49]}}}]}
[]
[]
[]
{ "iss_type": "4", "iss_reason": "2", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "requests/api.py" ], "doc": [], "test": [], "config": [], "asset": [] }
1
psf
requests
be62645dd56580dd7576032b348cf79d880851d8
https://github.com/psf/requests/issues/1208
Not possible to specify max_retries in v1.X?
In older versions of requests (pre v1.0), I was able to do: ``` requests.get('http://nonexistentdomainfoobar.com', config={"max_retries":10}) ``` as far as I can tell, this isn't possible in v.1.0+. `HTTPAdapter.max_retries` uses `DEFAULT_RETRIES` and there's no way to change this. Would it be possible to restore th...
null
https://github.com/psf/requests/pull/1219
null
{'base_commit': 'be62645dd56580dd7576032b348cf79d880851d8', 'files': [{'path': 'AUTHORS.rst', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [123]}}}, {'path': 'requests/adapters.py', 'status': 'modified', 'Loc': {"('HTTPAdapter', '__init__', 47)": {'mod': [48]}, "('HTTPAdapter', None, 45)": {'mod': [169]}...
[]
[]
[]
{ "iss_type": "4", "iss_reason": "2", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "requests/sessions.py", "requests/adapters.py", "requests/api.py" ], "doc": [ "AUTHORS.rst" ], "test": [ "test_requests.py" ], "config": [], "asset": [] }
1
psf
requests
1642996798416efaca754e4678506502e4c4c1f3
https://github.com/psf/requests/issues/1228
Problem with missing cookies after redirect
I sent this by e-mail - no response. I think this might be of interest to others: > I have a problem when connecting to a site. Here's the scenario: > > 1) I enter a login page, which has a form > 2) I send (using Requests) a POST with the username, pw, etc. > (This POST includes the SESSIONID) > 3) The webpage wi...
null
https://github.com/psf/requests/pull/1239
null
{'base_commit': '1642996798416efaca754e4678506502e4c4c1f3', 'files': [{'path': 'requests/sessions.py', 'status': 'modified', 'Loc': {"('SessionRedirectMixin', 'resolve_redirects', 82)": {'mod': [93]}}}, {'path': 'test_requests.py', 'status': 'modified', 'Loc': {"('RequestsTestCase', None, 29)": {'add': [120]}}}]}
[]
[]
[]
{ "iss_type": "4", "iss_reason": "2", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "requests/sessions.py" ], "doc": [], "test": [ "test_requests.py" ], "config": [], "asset": [] }
1
psf
requests
4683f169909857d663275346655975af7190fd62
https://github.com/psf/requests/issues/1979
Authentication Handlers lost on redirect.
I'am trying to use the requests library by making a redirection with Digest authentication method, but the response is 401. I mention that it works with basic authentication. I've captured the packets with wireshark, and noticed that the first HTTP request is without the Authorization header, the 401 unauthorized answ...
null
https://github.com/psf/requests/pull/2253
null
{'base_commit': 'a718a81d273503bd2ffae8e6cb036a8516eb426a', 'files': [{'path': 'requests/auth.py', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [19]}, "('HTTPDigestAuth', None, 60)": {'add': [152]}, "('HTTPDigestAuth', '__call__', 188)": {'add': [196]}, "('HTTPDigestAuth', 'handle_401', 153)": {'mod': [1...
[]
[]
[]
{ "iss_type": "2", "iss_reason": "1", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "requests/auth.py" ], "doc": [], "test": [], "config": [], "asset": [] }
1
psf
requests
1c2022cf868cb503815f34901ad8e85cf524d01a
https://github.com/psf/requests/issues/4239
Feature Request Contributor Friendly
Add header name to InvalidHeader exception message
requests.get('http://example.com', headers={'foo': 1}) requests.exceptions.InvalidHeader: Header value 1 must be of type str or bytes, not <class 'int'> It would be good to add the name of the bad header to make it easier to track this down in large bodies of code. Something like: requests.exceptions.InvalidHea...
null
https://github.com/psf/requests/pull/4240
null
{'base_commit': '1c2022cf868cb503815f34901ad8e85cf524d01a', 'files': [{'path': 'HISTORY.rst', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [9]}}}, {'path': 'requests/utils.py', 'status': 'modified', 'Loc': {"(None, 'check_header_validity', 854)": {'mod': [871, 872]}}}, {'path': 'tests/test_requests.py', ...
[]
[]
[]
{ "iss_type": "4", "iss_reason": "2", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "requests/utils.py" ], "doc": [ "HISTORY.rst" ], "test": [ "tests/test_requests.py" ], "config": [], "asset": [] }
1
psf
requests
0192aac24123735b3eaf9b08df46429bb770c283
https://github.com/psf/requests/issues/2876
Needs BDFL Input Propose Close
Exception messages
As a user I would like it to be easy to generate simple helpful messages upon an exception. A common way this is done in is to simply cast the exception to a string. However, with requests, the result is often something you don't want to show an end user. For example: ``` python try: downloaded = requests....
null
https://github.com/certbot/certbot/pull/4733
null
{'base_commit': '0192aac24123735b3eaf9b08df46429bb770c283', 'files': [{'path': 'requests/sessions.py', 'status': 'modified', 'Loc': {"('Session', 'prepare_request', 417)": {'mod': [423]}}}]}
[]
[]
[]
{ "iss_type": "4", "iss_reason": "2", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "requests/sessions.py" ], "doc": [], "test": [], "config": [], "asset": [] }
1
psf
requests
6506dc8f66a3fa82085e9d2e37d6f45d07345b80
https://github.com/psf/requests/issues/2866
Better testing for chunked uploads.
We have a whole code branch that does chunked uploads that is not and has never been tested. That's a problem, because sometimes it breaks and we don't notice (#2861). I'd like to add more testing for chunked uploads. However, we can't use httpbin to do this testing. This is because the WSGI spec staunchly refuses to ...
null
https://github.com/psf/requests/pull/2897
null
{'base_commit': '46184236dc177fb68c7863445609149d0ac243ea', 'files': []}
[]
[]
[]
{ "iss_type": "4", "iss_reason": "2", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [], "doc": [], "test": [], "config": [], "asset": [] }
1
psf
requests
e23bf10cf4ecc62f6c3dd6284043516fb833d9ce
https://github.com/psf/requests/issues/2411
Requests 2.5.1 doesn't recognize unicode filenames for uploads
After merge of https://github.com/kennethreitz/requests/pull/2379, to allow filenames to be `int` types, unicode filenames are no longer recognized under Python 2. This checks that the filename is a `builtin` `str`, which has different behaviour on Python 2 and Python 3: `requests/utils.py:118: if name and isinsta...
null
https://github.com/psf/requests/pull/2413
null
{'base_commit': 'd2d576b6b1101e2871c82f63adf2c2b534c2dabc', 'files': [{'path': 'requests/compat.py', 'status': 'modified', 'Loc': {}}, {'path': 'requests/utils.py', 'status': 'modified', 'Loc': {'(None, None, None)': {'mod': [28]}, "(None, 'guess_filename', 115)": {'mod': [118]}}}, {'path': 'test_requests.py', 'status'...
[]
[]
[]
{ "iss_type": "2", "iss_reason": "1", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "requests/utils.py", "requests/compat.py" ], "doc": [], "test": [ "test_requests.py" ], "config": [], "asset": [] }
1
psf
requests
9473f15909fb3f2329247812e0d3c661421ceafc
https://github.com/psf/requests/issues/1397
Bug
bug report
Dear Kenneth Reitz, I use your Requests library which is quite cool. I ran into some issues like httplib uncaught exceptions which (i think) should be handled by Requests. ## Consider the following code: import requests ## r = requests.get('http://www.bilhetos.com') It raises 'httplib.IncompleteRead' exception which...
null
https://github.com/psf/requests/pull/1498
null
{'base_commit': '9473f15909fb3f2329247812e0d3c661421ceafc', 'files': [{'path': 'requests/compat.py', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [92, 107]}}}, {'path': 'requests/exceptions.py', 'status': 'modified', 'Loc': {"('InvalidURL', None, 54)": {'add': [55]}}}, {'path': 'requests/models.py', 'sta...
[]
[]
[]
{ "iss_type": "1", "iss_reason": "1", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "requests/exceptions.py", "requests/models.py", "requests/compat.py" ], "doc": [], "test": [], "config": [], "asset": [] }
1
ansible
ansible
414aae70b160a9eaff55c4314d339305cb33c6e9
https://github.com/ansible/ansible/issues/41299
networking performance module support:community bug meraki affects_2.7 cisco
Meraki_admin doesn’t always use org_id and net_id
##### SUMMARY `org_id` and `net_id` can be provided to improve playbook execution performance since less lookups are needed. `org_id` and `net_id` should be used within the module, when possible to avoid unnecessarily API calls. ##### ISSUE TYPE - Bug Report ##### COMPONENT NAME meraki_admin ##### ANSIBLE ...
null
https://github.com/ansible/ansible/pull/41518
null
{'base_commit': '414aae70b160a9eaff55c4314d339305cb33c6e9', 'files': [{'path': 'lib/ansible/modules/network/meraki/meraki_admin.py', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [71, 77, 83, 89, 97, 105], 'mod': [87]}, "(None, 'get_admin_id', 174)": {'mod': [174, 179]}, "(None, 'main', 274)": {'mod': [34...
[]
[]
[]
{ "iss_type": "4", "iss_reason": "2", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "lib/ansible/modules/network/meraki/meraki_admin.py" ], "doc": [], "test": [], "config": [ "test/integration/targets/meraki_admin/tasks/main.yml" ], "asset": [] }
1
ansible
ansible
707458cc8cc78f5162d6ee76d01fc112499313be
https://github.com/ansible/ansible/issues/69678
support:core bug has_pr P3 affects_2.10
constants.py: functions and constants deprecated, to be removed in 2.8 resp. 2.10
##### SUMMARY lib/ansible/constants.py has its own deprecation mechanism: https://github.com/ansible/ansible/blob/devel/lib/ansible/constants.py#L32-L39 The following functions were supposed to be removed in 2.8: - `mk_boolean` https://github.com/ansible/ansible/blob/devel/lib/ansible/constants.py#L42 - `get_con...
null
https://github.com/ansible/ansible/pull/70466
null
{'base_commit': '707458cc8cc78f5162d6ee76d01fc112499313be', 'files': [{'path': 'lib/ansible/constants.py', 'status': 'modified', 'Loc': {"(None, 'mk_boolean', 42)": {'mod': [42, 43, 44, 45, 48, 49, 50, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 63, 65]}, '(None, None, None)': {'mod': [88, 89, 90, 91, 92, 93, 94, 95]}}}, {...
[]
[]
[]
{ "iss_type": "4", "iss_reason": "2", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "lib/ansible/constants.py" ], "doc": [], "test": [ "test/units/test_constants.py" ], "config": [], "asset": [] }
1
ansible
ansible
3e6c76fc2e6157487a254d42feb17c9673dd4987
https://github.com/ansible/ansible/issues/40903
cloud openstack c:inventory/contrib_script inventory support:core affects_2.5 bug traceback
OpenStack Inventory doesn't work when multiple clouds defined
<!--- Verify first that your issue/request is not already reported on GitHub. THIS FORM WILL BE READ BY A MACHINE, COMPLETE ALL SECTIONS AS DESCRIBED. Also test if the latest release, and devel branch are affected too. ALWAYS add information AFTER (OUTSIDE) these html comments. Otherwise it may end up being automa...
null
https://github.com/ansible/ansible/pull/41664
null
{'base_commit': '3e6c76fc2e6157487a254d42feb17c9673dd4987', 'files': [{'path': 'contrib/inventory/openstack_inventory.py', 'status': 'modified', 'Loc': {"(None, 'get_cache_settings', 193)": {'mod': [195, 196]}}}]}
[]
[]
[]
{ "iss_type": "1", "iss_reason": "1", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "contrib/inventory/openstack_inventory.py" ], "doc": [], "test": [], "config": [], "asset": [] }
1
ansible
ansible
81308e8b22c0d49e9ed27434d15ce4b0d984136c
https://github.com/ansible/ansible/issues/34855
cloud module docker affects_2.4 support:community feature
docker_network does not support ipv6 networks
<!--- Verify first that your issue/request is not already reported on GitHub. Also test if the latest release, and master branch are affected too. --> ##### ISSUE TYPE <!--- Pick one below and delete the rest --> - Feature Idea ##### COMPONENT NAME docker_network ##### ANSIBLE VERSION <!--- Paste verba...
null
https://github.com/ansible/ansible/pull/47492
null
{'base_commit': '81308e8b22c0d49e9ed27434d15ce4b0d984136c', 'files': [{'path': 'changelogs/fragments/35370-add_support_for_docker_network_internal_flag.yaml', 'status': 'modified', 'Loc': {'(None, None, None)': {'mod': [4]}}}, {'path': 'lib/ansible/modules/cloud/docker/docker_network.py', 'status': 'modified', 'Loc': {...
[]
[]
[]
{ "iss_type": "4", "iss_reason": "2", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "lib/ansible/modules/cloud/docker/docker_network.py" ], "doc": [ "changelogs/fragments/35370-add_support_for_docker_network_internal_flag.yaml" ], "test": [], "config": [], "asset": [] }
1
ansible
ansible
f7d7890df93393b3364fe40c4d8a65c76610c4db
https://github.com/ansible/ansible/issues/81294
module bug has_pr affects_2.16
Gathering facts fails on a remote macOS host
### Summary When I try to run my playbook against a macOS host, the implicit facts gathering task fails because the non-interactive shell has nothing in its PATH, and ansible is trying to call 'sysctl hw.model' See ‎lib/ansible/module_utils/facts/hardware/darwin.py‎ line 71 I suggest using the full path like so:...
null
https://github.com/ansible/ansible/pull/81297
null
{'base_commit': 'f7d7890df93393b3364fe40c4d8a65c76610c4db', 'files': [{'path': 'lib/ansible/module_utils/basic.py', 'status': 'modified', 'Loc': {"('AnsibleModule', None, 360)": {'mod': [1351]}, "('AnsibleModule', 'get_bin_path', 1351)": {'mod': [1356, 1358, 1367, 1368]}}}, {'path': 'lib/ansible/module_utils/common/pro...
[]
[]
[]
{ "iss_type": "2", "iss_reason": "1", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "lib/ansible/module_utils/facts/hardware/hpux.py", "lib/ansible/module_utils/basic.py", "lib/ansible/module_utils/facts/hardware/sunos.py", "lib/ansible/module_utils/facts/hardware/openbsd.py", "lib/ansible/module_utils/facts/network/hpux.py", "lib/ansible/module_utils/facts/other/...
1
ansible
ansible
b5cffe8ced3c06c5c1542e37c382c74d5f61f3eb
https://github.com/ansible/ansible/issues/39759
networking module support:network nxos bug affects_2.6 cisco
nxos_snmp_user issues
<!--- Verify first that your issue/request is not already reported on GitHub. THIS FORM WILL BE READ BY A MACHINE, COMPLETE ALL SECTIONS AS DESCRIBED. Also test if the latest release, and devel branch are affected too. ALWAYS add information AFTER (OUTSIDE) these html comments. Otherwise it may end up being automa...
null
https://github.com/ansible/ansible/pull/39760
null
{'base_commit': 'b5cffe8ced3c06c5c1542e37c382c74d5f61f3eb', 'files': [{'path': 'lib/ansible/modules/network/nxos/nxos_snmp_user.py', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [52, 55], 'mod': [45]}, "(None, 'get_snmp_user', 124)": {'add': [168], 'mod': [151, 152]}, "(None, 'config_snmp_user', 181)": {...
[]
[]
[]
{ "iss_type": "2\n4", "iss_reason": "1\n2", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "lib/ansible/modules/network/nxos/nxos_snmp_user.py" ], "doc": [], "test": [], "config": [ "test/integration/targets/nxos_snmp_user/tests/common/sanity.yaml" ], "asset": [] }
1
ansible
ansible
44b53141748d29220441e0799b54ea3130ac6753
https://github.com/ansible/ansible/issues/78079
support:core bug has_pr affects_2.12
Password lookup with seed not idempotent
### Summary According to the [docs](https://docs.ansible.com/ansible/latest/collections/ansible/builtin/password_lookup.html#parameter-seed), providing a seed should make the password lookup idempotent, but this does not appear to be the case. > Identical seeds will yield identical passwords. ### Issue Type B...
null
https://github.com/ansible/ansible/pull/78080
null
{'base_commit': '44b53141748d29220441e0799b54ea3130ac6753', 'files': [{'path': 'lib/ansible/plugins/lookup/password.py', 'status': 'modified', 'Loc': {"(None, '_parse_parameters', 142)": {'add': [147], 'mod': [142, 175, 176, 177, 178, 180]}, '(None, None, None)': {'mod': [127]}, "('LookupModule', 'run', 337)": {'mod': ...
[]
[]
[]
{ "iss_type": "2", "iss_reason": "1", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "lib/ansible/plugins/lookup/password.py" ], "doc": [], "test": [], "config": [ "test/integration/targets/lookup_password/tasks/main.yml" ], "asset": [] }
1
ansible
ansible
fc3cc73b73a39b0ab629ba76ac4f9ca65cc38eee
https://github.com/ansible/ansible/issues/21893
affects_2.2 c:module_utils/facts bug
Gathering facts, zero division error in get_cpu_facts
<!--- Verify first that your issue/request is not already reported on GitHub. Also test if the latest release, and master branch are affected too. --> ##### ISSUE TYPE <!--- Pick one below and delete the rest: --> - Bug Report ##### COMPONENT NAME <!--- Name of the module/plugin/task/feature --> module se...
null
https://github.com/ansible/ansible/pull/24428
null
{'base_commit': 'fc3cc73b73a39b0ab629ba76ac4f9ca65cc38eee', 'files': [{'path': 'lib/ansible/module_utils/facts.py', 'status': 'modified', 'Loc': {"('LinuxHardware', 'get_cpu_facts', 1124)": {'mod': [1207]}}}]}
[]
[]
[]
{ "iss_type": "1", "iss_reason": "1", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "lib/ansible/module_utils/facts.py" ], "doc": [], "test": [], "config": [], "asset": [] }
1
ansible
ansible
9495ddbc21da2a5c7967f01c4a958d32f203af65
https://github.com/ansible/ansible/issues/54231
module support:community feature affects_2.8 remote_management
redfish_facts- Chassis - GetChassisThermals
<!--- Verify first that your feature was not already discussed on GitHub --> <!--- Complete *all* sections as described, this form is processed automatically --> ##### SUMMARY <!--- Describe the new feature/improvement briefly below --> This feature would implement a GetChassisThermals command for the Chassis cat...
null
https://github.com/ansible/ansible/pull/54399
null
{'base_commit': '9495ddbc21da2a5c7967f01c4a958d32f203af65', 'files': [{'path': 'lib/ansible/module_utils/redfish_utils.py', 'status': 'modified', 'Loc': {"('RedfishUtils', None, 21)": {'add': [895]}}}, {'path': 'lib/ansible/modules/remote_management/redfish/redfish_facts.py', 'status': 'modified', 'Loc': {"(None, 'main...
[]
[]
[]
{ "iss_type": "4", "iss_reason": "2", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "lib/ansible/modules/remote_management/redfish/redfish_facts.py", "lib/ansible/module_utils/redfish_utils.py" ], "doc": [], "test": [], "config": [], "asset": [] }
1
ansible
ansible
197a360977a52a31d6ab40db1f4752454e8b93e3
https://github.com/ansible/ansible/issues/22374
cloud aws affects_2.1 module support:certified bug
ec2_vpc_route_table can't update routes
<!--- Verify first that your issue/request is not already reported on GitHub. Also test if the latest release, and master branch are affected too. --> ##### ISSUE TYPE - Bug Report ##### COMPONENT NAME <!--- Name of the module/plugin/task/feature --> ec2_vpc_route_table ##### ANSIBLE VERSION ``` ansib...
null
https://github.com/ansible/ansible/pull/27234
null
{'base_commit': '197a360977a52a31d6ab40db1f4752454e8b93e3', 'files': [{'path': 'lib/ansible/modules/cloud/amazon/ec2_vpc_route_table.py', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [336]}, "(None, 'index_of_matching_route', 342)": {'add': [345]}, "(None, 'ensure_routes', 348)": {'add': [351, 355, 394],...
[]
[]
[]
{ "iss_type": "2", "iss_reason": "1", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "lib/ansible/modules/cloud/amazon/ec2_vpc_route_table.py" ], "doc": [], "test": [], "config": [], "asset": [] }
1
ansible
ansible
8d78a829c60cc63e668683fb5d626eba942e6a39
https://github.com/ansible/ansible/issues/33877
support:core affects_2.5 bug
YAML inventory: ungrouped group isn't populated
##### ISSUE TYPE - Bug Report ##### COMPONENT NAME lib/ansible/plugins/inventory/yaml.py ##### ANSIBLE VERSION ``` ansible 2.5.0 (devel 7c187cae93) last updated 2017/12/13 16:21:51 (GMT +200) ``` ##### OS / ENVIRONMENT N/A ##### SUMMARY When using YAML inventory, [`ungrouped` default group](http://d...
null
https://github.com/ansible/ansible/pull/33878
null
{'base_commit': 'bf29cc79a681ea7c706fda4f95cd0d7fbd77b55a', 'files': [{'path': 'lib/ansible/inventory/data.py', 'status': 'modified', 'Loc': {"('InventoryData', 'reconcile_inventory', 105)": {'mod': [128, 129, 130, 140]}}}]}
[]
[]
[]
{ "iss_type": "2", "iss_reason": "1", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "lib/ansible/inventory/data.py" ], "doc": [], "test": [], "config": [], "asset": [] }
1
ansible
ansible
e633b93f859daafea3cf68bb79ad140ed8a42495
https://github.com/ansible/ansible/issues/48415
cloud azure module support:community bug affects_2.6 postgresql
storage_mb parameter is not working in azure_rm_postgresqlserver
##### SUMMARY The storage configuration to create a new database server instance is not working in azure_rm_postgresqlserver. Storage_mb is always configured with a 5Gb default value. ##### ISSUE TYPE - Bug Report ##### COMPONENT NAME azure_rm_postgresqlserver ##### ANSIBLE VERSION ``` ansible 2.6.4 co...
null
https://github.com/ansible/ansible/pull/51653
null
{'base_commit': 'e633b93f859daafea3cf68bb79ad140ed8a42495', 'files': [{'path': 'lib/ansible/modules/cloud/azure/azure_rm_postgresqlserver.py', 'status': 'modified', 'Loc': {"('AzureRMServers', 'create_update_postgresqlserver', 308)": {'add': [322]}, "('AzureRMServers', 'exec_module', 212)": {'mod': [230]}}}, {'path': '...
[]
[]
[]
{ "iss_type": "2", "iss_reason": "1", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "lib/ansible/modules/cloud/azure/azure_rm_postgresqlserver.py" ], "doc": [], "test": [], "config": [ "test/integration/targets/azure_rm_postgresqlserver/tasks/main.yml" ], "asset": [ "test/integration/targets/azure_rm_postgresqlserver/aliases" ] }
1
ansible
ansible
8e8a7c869ae219debf80456d3edac5804af22c2c
https://github.com/ansible/ansible/issues/27729
affects_2.3 module support:core bug
Removed restricted key from module data: ansible_lxc_bridge
<!--- Verify first that your issue/request is not already reported on GitHub. Also test if the latest release, and master branch are affected too. --> ##### ISSUE TYPE <!--- Pick one below and delete the rest: --> - Bug Report ##### COMPONENT NAME Gathering Facts ##### ANSIBLE VERSION ``` ansible 2.3....
null
https://github.com/ansible/ansible/pull/28401
null
{'base_commit': '8e8a7c869ae219debf80456d3edac5804af22c2c', 'files': [{'path': 'lib/ansible/playbook/task.py', 'status': 'modified', 'Loc': {"('Task', 'preprocess_data', 158)": {'add': [211, 224], 'mod': [208, 209, 214, 215, 216, 217, 223]}, '(None, None, None)': {'mod': [28]}}}, {'path': 'lib/ansible/plugins/action/__...
[]
[]
[]
{ "iss_type": "2", "iss_reason": "2", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "lib/ansible/plugins/action/__init__.py", "lib/ansible/playbook/task.py" ], "doc": [], "test": [], "config": [], "asset": [] }
1
ansible
ansible
a01ee2759d309f8433aefbdaf477903fe0156639
https://github.com/ansible/ansible/issues/15988
affects_2.0 support:core bug
ansible -B n -P 0 does not return job_id
##### ISSUE TYPE - Bug Report ##### COMPONENT NAME core ##### ANSIBLE VERSION ``` ansible 2.0.0.2 config file = /home/tg/workspace/training/ansible/content/samples/ad-hoc/ansible.cfg configured module search path = Default w/o overrides ``` ##### CONFIGURATION ``` [defaults] host_key_checking=False ``` ##### OS ...
null
https://github.com/ansible/ansible/pull/59935
null
{'base_commit': 'a01ee2759d309f8433aefbdaf477903fe0156639', 'files': [{'path': 'lib/ansible/plugins/callback/minimal.py', 'status': 'modified', 'Loc': {"('CallbackModule', 'v2_runner_on_ok', 53)": {'mod': [65]}}}, {'path': 'lib/ansible/plugins/callback/oneline.py', 'status': 'modified', 'Loc': {"('CallbackModule', 'v2_...
[]
[]
[]
{ "iss_type": "4", "iss_reason": "2", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "lib/ansible/plugins/callback/minimal.py", "lib/ansible/plugins/callback/oneline.py" ], "doc": [], "test": [], "config": [], "asset": [] }
1
ansible
ansible
a28709f92ddd62138f59967aa1bce319ffacf576
https://github.com/ansible/ansible/issues/81018
module bug has_pr P3 verified affects_2.14
dnf module : gcc-toolset-12-binutils package does not gets updated
### Summary dnf module : gcc-toolset-12-binutils package does not gets updated using the ansible playbook using the dnf module. rest all the packages gets updated . Tried and tested using the below ansible playbook. ``` - hosts: localhost tasks: - name: update wget dnf: name: httpd,gcc-toolse...
null
https://github.com/ansible/ansible/pull/82725
null
{'base_commit': 'a28709f92ddd62138f59967aa1bce319ffacf576', 'files': [{'path': 'lib/ansible/modules/dnf.py', 'status': 'modified', 'Loc': {"('DnfModule', '_is_newer_version_installed', 832)": {'add': [852], 'mod': [833, 834, 835, 836, 837, 839, 840, 841, 842, 844, 845, 846, 847, 848, 850, 851]}, '(None, None, None)': {...
[]
[]
[]
{ "iss_type": "2", "iss_reason": "1", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "lib/ansible/modules/dnf5.py", "lib/ansible/modules/dnf.py", "test/integration/targets/setup_rpm_repo/library/create_repo.py" ], "doc": [], "test": [], "config": [ "test/integration/targets/dnf/tasks/repo.yml" ], "asset": [] }
1
ansible
ansible
2f75662a474b96ce377fdba15cc139d1ac25a138
https://github.com/ansible/ansible/issues/6765
mysql
Bug report: mysql_db does not fail when using import and bz2 or gz
##### Issue Type: Bug Report ##### Ansible Version: ansible 1.6 Bug was introduced https://github.com/ansible/ansible/pull/4307 ##### Environment: N/A applies to all ##### Summary: When using state=import, and the target= ends with .bz2 or .gz, it will succeed even when the bunzip2 or gunzip command fails. If the...
null
https://github.com/ansible/ansible/pull/6766
null
{'base_commit': '2f75662a474b96ce377fdba15cc139d1ac25a138', 'files': [{'path': 'library/database/mysql_db', 'status': 'modified', 'Loc': {'(None, None, None)': {'mod': [151, 153]}}}]}
[]
[]
[]
{ "iss_type": "2", "iss_reason": "1", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "library/database/mysql_db" ], "doc": [], "test": [], "config": [], "asset": [] }
1
ansible
ansible
2b723c6130f7d7887ba13cf5623bd49c39150bbf
https://github.com/ansible/ansible/issues/10840
cloud aws affects_2.0 affects_2.3 c:inventory/contrib_script docs
EC2 inventory script (ec2.py) needs better error messages & guidance
Tried running ec2.py/ec2.ini "out of the box" with all the proper boto configuration in place. Got error "Forbidden" and nothing else - obviously not helpful in tracking down the issue. After I hacked the script and added some additional error printing to the script I got: ``` <Code>OptInRequired</Code> <Message>The ...
null
https://github.com/ansible/ansible/pull/11006
null
{'base_commit': '2b723c6130f7d7887ba13cf5623bd49c39150bbf', 'files': [{'path': 'contrib/inventory/ec2.py', 'status': 'modified', 'Loc': {"('Ec2Inventory', 'fail_with_error', 517)": {'add': [518]}, "('Ec2Inventory', 'get_instances_by_region', 386)": {'mod': [409]}, "('Ec2Inventory', 'get_rds_instances_by_region', 411)":...
[]
[]
[]
{ "iss_type": "1", "iss_reason": "2", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "contrib/inventory/ec2.py" ], "doc": [], "test": [], "config": [], "asset": [] }
1
ansible
ansible
ff5253fa0efacf5192b6d0f8b41b27a3033d7897
https://github.com/ansible/ansible/issues/65815
cloud python3 module docker support:community bug has_pr affects_2.9
docker_network with multiple subnets always changes
<!--- Verify first that your issue is not already reported on GitHub --> <!--- Also test if the latest release and devel branch are affected too --> <!--- Complete *all* sections as described, this form is processed automatically --> ##### SUMMARY <!--- Explain the problem briefly below --> When using `docker_ne...
null
https://github.com/ansible/ansible/pull/65839
null
{'base_commit': 'ff5253fa0efacf5192b6d0f8b41b27a3033d7897', 'files': [{'path': 'lib/ansible/modules/cloud/docker/docker_network.py', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [367]}, "('DockerNetworkManager', '__init__', 370)": {'add': [390]}, "('DockerNetworkManager', 'has_different_config', 408)": {...
[]
[]
[]
{ "iss_type": "2", "iss_reason": "1", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "lib/ansible/modules/cloud/docker/docker_network.py" ], "doc": [ "test/integration/targets/docker_network/tasks/tests/ipam.yml" ], "test": [ "test/units/modules/cloud/docker/test_docker_network.py" ], "config": [], "asset": [] }
1
ansible
ansible
9de4f24d7ac3a205cdc723402f78d03a1fc961f8
https://github.com/ansible/ansible/issues/75675
support:core docs docsite affects_2.12 docs_only hackathon
Docs: Use code-block elements to format code examples: Community Guide
### Summary **Problem**: Throughout the Ansible docs, there are instances where example code is preceded with a lead-in sentence ending in `::`. **Solution:** Enclose code in a `.. code-block:: <lexer>` element, so that translation processes know to skip this content. For a list of allowed values for _`<lexer>...
null
https://github.com/ansible/ansible/pull/75847
null
{'base_commit': '9de4f24d7ac3a205cdc723402f78d03a1fc961f8', 'files': [{'path': 'docs/docsite/rst/community/communication.rst', 'status': 'modified', 'Loc': {'(None, None, None)': {'mod': [74]}}}, {'path': 'docs/docsite/rst/community/development_process.rst', 'status': 'modified', 'Loc': {'(None, None, None)': {'mod': [...
[]
[]
[]
{ "iss_type": "4", "iss_reason": "2", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [], "doc": [ "docs/docsite/rst/community/communication.rst", "docs/docsite/rst/community/development_process.rst" ], "test": [], "config": [], "asset": [] }
1
ansible
ansible
ea1639e633fffac8a9db4b8b00ff8aaa4a23dadb
https://github.com/ansible/ansible/issues/52316
windows support:core docs affects_2.8
Windows FAQ should mention possible SSL protocol issue
<!--- Verify first that your improvement is not already reported on GitHub --> <!--- Also test if the latest release and devel branch are affected too --> <!--- Complete *all* sections as described, this form is processed automatically --> ##### SUMMARY <!--- Explain the problem briefly below, add suggestions to ...
null
https://github.com/ansible/ansible/pull/54016
null
{'base_commit': 'ea1639e633fffac8a9db4b8b00ff8aaa4a23dadb', 'files': [{'path': 'docs/docsite/rst/user_guide/windows_winrm.rst', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [751], 'mod': [505, 506, 507, 509, 510, 512, 514, 515, 516, 517, 519, 520, 521, 522]}}}]}
[]
[]
[]
{ "iss_type": "4", "iss_reason": "2", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [], "doc": [ "docs/docsite/rst/user_guide/windows_winrm.rst" ], "test": [], "config": [], "asset": [] }
1
ansible
ansible
a6d4c3ff7cf43c24be6622102cee834fc5096496
https://github.com/ansible/ansible/issues/78600
easyfix support:core has_pr docs affects_2.13
scp_if_ssh not working as intended with OpenSSH since version 9.0
### Summary The option `scp_if_ssh = true` is used to force Ansible to use scp instead of sftp on targets, that don't support sftp. However since OpenSSH 9.0 (8.8 on Arch Linux it seems) even the scp utility defaults to using sftp. The old behavior can be enabled by additionally setting `scp_extra_args = "-O"` to fo...
null
https://github.com/ansible/ansible/pull/78745
null
{'base_commit': 'a6d4c3ff7cf43c24be6622102cee834fc5096496', 'files': [{'path': 'lib/ansible/plugins/connection/ssh.py', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [294, 312]}}}]}
[]
[]
[]
{ "iss_type": "4", "iss_reason": "2", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "lib/ansible/plugins/connection/ssh.py" ], "doc": [], "test": [], "config": [], "asset": [] }
1
ansible
ansible
4c5a6d9d44f81d88cca2a9f13966af326bed4b64
https://github.com/ansible/ansible/issues/23078
affects_2.4 support:core bug
Jinja filters output trailing whitespace breaking idempotency
<!--- Verify first that your issue/request is not already reported on GitHub. Also test if the latest release, and master branch are affected too. --> ##### ISSUE TYPE <!--- Pick one below and delete the rest: --> - Bug Report ##### COMPONENT NAME `lib/ansible/parsing/yaml/dumper.py:AnsibleDumper` #####...
null
https://github.com/ansible/ansible/pull/42633
null
{'base_commit': '4c5a6d9d44f81d88cca2a9f13966af326bed4b64', 'files': [{'path': 'lib/ansible/plugins/filter/core.py', 'status': 'modified', 'Loc': {"(None, 'to_nice_json', 87)": {'mod': [90]}}}]}
[]
[]
[]
{ "iss_type": "2", "iss_reason": "1", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "lib/ansible/plugins/filter/core.py" ], "doc": [], "test": [], "config": [], "asset": [] }
1
ultralytics
yolov5
d5ca8ca34e6a63978f368e733c11fad0b6619096
https://github.com/ultralytics/yolov5/issues/2405
bug
Can't train in DDP mode after recent update
## 🐛 Bug When I pull the latest code, I found that DDP training would get stuck in the first few epochs. I ran some tests to see which commit caused this bug and I found commit `a3ecf0fd640465f9a7c009e81bcc5ecabf381004` on Mar 3 worked well. But when I `git checkout` commit `e931b9da33f45551928059b8d61bddd50e401...
null
https://github.com/ultralytics/yolov5/pull/2421
null
{'base_commit': 'd5ca8ca34e6a63978f368e733c11fad0b6619096', 'files': [{'path': 'train.py', 'status': 'modified', 'Loc': {"(None, 'train', 40)": {'mod': [184, 185, 186, 217]}}}]}
[]
[]
[]
{ "iss_type": "2", "iss_reason": "1", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "train.py" ], "doc": [], "test": [], "config": [], "asset": [] }
1
ultralytics
yolov5
d95978a562bec74eed1d42e370235937ab4e1d7a
https://github.com/ultralytics/yolov5/issues/6153
enhancement
Enable AdamW Optimizer
### Search before asking - [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and found no similar feature requests. ### Description When we use Adam, we have to tune learning rate along with the batch size. It is cumbersome; with [AdamW](https://pytorch.org/docs/stable/ge...
null
https://github.com/ultralytics/yolov5/pull/6152
null
{'base_commit': 'd95978a562bec74eed1d42e370235937ab4e1d7a', 'files': [{'path': 'train.py', 'status': 'modified', 'Loc': {"(None, 'train', 58)": {'add': [159], 'mod': [158]}, '(None, None, None)': {'mod': [25]}, "(None, 'parse_opt', 442)": {'mod': [463]}}}]}
[]
[]
[]
{ "iss_type": "4", "iss_reason": "2", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "train.py" ], "doc": [], "test": [], "config": [], "asset": [] }
1
ultralytics
yolov5
b2bef8f6d8e4c008bae72c211a186d75732fc213
https://github.com/ultralytics/yolov5/issues/1639
enhancement
Promote a new activation function recently developed by Kuangshi technology!!!!
## 🚀 Feature ReLU and PReLU are extended to 2D activation functions by adding negligible space condition overhead. ## Motivation Can a visual task specific activation function be designed? ## Pitch I would like to suggest a branch, but because the work is too busy, directly paste the code. It can be use...
null
https://github.com/ultralytics/yolov5/pull/1666
null
{'base_commit': 'b2bef8f6d8e4c008bae72c211a186d75732fc213', 'files': [{'path': 'utils/activations.py', 'status': 'modified', 'Loc': {"('FReLU', '__init__', 66)": {'mod': [68]}}}]}
[]
[]
[]
{ "iss_type": "4", "iss_reason": "2", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "utils/activations.py" ], "doc": [], "test": [], "config": [], "asset": [] }
1
ultralytics
yolov5
d223460f3a4b4151437b15ac83990cea4b0f42e2
https://github.com/ultralytics/yolov5/issues/11170
bug
Class filtering does not work in segmentation code
### Search before asking - [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and found no similar bug report. ### YOLOv5 Component Training ### Bug I tried to filter classes that I train with as explained [here](https://github.com/ultralytics/yolov5/issues/1978). I f...
null
https://github.com/ultralytics/yolov5/pull/11171
null
{'base_commit': 'd223460f3a4b4151437b15ac83990cea4b0f42e2', 'files': [{'path': 'utils/dataloaders.py', 'status': 'modified', 'Loc': {"('LoadImagesAndLabels', '__init__', 439)": {'add': [533], 'mod': [540]}}}]}
[]
[]
[]
{ "iss_type": "1", "iss_reason": "1", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "utils/dataloaders.py" ], "doc": [], "test": [], "config": [], "asset": [] }
1
ultralytics
yolov5
2da6444c9251f77cfd3e410369cd067245d961b5
https://github.com/ultralytics/yolov5/issues/916
question Stale
premature end of JPEG images
## ❔Question `Epoch gpu_mem GIoU obj cls total targets img_size 1/99 2.87G 0.05456 0.04197 0 0.09652 10 640: 100% 157/157 [00:52<00:00, 2.98it/s] Class Images Targets P R mAP@.5 mAP@.5:.95: 0% 0/157 [0...
null
https://github.com/ultralytics/yolov5/pull/4548
null
{'base_commit': '2da6444c9251f77cfd3e410369cd067245d961b5', 'files': [{'path': 'utils/datasets.py', 'status': 'modified', 'Loc': {"('LoadStreams', '__init__', 280)": {'mod': [317]}, "('LoadImagesAndLabels', '__getitem__', 529)": {'mod': [571]}, "(None, 'verify_image_label', 861)": {'mod': [864, 875, 878, 899]}}}]}
[]
[]
[]
{ "iss_type": "2", "iss_reason": "2", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "utils/datasets.py" ], "doc": [], "test": [], "config": [], "asset": [] }
1
ultralytics
yolov5
5afc9c25ef0874dff0c18267947ea4e8b03c90f4
https://github.com/ultralytics/yolov5/issues/5040
bug
Error caused by emoji in comments in yolov5/data/hyps/*.yaml file
Before submitting a bug report, please be aware that your issue **must be reproducible** with all of the following, otherwise it is non-actionable, and we can not help you: - **Current repo**: run `git fetch && git status -uno` to check and `git pull` to update repo - **Common dataset**: coco.yaml or coco128.yaml ...
null
https://github.com/ultralytics/yolov5/pull/5060
null
{'base_commit': '5afc9c25ef0874dff0c18267947ea4e8b03c90f4', 'files': [{'path': 'models/yolo.py', 'status': 'modified', 'Loc': {"('Model', '__init__', 83)": {'mod': [90]}}}, {'path': 'train.py', 'status': 'modified', 'Loc': {"(None, 'train', 59)": {'mod': [75]}, "(None, 'main', 479)": {'mod': [491, 555]}}}, {'path': 'ut...
[]
[]
[]
{ "iss_type": "1", "iss_reason": "1", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "train.py", "utils/aws/resume.py", "models/yolo.py" ], "doc": [], "test": [], "config": [], "asset": [] }
1
ultralytics
yolov5
4e65052f28b1184b9d463c1e44b3a79b95113904
https://github.com/ultralytics/yolov5/issues/4409
bug
Training failed with 4 GPUs after first epoch
## 🐛 Bug I was able to train on OVH AI Cloud with 4 classes and 500 images in total three days ago with 4 GPUs but when I try again to train with my full dataset this time (around 9000 images for 4 classes), the training stops after the first epoch, when the validation step is about to finish. I tried to chang...
null
https://github.com/ultralytics/yolov5/pull/4422
null
{'base_commit': '4e65052f28b1184b9d463c1e44b3a79b95113904', 'files': [{'path': 'train.py', 'status': 'modified', 'Loc': {"(None, 'main', 461)": {'mod': [496]}}}, {'path': 'utils/torch_utils.py', 'status': 'modified', 'Loc': {"(None, 'torch_distributed_zero_first', 33)": {'mod': [38, 41]}}}]}
[]
[]
[]
{ "iss_type": "1", "iss_reason": "2", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "train.py", "utils/torch_utils.py" ], "doc": [], "test": [], "config": [], "asset": [] }
1
ultralytics
yolov5
554f782537b9af336c02c013468b78fe16ce092d
https://github.com/ultralytics/yolov5/issues/5916
enhancement
onnxruntime-gpu 1.10
### Search before asking - [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and found no similar feature requests. ### Description Using onnxruntime-gpu 1.10, the following error will occur. ``` raise ValueError("This ORT build has {} enabled. ".format(available_providers) + ...
null
https://github.com/ultralytics/yolov5/pull/5918
null
{'base_commit': '554f782537b9af336c02c013468b78fe16ce092d', 'files': [{'path': 'models/common.py', 'status': 'modified', 'Loc': {"('DetectMultiBackend', '__init__', 279)": {'mod': [323, 325]}}}]}
[]
[]
[]
{ "iss_type": "1", "iss_reason": "2", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "models/common.py" ], "doc": [], "test": [], "config": [], "asset": [] }
1
ultralytics
yolov5
b510957650c890dee876146c43dcda1fdfc279d6
https://github.com/ultralytics/yolov5/issues/8641
bug TODO
Albumentations-Pipeline is applied to BGR not to RGB
### Search before asking - [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and found no similar bug report. ### YOLOv5 Component _No response_ ### Bug As written [here ](https://albumentations.ai/docs/getting_started/image_augmentation/) in step 3, Albumentations internally u...
null
https://github.com/ultralytics/yolov5/pull/8695
null
{'base_commit': 'b367860196a2590a5f44c9b18401dedfc0543077', 'files': [{'path': 'utils/augmentations.py', 'status': 'modified', 'Loc': {"('Albumentations', '__call__', 40)": {'mod': [42, 43]}}}]}
[]
[]
[]
{ "iss_type": "2", "iss_reason": "1", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "utils/augmentations.py" ], "doc": [], "test": [], "config": [], "asset": [] }
1
ultralytics
yolov5
0b6266f5e0eab11218871d5560bf9b93f7547aac
https://github.com/ultralytics/yolov5/issues/1816
question
time_synchronized() when using CPU for inference on a GPU enabled workstation?
Im trying to measure time taken for inference using a CPU vs GPU. I set --device as cpu when i run detect.py but the method time_synchronized() checks torch.cuda.is_available() which obviously is True as the gpu is available but not used. Also i've noticed that when i comment `torch.cuda.synchronize() if torch.cuda...
null
https://github.com/ultralytics/yolov5/pull/1826
null
{'base_commit': '0b6266f5e0eab11218871d5560bf9b93f7547aac', 'files': [{'path': 'utils/torch_utils.py', 'status': 'modified', 'Loc': {"(None, 'init_torch_seeds', 35)": {'mod': [39, 40, 42, 43]}, "(None, 'select_device', 46)": {'mod': [48, 49, 51, 53, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 66, 68]}, "(None, 'time_synchr...
[]
[]
[]
{ "iss_type": "2", "iss_reason": "1", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "utils/torch_utils.py" ], "doc": [], "test": [], "config": [], "asset": [] }
1
ultralytics
yolov5
e2b7bc0b32ecf306fc179bb87bad82216a470b37
https://github.com/ultralytics/yolov5/issues/1945
bug Stale
CoreML export failure: unexpected number of inputs for node x.2 (_convolution): 13
## Additional context issue occur: Converting Frontend ==> MIL Ops: 0%| | 0/970 [00:00<?, ? ops/s]Converting op 221 : constant Adding op '221' of type const Converting op 222 : constant Adding op '222' of type const Converting op 223 : constant Adding ...
null
https://github.com/ultralytics/yolov5/pull/2762
null
{'base_commit': 'e2b7bc0b32ecf306fc179bb87bad82216a470b37', 'files': [{'path': 'README.md', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [14, 16], 'mod': [9, 20, 21, 26, 27, 28, 29, 30, 31, 32, 33, 35, 36, 37, 38, 47, 88]}}}, {'path': 'hubconf.py', 'status': 'modified', 'Loc': {'(None, None, None)': {'ad...
[]
[]
[]
{ "iss_type": "1", "iss_reason": "1", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "hubconf.py", "utils/plots.py" ], "doc": [ "README.md" ], "test": [], "config": [], "asset": [] }
1
ultralytics
yolov5
fd1679975bf55325f606631b28d5d3feb47fbda5
https://github.com/ultralytics/yolov5/issues/2332
question
Label smoothing in training option
Hi, I could not find any questions about label smoothing, so I wonder if there is `label smoothing` option in the training script? I think it would be useful, as the authors (from [this](https://arxiv.org/pdf/1902.04103.pdf) paper) demonstrated the performance boost. ![image](https://user-images.githubusercontent.com...
null
https://github.com/ultralytics/yolov5/pull/2344
null
{'base_commit': 'fd1679975bf55325f606631b28d5d3feb47fbda5', 'files': [{'path': 'train.py', 'status': 'modified', 'Loc': {"(None, 'train', 41)": {'add': [226]}, '(None, None, None)': {'add': [483]}}}, {'path': 'utils/loss.py', 'status': 'modified', 'Loc': {"('ComputeLoss', '__init__', 90)": {'mod': [100]}}}]}
[]
[]
[]
{ "iss_type": "4", "iss_reason": "2", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "train.py", "utils/loss.py" ], "doc": [], "test": [], "config": [], "asset": [] }
1
CorentinJ
Real-Time-Voice-Cloning
1e1687743a0c2b1f8027076ffc3651a61bbc8b66
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/94
Toolbox & sounddevice: Invalid sample rate on playback, microphone not recognized
I've tried using the toolbox and using the play button throws the following exception on Arch Linux with PulseAudio ``` sounddevice.PortAudioError: Error opening OutputStream: Invalid sample rate [PaErrorCode -9997] Traceback (most recent call last): File "/home/dash/programs/Real-Time-Voice-Cloning/toolbox/__i...
null
https://github.com/CorentinJ/Real-Time-Voice-Cloning/pull/390
null
{'base_commit': '1e1687743a0c2b1f8027076ffc3651a61bbc8b66', 'files': [{'path': 'toolbox/__init__.py', 'status': 'modified', 'Loc': {"('Toolbox', 'setup_events', 57)": {'add': [85]}}}, {'path': 'toolbox/ui.py', 'status': 'modified', 'Loc': {"('UI', 'draw_umap_projections', 98)": {'add': [138]}, "('UI', None, 52)": {'add...
[]
[]
[]
{ "iss_type": "1", "iss_reason": "2", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "toolbox/__init__.py", "toolbox/ui.py" ], "doc": [], "test": [], "config": [], "asset": [] }
1
CorentinJ
Real-Time-Voice-Cloning
5d6d9ff499912c32a331f3bb5ed9e1b77db4c7e6
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/303
Tensorflow import error in the Google Colab notebook
When installing the requirements with pip, I get the following errors which causes tensorflow to not be installed. `ERROR: tensorflow 2.2.0rc1 has requirement tensorboard<2.2.0,>=2.1.0, but you'll have tensorboard 1.14.0 which is incompatible.` `ERROR: tensorflow 2.2.0rc1 has requirement tensorflow-estimator<2.3.0,...
null
https://github.com/CorentinJ/Real-Time-Voice-Cloning/pull/366
null
{'base_commit': '5d6d9ff499912c32a331f3bb5ed9e1b77db4c7e6', 'files': [{'path': 'demo_cli.py', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [7, 32], 'mod': [41, 42, 44, 45, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 175, 177, 178, 180]}}}, {'path': 'encoder/inference.py', 'status': 'modified', 'Loc': {"(None...
[]
[]
[]
{ "iss_type": "1", "iss_reason": "2", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "encoder/inference.py", "synthesizer/inference.py", "synthesizer/models/modules.py", "vocoder/inference.py", "synthesizer/models/tacotron.py", "synthesizer/train.py", "synthesizer/models/attention.py", "vocoder/models/fatchord_version.py", "synthesizer/feeder.py", "...
1
CorentinJ
Real-Time-Voice-Cloning
1b8d2e794b32039aa7ecc6367dabb64a3e5e6467
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/89
Charmap codec can't encode
Hi, I'm running the cli demo and I got all the way to "Write a sentence.." and I get this error. Could you please help? I've been trying to get this to work for me since 8/8 and working through many setbacks...I'm finally close. ` Created the mel spectrogram Synthesizing the waveform: Traceback (most recent ...
null
https://github.com/CorentinJ/Real-Time-Voice-Cloning/pull/372
null
{'base_commit': '1b8d2e794b32039aa7ecc6367dabb64a3e5e6467', 'files': [{'path': 'vocoder/display.py', 'status': 'modified', 'Loc': {"(None, 'stream', 15)": {'mod': [16]}}}]}
[]
[]
[]
{ "iss_type": "1", "iss_reason": "1", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "vocoder/display.py" ], "doc": [], "test": [], "config": [], "asset": [] }
1
CorentinJ
Real-Time-Voice-Cloning
eaf5ec4467795344e7d9601515b017fd8c46e44b
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/413
enhancement help wanted
Updates for synthesizer training using LibriTTS
I am certain someone has done this before (such as @sberryman in #126). Would someone please share the code modifications needed to train the synthesizer on LibriTTS? If we can improve the [training process](https://github.com/CorentinJ/Real-Time-Voice-Cloning/wiki/Training) to use LibriTTS in place of LibriSpeech, ...
null
https://github.com/CorentinJ/Real-Time-Voice-Cloning/pull/441
null
{'base_commit': 'eaf5ec4467795344e7d9601515b017fd8c46e44b', 'files': [{'path': 'synthesizer/preprocess.py', 'status': 'modified', 'Loc': {"(None, 'preprocess_librispeech', 13)": {'mod': [13, 14, 16, 17, 18, 33, 35]}, "(None, 'preprocess_speaker', 54)": {'mod': [54, 57, 58, 59, 60, 61, 62, 63, 64, 66, 67, 68, 69, 70, 71...
[]
[]
[]
{ "iss_type": "4", "iss_reason": "2", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "synthesizer/preprocess.py", "synthesizer_preprocess_audio.py" ], "doc": [], "test": [], "config": [], "asset": [] }
1
CorentinJ
Real-Time-Voice-Cloning
1b8d2e794b32039aa7ecc6367dabb64a3e5e6467
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/235
I keep getting TypeError: Invalid file: WindowsPath
Hi guys I keep getting this error when running python demo_toolbox.py Exception: Invalid file: WindowsPath('D:/ai/LibriSpeech/train-clean-360/6157/40556/6157-40556-0111.flac') Also I get this error using eg. python synthesizer_preprocess_audio.py TypeError: Invalid file: WindowsPath('D:/ai/LibriSpeech/train-clean-...
null
https://github.com/CorentinJ/Real-Time-Voice-Cloning/pull/371
null
{'base_commit': '1b8d2e794b32039aa7ecc6367dabb64a3e5e6467', 'files': [{'path': 'demo_cli.py', 'status': 'modified', 'Loc': {'(None, None, None)': {'mod': [138]}}}, {'path': 'encoder/audio.py', 'status': 'modified', 'Loc': {"(None, 'preprocess_wav', 13)": {'mod': [28]}}}, {'path': 'synthesizer/inference.py', 'status': '...
[]
[]
[]
{ "iss_type": "1", "iss_reason": "1", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "synthesizer/inference.py", "encoder/audio.py", "synthesizer/preprocess.py", "vocoder/audio.py", "demo_cli.py" ], "doc": [], "test": [], "config": [], "asset": [] }
1
CorentinJ
Real-Time-Voice-Cloning
070a3c187f87136ebe92aa72766f8343772d414e
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/375
Make webrtcvad optional for inference
> Second thing: webrtcvad. That package is hell to install on windows. There are alternatives for noise removal out there. There's also the possibility of not using it at all, but for both LibriSpeech and LibriTTS I would recommend it. Propose making webrtcvad completely optional for running demo_cli.py. This would ...
null
https://github.com/CorentinJ/Real-Time-Voice-Cloning/pull/376
null
{'base_commit': '070a3c187f87136ebe92aa72766f8343772d414e', 'files': [{'path': 'encoder/audio.py', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [4, 9], 'mod': [6]}, "(None, 'preprocess_wav', 13)": {'mod': [38]}}}, {'path': 'encoder_preprocess.py', 'status': 'modified', 'Loc': {'(None, None, None)': {'add...
[]
[]
[]
{ "iss_type": "4", "iss_reason": "2", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "vocoder_preprocess.py", "synthesizer_preprocess_audio.py", "encoder_preprocess.py", "encoder/audio.py" ], "doc": [], "test": [], "config": [ "requirements.txt" ], "asset": [] }
1
CorentinJ
Real-Time-Voice-Cloning
6944770f678f0545ef503efd6ec87ac65db0a016
https://github.com/CorentinJ/Real-Time-Voice-Cloning/issues/395
Can't load voice in
Hey guys, whenever I try to load my voice sample, I keep getting either just `Exception:` or `Exception: expected str, bytes or os.PathLike object, not Nonetype` Please help!
null
https://github.com/CorentinJ/Real-Time-Voice-Cloning/pull/414
null
{'base_commit': '6944770f678f0545ef503efd6ec87ac65db0a016', 'files': [{'path': 'README.md', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [65], 'mod': [34, 36, 37, 39, 41, 43, 45, 48, 55, 58]}}}]}
[]
[]
[]
{ "iss_type": "1", "iss_reason": "2", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [], "doc": [ "README.md" ], "test": [], "config": [], "asset": [] }
1
AUTOMATIC1111
stable-diffusion-webui
ae6b30907db2060962c533de79ab4bd2c6b12297
https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/7021
bug-report
[Bug]: Inpainting color correctioin
### Is there an existing issue for this? - [X] I have searched the existing issues and checked the recent builds/commits ### What happened? Even wiith color correction turned on in the settings, while inpainting, the final render still ends up with a bluish color on human subjects in the area that was in painted ##...
null
https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12480
null
{'base_commit': 'ae6b30907db2060962c533de79ab4bd2c6b12297', 'files': [{'path': 'modules/processing.py', 'status': 'modified', 'Loc': {"(None, 'apply_color_correction', 47)": {'mod': [60]}}}]}
[]
[]
[]
{ "iss_type": "2", "iss_reason": "1", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "modules/processing.py" ], "doc": [], "test": [], "config": [], "asset": [] }
1
AUTOMATIC1111
stable-diffusion-webui
9d5becb4decb27683af749058f61e40842fe9c93
https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/1364
bug-report
LDSR: UnicodeDecodeError: 'utf-8' codec can't decode byte 0x80 in position 64: invalid start byte
**Describe the bug** After today's refactoring commits, using LDSR upscaling produces an error: `UnicodeDecodeError: 'utf-8' codec can't decode byte 0x80 in position 64: invalid start byte` This is on Linux, even after a fresh download (I moved the old LDSR related models aside). It looks like an issue with en...
null
https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/1371
null
{'base_commit': '2b03f0bbda1229dff6e7ab6f656b28587eba8308', 'files': [{'path': 'modules/bsrgan_model.py', 'status': 'modified', 'Loc': {"('UpscalerBSRGAN', 'load_model', 63)": {'mod': [72]}}}, {'path': 'modules/ldsr_model.py', 'status': 'modified', 'Loc': {"('UpscalerLDSR', None, 13)": {'add': [24]}, "('UpscalerLDSR', ...
[]
[]
[]
{ "iss_type": "1", "iss_reason": "1", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "modules/bsrgan_model.py", "modules/modelloader.py", "modules/ldsr_model.py", "modules/ldsr_model_arch.py" ], "doc": [], "test": [], "config": [], "asset": [] }
1
AUTOMATIC1111
stable-diffusion-webui
f92d61497a426a19818625c3ccdaae9beeb82b31
https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/14024
enhancement
[Feature Request]: Img2Img inpainting/sketching - Non-binary/alpha weighted denoising mask
### Is there an existing issue for this? - [X] I have searched the existing issues and checked the recent builds/commits ### What would your feature do ? #### Problem to solve It appears that the denoiser only considers a binary mask (with a hard boundary) with respect to what pixels should be denoised, eve...
null
https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14208
null
{'base_commit': 'f92d61497a426a19818625c3ccdaae9beeb82b31', 'files': [{'path': 'modules/images.py', 'status': 'modified', 'Loc': {}}, {'path': 'modules/processing.py', 'status': 'modified', 'Loc': {"(None, 'process_images_inner', 750)": {'add': [869, 924], 'mod': [927, 931, 941, 943, 950]}, "('StableDiffusionProcessing...
[]
[]
[]
{ "iss_type": "4", "iss_reason": "2", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "modules/sd_samplers_cfg_denoiser.py", "modules/processing.py", "modules/images.py", "modules/scripts.py" ], "doc": [], "test": [], "config": [], "asset": [] }
1
AUTOMATIC1111
stable-diffusion-webui
09c1be96748584b08b6299024bb7b64bafb09d09
https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/12139
enhancement
[Feature Request]: command-line argument to disable extensions
### Is there an existing issue for this? - [X] I have searched the existing issues and checked the recent builds/commits ### What would your feature do ? New command-line option to disable all extensions. This would make it easier to troubleshoot during upgrades or development. It would also be quicker than starting...
null
https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/12294
null
{'base_commit': '09c1be96748584b08b6299024bb7b64bafb09d09', 'files': [{'path': 'modules/cmd_args.py', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [113]}}}, {'path': 'modules/extensions.py', 'status': 'modified', 'Loc': {"(None, 'list_extensions', 138)": {'add': [145], 'mod': [144]}, "(None, 'active', 13...
[]
[]
[]
{ "iss_type": "4", "iss_reason": "2", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "modules/extensions.py", "modules/cmd_args.py", "modules/ui_extensions.py" ], "doc": [], "test": [], "config": [], "asset": [] }
1
AUTOMATIC1111
stable-diffusion-webui
67c884196d4627903f6598989251ec5b2c46a4ce
https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/10036
cannot-reproduce bug-report
[Bug]: LoRa's wont work
### Is there an existing issue for this? - [X] I have searched the existing issues and checked the recent builds/commits ### What happened? I have this error code when I use a LoRa, and they are not applied to the prompt ### Steps to reproduce the problem Using any lora ### What should have happened? LoRa's s...
null
https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/10089
null
{'base_commit': '67c884196d4627903f6598989251ec5b2c46a4ce', 'files': [{'path': 'extensions-builtin/Lora/lora.py', 'status': 'modified', 'Loc': {"(None, 'load_lora', 130)": {'add': [169], 'mod': [168]}, "(None, 'lora_calc_updown', 229)": {'add': [234]}}}]}
[]
[]
[]
{ "iss_type": "1", "iss_reason": "1", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "extensions-builtin/Lora/lora.py" ], "doc": [], "test": [], "config": [], "asset": [] }
1
python
cpython
132fd38f13e127d87dc83c065bf14bf80a0a0c30
https://github.com/python/cpython/issues/67206
docs stdlib topic-unicode
string.printable.isprintable() returns False
BPO | [23017](https://bugs.python.org/issue23017) --- | :--- Nosy | @birkenfeld, @vstinner, @ezio-melotti, @stevendaprano, @bitdancer, @4kir4, @iritkatriel Files | <li>[bug-string-ascii.py](https://bugs.python.org/file37391/bug-string-ascii.py "Uploaded as text/plain at 2014-12-09.03:51:59 by planet36"): Test case show...
null
https://github.com/python/cpython/pull/128820
null
{'base_commit': 'eefd4a0bc764c0272c560f26dd10fb8fba0fb7d4', 'files': [{'path': 'Doc/library/string.rst', 'status': 'modified', 'Loc': {'(None, None, 64)': {'mod': [64, 65, 66]}}}]}
[]
[]
[]
{ "iss_type": "2", "iss_reason": "2", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [], "doc": [ "Doc/library/string.rst" ], "test": [], "config": [], "asset": [] }
1
python
cpython
ed8dd598ae7e0d944974af0fd73c2fbb6105fd5c
https://github.com/python/cpython/issues/78453
type-feature tests 3.8 (EOL) 3.7 (EOL) topic-C-API
Reorganize C API tests
BPO | [34272](https://bugs.python.org/issue34272) --- | :--- Nosy | @rhettinger, @ezio-melotti, @voidspace, @serhiy-storchaka, @miss-islington, @tirkarthi PRs | <li>python/cpython#8551</li><li>python/cpython#8567</li><li>python/cpython#8689</li><li>python/cpython#8690</li><li>python/cpython#8691</li><li>python/cpython#...
null
https://github.com/python/cpython/pull/8551
null
{'base_commit': '87f5180cd79617223ac513e9f45933f774134e32', 'files': []}
[]
[]
[]
{ "iss_type": "4", "iss_reason": "2", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [], "doc": [], "test": [], "config": [], "asset": [] }
1
python
cpython
0d1cbff833f761f80383f4ce5fe31f686f3f04eb
https://github.com/python/cpython/issues/111259
performance topic-regex
Complementary re patterns such as [\s\S] or [\w\W] are much slower than . with DOTALL
# Bug report ### Bug description: ```python import re from time import perf_counter as time p1 = re.compile(r"[\s\S]*") p2 = re.compile(".*", re.DOTALL) s = "a"*10000 for p in (p1,p2): t0 = time() for i in range(10000): _=p.match(s) print(time()-t0) ``` Runtimes are 0.44 s vs 0.0016 s on my system. Inst...
null
https://github.com/python/cpython/pull/111303
null
{'base_commit': '0d1cbff833f761f80383f4ce5fe31f686f3f04eb', 'files': [{'path': 'Lib/pathlib.py', 'status': 'modified', 'Loc': {"(None, '_compile_pattern_lines', 105)": {'mod': [127, 130, 133]}}}]}
[]
[]
[]
{ "iss_type": "4", "iss_reason": "2", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "Lib/pathlib.py" ], "doc": [], "test": [], "config": [], "asset": [] }
1
python
cpython
4219074127221fdbf545f908361da4ad98437b45
https://github.com/python/cpython/issues/103971
type-bug interpreter-core 3.11 easy triaged
Incorrect locations for code following `case` blocks
# Bug report In the following example, the debugger hits a breakpoint that is set in the `aVariable = ...` line, which is in an if-statement whose condition is `False` and which should therefore not be executed. When I run the example with coverage (under PyCharm 2023.1), that line turns green. The print statement i...
null
https://github.com/python/cpython/pull/103980
null
{'base_commit': '4219074127221fdbf545f908361da4ad98437b45', 'files': [{'path': 'Lib/test/test_patma.py', 'status': 'modified', 'Loc': {"('TestTracing', None, 3073)": {'add': [3153]}}}, {'path': 'Python/compile.c', 'status': 'modified', 'Loc': {"(None, 'compiler_match_inner', 7011)": {'add': [7059, 7083]}}}]}
[]
[]
[]
{ "iss_type": "2", "iss_reason": "1", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "Python/compile.c" ], "doc": [], "test": [ "Lib/test/test_patma.py" ], "config": [], "asset": [] }
1
python
cpython
63289b9dfbc7d87e81f1517422ee91b6b6d19531
https://github.com/python/cpython/issues/117089
Sync with importlib_metadata for Python 3.13
This issue tracks incorporating updates from importlib_metadata into CPython for Python 3.13, including: <!-- gh-linked-prs --> ### Linked PRs * gh-117092 * gh-117094 <!-- /gh-linked-prs -->
null
https://github.com/python/cpython/pull/117092
null
{'base_commit': '63289b9dfbc7d87e81f1517422ee91b6b6d19531', 'files': [{'path': '.github/CODEOWNERS', 'status': 'modified', 'Loc': {'(None, None, 122)': {'mod': [122]}}}, {'path': 'Lib/test/test_importlib/fixtures.py', 'status': 'renamed', 'Loc': {'(None, None, None)': {'add': [11]}, "('OnSysPath', 'setUp', 85)": {'add'...
[]
[]
[]
{ "iss_type": "4", "iss_reason": "2", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "Lib/test/test_importlib/fixtures.py" ], "doc": [], "test": [], "config": [ ".github/CODEOWNERS", "Makefile.pre.in" ], "asset": [] }
1
python
cpython
4c3b283e83459cf7224bbf353300099eba7a2c1c
https://github.com/python/cpython/issues/87192
type-bug docs 3.10 3.9
Missing words renders meaning unclear in fcntl.html
BPO | [43026](https://bugs.python.org/issue43026) --- | :--- Nosy | @EzraBC Files | <li>[meaning_unclear.png](https://bugs.python.org/file49766/meaning_unclear.png "Uploaded as image/png at 2021-01-25.23:46:46 by @EzraBC")</li> <sup>*Note: these values reflect the state of the issue at the time it was migrated and mig...
null
https://github.com/python/cpython/pull/91658
null
{'base_commit': '4c3b283e83459cf7224bbf353300099eba7a2c1c', 'files': [{'path': 'Doc/library/fcntl.rst', 'status': 'modified', 'Loc': {'(None, None, None)': {'mod': [40]}}}]}
[]
[]
[]
{ "iss_type": "4", "iss_reason": "2", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [], "doc": [ "Doc/library/fcntl.rst" ], "test": [], "config": [], "asset": [] }
1
python
cpython
733e15f1707ddec502a69c8c324c77e02ca11fa9
https://github.com/python/cpython/issues/93735
type-feature docs 3.11 3.10 3.12
Run documentation CI from pre-built Python
https://github.com/python/core-workflow/issues/459 There seemed to be general agreement. A
null
https://github.com/python/cpython/pull/93736
null
{'base_commit': '733e15f1707ddec502a69c8c324c77e02ca11fa9', 'files': [{'path': '.github/workflows/doc.yml', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [25, 34], 'mod': [43, 44, 45, 46, 49, 50, 51, 52, 53, 54, 55, 56]}}}]}
[]
[]
[]
{ "iss_type": "4", "iss_reason": "2", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [], "doc": [ ".github/workflows/doc.yml" ], "test": [], "config": [], "asset": [] }
1
THUDM
ChatGLM-6B
2873a6f452340565ff3cd130d5f7009a35c12154
https://github.com/THUDM/ChatGLM-6B/issues/493
[BUG/Help] 运行cli_demo.py时报错UnicodeDecodeError: 'utf-8' codec can't decode byte
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior Traceback (most recent call last): File "cli_demo.py", line 57, in <module> main() File "cli_demo.py", line 33, in main query = input("\n用户:") UnicodeDecodeError: 'utf-8' codec can't decode ...
null
https://github.com/THUDM/ChatGLM-6B/pull/934
null
{'base_commit': '2873a6f452340565ff3cd130d5f7009a35c12154', 'files': [{'path': 'cli_demo.py', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [4]}}}]}
[]
[]
[]
{ "iss_type": "1", "iss_reason": "1", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "cli_demo.py" ], "doc": [], "test": [], "config": [], "asset": [] }
1
huggingface
transformers
b9af152efb748b1bff8f6fe0130e62ebb8e11a53
https://github.com/huggingface/transformers/issues/21330
New model Good First Issue
Add XLM-V
### Model description [XLM-V: Overcoming the Vocabulary Bottleneck in Multilingual Masked Language Models](https://arxiv.org/abs/2301.10472) Large multilingual language models typically rely on a single vocabulary shared across 100+ languages. As these models have increased in parameter count and depth, vocabulary ...
null
https://github.com/huggingface/transformers/pull/21498
null
{'base_commit': 'b9af152efb748b1bff8f6fe0130e62ebb8e11a53', 'files': [{'path': 'README.md', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [444]}}}, {'path': 'README_es.md', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [437]}}}, {'path': 'README_hd.md', 'status': 'modified', 'Loc': {'(None, ...
[]
[]
[]
{ "iss_type": "4", "iss_reason": "2", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "src/transformers/models/auto/configuration_auto.py" ], "doc": [ "README_hd.md", "docs/source/en/_toctree.yml", "README_zh-hans.md", "README.md", "README_es.md", "docs/source/de/index.mdx", "README_zh-hant.md", "README_ko.md", "README_ja.md", "docs/source/en...
1
huggingface
transformers
b8378b658e9846e647d15a8fd85ad1421326b1e5
https://github.com/huggingface/transformers/issues/28007
Can't do word timestamps and beam search at the same time (whisper)
### System Info Tested on python 3.8.10, transformers 4.36.0.dev0 ### Who can help? @ArthurZucker @sanchit-gandhi (suggested by peregilk) ### Information - [ ] The official example scripts - [ ] My own modified scripts ### Tasks - [ ] An officially supported task in the `examples` folder (such as GLUE/SQuAD,...
null
https://github.com/huggingface/transformers/pull/28114
null
{'base_commit': 'b8378b658e9846e647d15a8fd85ad1421326b1e5', 'files': [{'path': 'src/transformers/models/whisper/modeling_whisper.py', 'status': 'modified', 'Loc': {"('WhisperForConditionalGeneration', 'generate', 1859)": {'add': [2226]}, "('WhisperForConditionalGeneration', '_extract_token_timestamps', 2539)": {'add': ...
[]
[]
[]
{ "iss_type": "1", "iss_reason": "1", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "src/transformers/models/whisper/modeling_whisper.py", "src/transformers/pipelines/automatic_speech_recognition.py" ], "doc": [], "test": [ "tests/models/whisper/test_modeling_whisper.py", "tests/pipelines/test_pipelines_automatic_speech_recognition.py" ], "config": [], "asset"...
1
huggingface
transformers
b231a413f5d58592bb4d98304c3d3b668c5d4a42
https://github.com/huggingface/transformers/issues/4657
PyTorch
--fp causes an issue when running example scripts in distributed mode
# 🐛 Bug ## Information Model I am using (Bert, XLNet ...): `roberta-large` Language I am using the model on (English, Chinese ...): `English` The problem arises when using: * the official example scripts The tasks I am working on is: * Finetuning a LM with `run_language_modeling.py` and the SST-2 task...
null
https://github.com/huggingface/transformers/pull/4728
null
{'base_commit': 'b231a413f5d58592bb4d98304c3d3b668c5d4a42', 'files': [{'path': 'src/transformers/training_args.py', 'status': 'modified', 'Loc': {"('TrainingArguments', '_setup_devices', 158)": {'add': [176], 'mod': [169]}}}]}
[]
[]
[]
{ "iss_type": "1", "iss_reason": "1", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "src/transformers/training_args.py" ], "doc": [], "test": [], "config": [], "asset": [] }
1
huggingface
transformers
85a1269e19af022e04bc2aad82572cd5a9e8cdd9
https://github.com/huggingface/transformers/issues/31778
Audio
Bug in whisper word-level timestamps (`tokenizer._decode_asr`)
### System Info - `transformers` version: 4.42.3 - Platform: Linux-6.1.85+-x86_64-with-glibc2.35 - Python version: 3.10.12 - Huggingface_hub version: 0.23.4 - Safetensors version: 0.4.3 - Accelerate version: not installed - Accelerate config: not found - PyTorch version (GPU?): 2.3.0+cu121 (False) - Tensorflow...
null
https://github.com/huggingface/transformers/pull/32197
null
{'base_commit': '85a1269e19af022e04bc2aad82572cd5a9e8cdd9', 'files': [{'path': 'src/transformers/models/whisper/tokenization_whisper.py', 'status': 'modified', 'Loc': {"(None, '_find_longest_common_sequence', 1107)": {'mod': [1177]}}}, {'path': 'tests/models/whisper/test_tokenization_whisper.py', 'status': 'modified', ...
[]
[]
[]
{ "iss_type": "2", "iss_reason": "1", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "src/transformers/models/whisper/tokenization_whisper.py" ], "doc": [], "test": [ "tests/models/whisper/test_tokenization_whisper.py" ], "config": [], "asset": [] }
1
huggingface
transformers
1681a6d452b60ff3652a96f03541dfa491124192
https://github.com/huggingface/transformers/issues/20650
New model
[New Model] UDOP: Unifying Vision, Text, and Layout for Universal Document Processing
### Model description We propose Universal Document Processing (UDOP), a foundation Document AI model which unifies text, image, and layout modalities together with varied task formats, including document understanding and generation. UDOP leverages the spatial correlation between textual content and document image ...
null
https://github.com/huggingface/transformers/pull/22940
null
{'base_commit': '1681a6d452b60ff3652a96f03541dfa491124192', 'files': [{'path': '.circleci/create_circleci_config.py', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [477, 487]}}}, {'path': 'README.md', 'status': 'modified', 'Loc': {'(None, None, None)': {'add': [513]}}}, {'path': 'README_es.md', 'status': ...
[]
[]
[]
{ "iss_type": "4", "iss_reason": "2", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "src/transformers/utils/dummy_pt_objects.py", "src/transformers/__init__.py", "src/transformers/models/auto/tokenization_auto.py", "src/transformers/models/__init__.py", "src/transformers/models/auto/configuration_auto.py", ".circleci/create_circleci_config.py", "src/transforme...
1
huggingface
transformers
4b423e607455a7aca1edc4beaa713da58e78ef0b
https://github.com/huggingface/transformers/issues/18068
bug
StoppingCriteria "scores" is always None
### System Info I've written a custom StoppingCriteria subclass and I'm trying to utilize the `scores` in my decision logic, but I'm finding that `scores` is always `None`. Is that intentional? ### Who can help? @patrickvonplaten, @Narsil, @gante ### Information - [ ] The official example scripts - [X] My own modi...
null
https://github.com/huggingface/transformers/pull/26863
null
{'base_commit': '4b423e607455a7aca1edc4beaa713da58e78ef0b', 'files': [{'path': 'src/transformers/generation/stopping_criteria.py', 'status': 'modified', 'Loc': {'(None, None, None)': {'mod': [26]}, "('StoppingCriteria', None, 36)": {'mod': [37]}}}, {'path': 'src/transformers/generation/utils.py', 'status': 'modified', ...
[]
[]
[]
{ "iss_type": "2", "iss_reason": "2", "loc_way": "pr", "loc_scope": null, "info_type": null }
{ "code": [ "src/transformers/generation/utils.py", "src/transformers/generation/stopping_criteria.py" ], "doc": [], "test": [], "config": [], "asset": [] }
1