This repository was archived by the owner on Nov 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
This repository was archived by the owner on Nov 8, 2024. It is now read-only.
The project fails to build on Travis due to problems with the Mono version #56
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't workingbuild/deployIssue relates to the build, deployment or documentation (IE: Not the code)Issue relates to the build, deployment or documentation (IE: Not the code)invalidThis doesn't seem rightThis doesn't seem right
Description
I think this is the same error I've seen in the Agiil project. The latest Mono version is no good because it introduces these types of build failure.
In Agiil I had to downgrade the Mono version so that it built correctly.
6) Error : CSF.Screenplay.Selenium.Tests.Waits.WaitUntilVisibleTests.Wait_UntilVisible_returns_element_with_correct_text(CSF.Screenplay.Actors.Cast,CSF.Screenplay.Selenium.Abilities.BrowseTheWeb)
OpenQA.Selenium.WebDriverException : Unexpected error. System.Net.WebException: Error getting response stream (ReadAsync): ReceiveFailure Value cannot be null.
Parameter name: src ---> System.ArgumentNullException: Value cannot be null.
Parameter name: src
at System.Net.HttpWebRequest+<RunWithTimeoutWorker>d__244`1[T].MoveNext () [0x000ba] in <fc308f916aec4e4283e0c1d4b761760a>:0
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess (System.Threading.Tasks.Task task) [0x0003e] in <71d8ad678db34313b7f718a414dfcb25>:0
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification (System.Threading.Tasks.Task task) [0x00028] in <71d8ad678db34313b7f718a414dfcb25>:0
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd (System.Threading.Tasks.Task task) [0x00008] in <71d8ad678db34313b7f718a414dfcb25>:0
at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[TResult].GetResult () [0x00000] in <71d8ad678db34313b7f718a414dfcb25>:0
at System.Net.WebResponseStream+<ReadAsync>d__48.MoveNext () [0x00253] in <fc308f916aec4e4283e0c1d4b761760a>:0
--- End of inner exception stack trace ---
at System.Net.WebConnectionStream.Read (System.Byte[] buffer, System.Int32 offset, System.Int32 count) [0x00077] in <fc308f916aec4e4283e0c1d4b761760a>:0
at System.IO.StreamReader.ReadBuffer () [0x00028] in <71d8ad678db34313b7f718a414dfcb25>:0
at System.IO.StreamReader.ReadToEnd () [0x00052] in <71d8ad678db34313b7f718a414dfcb25>:0
at OpenQA.Selenium.Remote.HttpCommandExecutor.GetTextOfWebResponse (System.Net.HttpWebResponse webResponse) [0x00013] in <ffa85d3056554eccb394847e2c433dfa>:0
at OpenQA.Selenium.Remote.HttpCommandExecutor.CreateResponse (System.Net.WebRequest request) [0x000f5] in <ffa85d3056554eccb394847e2c433dfa>:0
at OpenQA.Selenium.Remote.HttpCommandExecutor.Execute (OpenQA.Selenium.Remote.Command commandToExecute) [0x000bd] in <ffa85d3056554eccb394847e2c433dfa>:0
at OpenQA.Selenium.Remote.RemoteWebDriver.Execute (System.String driverCommandToExecute, System.Collections.Generic.Dictionary`2[TKey,TValue] parameters) [0x00014] in <ffa85d3056554eccb394847e2c433dfa>:0
There is more to the stack trace than above, but this is the relevant part.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingbuild/deployIssue relates to the build, deployment or documentation (IE: Not the code)Issue relates to the build, deployment or documentation (IE: Not the code)invalidThis doesn't seem rightThis doesn't seem right