ホーム
新着 Issues
カテゴリー
リポジトリ
リポジトリを送信
ガイド
ブログ
メニュー
言語
jhao104/proxy_pool
127.0.0.1:5010可以访问,可是127.0.0.1:5010/get的页面出现500 内部服务器错误问题
Open
#349 opened on 2019年9月14日
GitHub で見る
6 comments
(6 comments)
0 reactions
(0 reactions)
0 assignees
(0 assignees)
Python
20,037 stars
(20,037 stars)
4,936 forks
(4,936 forks)
batch import
help wanted
question
説明
依赖都安装了,也是直接运行cli里面的start.sh
コントリビューターガイド
技術スタック
python
flask
rest api
領域
backend
api
Issue 種別
bug
難度
新しい貢献者にとっての実装難度です。1 は非常に小さな変更、5 は専門的な作業です。
3
推定時間
経験ある貢献者が調査、実装、テスト、pull request 準備にかけるおおよその時間範囲です。
1-3 hours
活動状況
Issue が今どれだけ取り組みやすいかを示します。新しい、活発、古い、ブロック中、またはメンテナー入力待ちなどです。
stale
明確さ
期待される変更、受け入れ条件、次の手順がどれだけ明確かを示します。
unclear
前提条件
Python
Flask
Error log analysis
初心者向け度
初回貢献者にどれだけ取り組みやすいかを 1-100 で推定したスコアです。
20
調査方針
Check the server error logs for details on the 500 error. Investigate the /get endpoint handler in the proxy pool codebase. Look for common misconfiguration issues like missing database connections or incorrect API key handling.