You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i got this "Traceback (most recent call last):
File "C:\Users\acer\Downloads\freegpt-webui-v2\run.py", line 5, in
from server.backend import Backend_Api
File "C:\Users\acer\Downloads\freegpt-webui-v2\server\backend.py", line 7, in
import g4f
File "C:\Users\acer\Downloads\freegpt-webui-v2\g4f_init_.py", line 6, in
from .models import Model, ModelUtils, all_models
File "C:\Users\acer\Downloads\freegpt-webui-v2\g4f\models.py", line 3, in
from .Provider import RetryProvider, ProviderType
File "C:\Users\acer\Downloads\freegpt-webui-v2\g4f\Provider_init.py", line 7, in
from .deprecated import *
File "C:\Users\acer\Downloads\freegpt-webui-v2\g4f\Provider\deprecated_init_.py", line 6, in
from .GetGpt import GetGpt
File "C:\Users\acer\Downloads\freegpt-webui-v2\g4f\Provider\deprecated\GetGpt.py", line 9, in
from Crypto.Cipher import AES
File "C:\Users\acer\AppData\Local\Programs\Python\Python311\Lib\site-packages\Crypto\Cipher_init_.py", line 82, in
from Crypto.Cipher._mode_ctr import _create_ctr_cipher
File "C:\Users\acer\AppData\Local\Programs\Python\Python311\Lib\site-packages\Crypto\Cipher_mode_ctr.py", line 35, in
from Crypto.Util.number import long_to_bytes
File "C:\Users\acer\AppData\Local\Programs\Python\Python311\Lib\site-packages\Crypto\Util\number.py", line 398
s = pack('>I', n & 0xffffffffL) + s
^
SyntaxError: invalid hexadecimal literal"
The text was updated successfully, but these errors were encountered:
io112
pushed a commit
to io112/FreeGPT
that referenced
this issue
Apr 19, 2024
i got this "Traceback (most recent call last):
File "C:\Users\acer\Downloads\freegpt-webui-v2\run.py", line 5, in
from server.backend import Backend_Api
File "C:\Users\acer\Downloads\freegpt-webui-v2\server\backend.py", line 7, in
import g4f
File "C:\Users\acer\Downloads\freegpt-webui-v2\g4f_init_.py", line 6, in
from .models import Model, ModelUtils, all_models
File "C:\Users\acer\Downloads\freegpt-webui-v2\g4f\models.py", line 3, in
from .Provider import RetryProvider, ProviderType
File "C:\Users\acer\Downloads\freegpt-webui-v2\g4f\Provider_init.py", line 7, in
from .deprecated import *
File "C:\Users\acer\Downloads\freegpt-webui-v2\g4f\Provider\deprecated_init_.py", line 6, in
from .GetGpt import GetGpt
File "C:\Users\acer\Downloads\freegpt-webui-v2\g4f\Provider\deprecated\GetGpt.py", line 9, in
from Crypto.Cipher import AES
File "C:\Users\acer\AppData\Local\Programs\Python\Python311\Lib\site-packages\Crypto\Cipher_init_.py", line 82, in
from Crypto.Cipher._mode_ctr import _create_ctr_cipher
File "C:\Users\acer\AppData\Local\Programs\Python\Python311\Lib\site-packages\Crypto\Cipher_mode_ctr.py", line 35, in
from Crypto.Util.number import long_to_bytes
File "C:\Users\acer\AppData\Local\Programs\Python\Python311\Lib\site-packages\Crypto\Util\number.py", line 398
s = pack('>I', n & 0xffffffffL) + s
^
SyntaxError: invalid hexadecimal literal"
The text was updated successfully, but these errors were encountered: