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
it would be interesting to see the logs if you enable the SysOutLoggingStrategy as it would show you what data types the project is generating:
val fixture = kotlinFixture {
loggingStrategy(SysOutLoggingStrategy)
}
Ultimately, for whatever reason it's trying to create an instance of DatagramOutputStream which must make an internet connection on construction. The library randomises what classes its chosen so I can only imagine its trying to resolve OutputStream and stumbled upon DatagramOutputStream by chance.
Depending on what types it is generating basically you might need to give kotlinFixture more hints with how to resolve (while avoiding DatagramOutputStream).
KotlinFixture stacktrace.txt
I guess to a self-referencing overflow Fixture is stuck. But the stacktrace is interesting. It tries to connect to a web service.
ERROR StatusConsoleListener Could not find host f93da271-6398-48a8-bf46-567899adf231
Could you explain?
The text was updated successfully, but these errors were encountered: