HibiAPI icon indicating copy to clipboard operation
HibiAPI copied to clipboard

一个实现了多种常用站点的易用化API的程序 / A program that implements easy-to-use APIs for a variety of commonly used sites.

Results 25 HibiAPI issues
Sort by recently updated
recently updated
newest added

Bumps [sentry-sdk](https://github.com/getsentry/sentry-python) from 1.9.0 to 1.9.3. Release notes Sourced from sentry-sdk's releases. 1.9.3 Various fixes & improvements Wrap StarletteRequestExtractor in capture_internal_exceptions (#1551) by @​sl0thentr0py 1.9.2 Various fixes & improvements chore:...

dependencies
python

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3.0.0 to 3.1.1. Release notes Sourced from docker/build-push-action's releases. v3.1.1 Fix GitHub token not passed with Git context if subdir defined by @​crazy-max (#663) Replace deprecated fs.rmdir...

dependencies
github_actions

Bumps [actions/cache](https://github.com/actions/cache) from 3.0.4 to 3.0.6. Release notes Sourced from actions/cache's releases. v3.0.6 What's Changed Add example for clojure lein project dependencies by @​shivamarora1 in PR actions/cache#835 Update toolkit's cache...

dependencies
github_actions

Bumps [flake8](https://github.com/pycqa/flake8) from 4.0.1 to 5.0.4. Commits 6027577 Release 5.0.4 213e006 Merge pull request #1653 from asottile/lower-bound-importlib-metadata e94ee2b require sufficiently new importlib-metadata 318a86a Merge pull request #1646 from televi/main 7b8b374...

dependencies
python

Bumps [pytest-httpserver](https://github.com/csernazs/pytest-httpserver) from 1.0.4 to 1.0.5. Changelog Sourced from pytest-httpserver's changelog. 1.0.5 .. _Release Notes_1.0.5_Bug Fixes: Bug Fixes Packaging of sdist and the wheel fixed by adding the extra files...

dependencies
python

地址:https://api.obfs.dev/api/pixiv/rank?mode=day 输出结果: {"illusts":[],"next_url":null} 测试了别的站,好像都会出现这个问题. 麻烦大佬解决,谢谢!

wontfix

Bumps [confuse](https://github.com/beetbox/confuse) from 1.7.0 to 2.0.0. Changelog Sourced from confuse's changelog. v2.0.0 '''''' Drop support for versions of Python below 3.6. Commits 4650469 Changelog entry 58d92b9 Merge pull request #149...

dependencies
python

I received a warning that says: ` WARNING [2022/04/16 12:50:51.626 config:uvicorn.config:298] Current configuration will not reload as not all conditions are met,please refer to documentation.` Which documentation is this referring...

bug

依次运行 pip install . python3 -m hibiapi 修改配置后再次运行 python3 -m hibiapi后报错 ![result-2022-03-21-08-38-47.png](https://user-images.githubusercontent.com/51240031/159192988-2415cae7-1019-4052-9b12-0fde616b0d33.png)

bug
help wanted

## 错误概览 将 `hibiapi` 配置成服务后: ``` [Unit] Description="HibiAPI Service" [Service] User=root WorkingDirectory=... ExecStart=hibiapi Restart=always RestartSec=2 [Install] WantedBy=multi-user.target ``` 运行一段时间,抛出如下错误: ``` future: Traceback (most recent call last): > File "/usr/local/lib/python3.8/dist-packages/hibiapi/app/routes/pixiv.py", line...

bug
help wanted