■
■
croom_BBS
|
|
Urine Drug Test
[M] [H]
|
Protecting Nevada's Children labs quick fix
|
|
■
■
croom_BBS
|
|
Hentai twitter
[M] [H]
|
Gosh, this website is absolutely incredible! シ It's so fascinating and certainly worth checking out. I'm impressed by the valuable content and user-friendly design. Keep up the excellent work!
|
|
■
■
croom_BBS
|
|
Fake Urine
[M] [H]
|
However, excessive water intake could also raise suspicion and lead to a retest. Proper temperature regulation ensures that synthetic urine remains stable for long-term storage.
|
|
■
■
no title
|
|
Nemui
|
ご存知でしたら教えていただきたいです。
こちらのチャット翻訳ちゃんを使用しようとしたところ、以下のエラー分が吐き出され、使用できません。 OSはMAC(Intel)になります。
エラーコード ーーーーーーーーーーーーーー
twitchTransFreeNext (Version: 2.5.1) Connect to the channel : XXXXXX Translator Username : XXXXXXXXX Translator ENGINE : google Google Translate : translate.google.co.jp Task exception was never retrieved future: <Task finished name='Task-1' coro=<Client.connect() done, defined at twitchio/client.py:179> exception=ClientConnectorCertificateError(ConnectionKey(host='id.twitch.tv', port=443, is_ssl=True, ssl=None, proxy=None, proxy_auth=None, proxy_headers_hash=None), SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:997)'))> Traceback (most recent call last): File "aiohttp/connector.py", line 980, in _wrap_create_connection File "asyncio/base_events.py", line 1092, in create_connection File "asyncio/base_events.py", line 1122, in _create_connection_transport File "asyncio/sslproto.py", line 534, in data_received File "asyncio/sslproto.py", line 188, in feed_ssldata File "ssl.py", line 975, in do_handshake ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:997)
The above exception was the direct cause of the following exception:
Traceback (most recent call last): File "twitchio/client.py", line 184, in connect File "twitchio/websocket.py", line 125, in _connect File "twitchio/http.py", line 273, in validate File "aiohttp/client.py", line 1141, in __aenter__ File "aiohttp/client.py", line 536, in _request File "aiohttp/connector.py", line 540, in connect File "aiohttp/connector.py", line 901, in _create_connection File "aiohttp/connector.py", line 1206, in _create_direct_connection File "aiohttp/connector.py", line 1175, in _create_direct_connection File "aiohttp/connector.py", line 982, in _wrap_create_connection aiohttp.client_exceptions.ClientConnectorCertificateError: Cannot connect to host id.twitch.tv:443 ssl:True [SSLCertVerificationError: (1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:997)')]
大変お手数ですが、事象解決したく、助けていただけますと幸いです。
|
|
■
■
Re:no title
|
|
クレスト@管理人
[M] [H]
|
MacOS系は私は所持していないのでなんともなのですが、ログを見る限りSSL通信に失敗しているようですね。 MacならPythonで動かすのが最も安定したやり方かもしれません。 github(配布サイト)からソースコードをダウンロードし、 twitchTransFN.py config.py requirements.txt の3つを抽出してください。 config.pyを編集後、ターミナルで以下を実行してください python -V 3.xだったらこのまま、2.xだったらpython3に置き換えて実施してください。 python -m pip install pip --upgrade pip install -r requirements.txt python twitchTransFN.py
もしpythonが2でpython3が無い場合は公式からダウンロードし、インストールしてください。
無事実行されれば、次回からは最後の python twitchTransFN.py だけで起動します。
|
|
■
■
Re:no title
|
|
Nemui
|
回答ありがとうございます。
pythonで実行する旨、承知しました。 ちなみにGitに上がっているtwitchTransFN_macos_intel.tar.gzを解凍すると、requirements.txtといったファイルは存在しないのですが、こちらは自身で準備するものでしょうか?
参考 pythonをインストールし、実行した結果です
% python -m pip install pip --upgrade pip install -r requirements.txt python twitchTransFN.py Requirement already satisfied: pip in ./.pyenv/versions/3.11.5/lib/python3.11/site-packages (23.2.1) ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt' /Users/xxx/.pyenv/versions/3.11.5/bin/python: can't open file '/Users/xxx/twitchTransFN.py': [Errno 2] No such file or directory
|
|
■
■
Re:no title
|
|
クレスト@管理人
[M] [H]
|
Source code(tar.gz) をダウンロードしてください。 twitchTransFN.pyとrequirements.txtはその中に入っています。
エラーはrequirements.txtとtwitchTransFN.pyが存在しないため出ているエラーですので、ソースコードの圧縮ファイルから抽出して pip install -r requirements.txt を実行してください。エラーが出なければその後の python twitchTransFN.py が問題なく動くはずです。
|
|
■
■
Re:no title
|
|
クレスト@管理人
[M] [H]
|
もう一つ、試せないため確実に出来るとは言えませんが https://www.python.jp/install/macos/install.html ここに書かれている「SSL証明書のインストール」を実施してみてください。 エラー的にはこれで解決するような気がします。
最後の手段としては、以下の方法があげられます(自分でビルドする) pip install pyinstaller pyinstaller -F twitchTransFN.py 以上のコマンドを、ソースコードを全て抽出したディレクトリで実施することで、distというフォルダが作成され、そこに実行ファイルが生成されます。(途中何かインストールが必要とOSに言われたらインストールしてください)
|
|
■
■
Re:no title
|
|
Nemui
|
回答ありがとうございます。
Source code(tar.gz)をダウンロードののち、解凍いたしました。
何度も申し訳ないのですが、、 3ファイルについては、どこのフォルダ配下に格納すれば良いでしょうか?
ZI Pファイルを解凍したあと、実行しましたが、ファイルがないとエラーになります。。。 ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt'
実施した手順としては 1Source code(tar.gz)をダウンロード 2ファイルを解凍 3指定されたコマンドを実行
です・・・ 不足している手順がございましたら教えていただきたいです。
また、SSL証明書の件について教えていただきありがとうございます。 リンクに先の手順ではできなさそうなので少し調べます。。。
|
|
■
■
Re:no title
|
|
クレスト@管理人
[M] [H]
|
ダウンロードしてソースコードの圧縮ファイルを全て展開してください。 格納先はどこでも構いません。(前略/Downloads/twitchTransFreeNext/)等 そしてターミナルで格納先のフォルダに移動し、コマンドを実施してください。(リンクされていない場合、コマンドは現在ターミナルが居るディレクトリを対象に実行されます)
|
|
■
■
Re:no title
|
|
Nemui
|
回答ありがとうございます。 遅くなりましたが試しました。
twitchTransFreeNext (Version: 2.5.1) Connect to the channel : xxxxxxxx Translator Username : xxxxxxxx Translator ENGINE : google Google Translate : translate.google.co.jp Unclosed client session client_session: <aiohttp.client.ClientSession object at 0x1072b7090>
こんな感じの実行結果になりましたが、 これは教えていただいたとおりS SSL証明書のインストールが必要なんですかね。。(まだ、翻訳できず・・) 何が原因かわからないのですが、上記送っていただいたリンクの手順ではできないので別のやり方を探します。。
|
|
■
■
Re:no title
|
|
クレスト@管理人
[M] [H]
|
pyinstallerを使って作成した実行ファイルの結果でしょうか? それともpython twitchTransFN.pyの結果でしょうか? 回答頂けますと幸いです。
|
|
■
■
Re:no title
|
|
Nemui
|
python twitchTransFN.py を実行した結果です。
|
|
■
■
Re:no title
|
|
クレスト@管理人
[M] [H]
|
ご回答ありがとうございます。
pyinstallerを試してみてください。
pip install pyinstaller pyinstaller -F twitchTransFN.py 以上のコマンドを、ソースコードを全て抽出したディレクトリで実施することで、distというフォルダが作成され、そこに実行ファイルが生成されます。(途中何かインストールが必要とOSに言われたらインストールしてください)
|
|
■
■
Re:no title
|
|
Nemui
|
ありがとうございます。 試しました。
ですが、対象のフォルダにdistといったフォルダは作成されず・・・
今一度、twitchTransFN.commandを実行してみましたが、SSLのエラーとなっているようです。
[SSLCertVerificationError: (1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:997)')]
|
|
■
■
本日よりサポート再開致します。
|
|
クレスト@管理人
[M] [H]
|
本サイトの情報に関する質問やトラブル、本サイトで配布しているソフトウェアに関する質問やトラブルの相談をこちらで受け付けます。 よろしくお願い致します。
|
|
■
■
翻訳ちゃんについて
|
|
pita
|
こんにちは、はじめました 翻訳ちゃんNEXTを使用しているのですが上手く起動せず 書き込ませていただきました。 翻訳ちゃんを起動すると下記のような文面が出てきます。 何が間違っているのか、わからず困っています。
twitchTransFreeNext (Version: 2.5.1) Connect to the channel : ユーザー名 Translator Username : 翻訳用アカウント名 Translator ENGINE : google Google Translate : translate.google.co.jp making tmp dir... made tmp dir. run, voice synth thread... run, sound play thread... The channel "ユーザー名" was unable to be joined. Check the channel is valid.
|
|
■
■
no title
|
|
kei
|
invalid syntax (config.py, line 6) Please make [config.py] and put it with twitchTransFN
と出るのですが、config.pyはあります。 コピペしているだけですが、解決方法がわかりません。
お願いします。
|
|
[1][2][3][4]
|