Skip to content
This repository has been archived by the owner on Oct 20, 2021. It is now read-only.

I have an issue when i executed xbox-rest-server #46

Closed
BenjaminAlonsoM opened this issue Oct 16, 2020 · 2 comments
Closed

I have an issue when i executed xbox-rest-server #46

BenjaminAlonsoM opened this issue Oct 16, 2020 · 2 comments

Comments

@BenjaminAlonsoM
Copy link

xbox-rest-server
:228: RuntimeWarning: greenlet.greenlet size changed, may indicate binary incompatibility. Expected 144 from C header, got 152 from PyObject
:228: RuntimeWarning: greenlet.greenlet size changed, may indicate binary incompatibility. Expected 144 from C header, got 152 from PyObject
:228: RuntimeWarning: greenlet.greenlet size changed, may indicate binary incompatibility. Expected 144 from C header, got 152 from PyObject
:228: RuntimeWarning: greenlet.greenlet size changed, may indicate binary incompatibility. Expected 144 from C header, got 152 from PyObject
:228: RuntimeWarning: greenlet.greenlet size changed, may indicate binary incompatibility. Expected 144 from C header, got 152 from PyObject
:228: RuntimeWarning: greenlet.greenlet size changed, may indicate binary incompatibility. Expected 144 from C header, got 152 from PyObject
:228: RuntimeWarning: greenlet.greenlet size changed, may indicate binary incompatibility. Expected 144 from C header, got 152 from PyObject
:228: RuntimeWarning: greenlet.greenlet size changed, may indicate binary incompatibility. Expected 144 from C header, got 152 from PyObject
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.9/bin/xbox-rest-server", line 5, in
from xbox.scripts.rest_server import main
File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/xbox/scripts/rest_server.py", line 4, in
monkey.patch_all()
File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/gevent/monkey.py", line 1137, in patch_all
patch_ssl(_warnings=_warnings, _first_time=first_time)
File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/gevent/monkey.py", line 183, in ignores
return func(*args, **kwargs)
File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/gevent/monkey.py", line 888, in patch_ssl
gevent_mod, _ = _patch_module('ssl', _warnings=_warnings)
File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/gevent/monkey.py", line 362, in _patch_module
gevent_module = getattr(import('gevent.' + name), name)
File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/gevent/ssl.py", line 32, in
from gevent import _ssl3 as _source # pragma: no cover
File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/gevent/_ssl3.py", line 171, in
class SSLSocket(socket):
File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/gevent/_ssl3.py", line 184, in SSLSocket
family=AF_INET, type=SOCK_STREAM, proto=0, fileno=None,
NameError: name 'AF_INET' is not defined

@foxriver76
Copy link

Same as #42. I also have users complaining about this issue.

@tuxuser
Copy link
Member

tuxuser commented Oct 31, 2020

Tracked in #42

@tuxuser tuxuser closed this as completed Oct 31, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants