This repository has been archived on 2022-06-22. You can view files and clone it, but cannot push or open issues or pull requests.
github-gitea-mirror/CHANGELOG.md

42 lines
1.4 KiB
Markdown
Raw Normal View History

2020-10-12 13:51:29 +00:00
# 📝 Change Log
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
<!--
## Unreleased
## 1.0 - 01/02/2020
### Added
### Changed
### Deprecated
### Removed
### Fixed
### Security
-->
2020-10-25 01:21:24 +00:00
## 1.1 - 25/10/2020
* Due to `ytdl-org/youtube-dl` **DCMAed** i was able to understand the error & fix it.
```y
Traceback (most recent call last):
File "./mirror-handler/repoStared.py", line 14, in <module>
repositoryStared()
File "/github/workspace/mirror-handler/src/repositoryStared.py", line 39, in repositoryStared
topics = repo.get_topics()
File "/usr/lib/python3.8/site-packages/github/Repository.py", line 2982, in get_topics
headers, data = self._requester.requestJsonAndCheck(
File "/usr/lib/python3.8/site-packages/github/Requester.py", line 317, in requestJsonAndCheck
return self.__check(
File "/usr/lib/python3.8/site-packages/github/Requester.py", line 342, in __check
raise self.__createException(status, responseHeaders, output)
github.GithubException.GithubException: 451 {"message": "Repository access blocked", "block": {"reason": "dmca", "created_at": "2020-10-23T19:13:29Z", "html_url": "https://github.com/github/dmca/blob/master/2020/10/2020-10-23-RIAA.md"}}
```
2020-10-12 13:51:29 +00:00
## 1.0 - 12/10/2020
**First Release**