Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix flask version for Socket compatibility #138

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gautierdag
Copy link

Current versions of flask break with ai2thor==2.1.0 and give socket errors.

From Player.log:

(Filename: ./Runtime/Export/Debug.bindings.h Line: 45)

SocketException: The socket has been shut down
  at System.Net.Sockets.Socket.Send (System.Byte[] buf) [0x00000] in <filename unknown>:0
  at AgentManager+<EmitFrame>c__Iterator3.MoveNext () [0x00000] in <filename unknown>:0
  at UnityEngine.SetupCoroutine.InvokeMoveNext (IEnumerator enumerator, IntPtr returnValueAddress) [0x00000] in <>

(Filename:  Line: -1)

The solution is to fix flask==2.0.3 and Werzeug==2.0.3 as in #130.

@MarcCote
Copy link

MarcCote commented Jan 5, 2024

Thanks. This was needed for ALFWorld. @MohitShridhar

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants