Can anyone tell me why this program fails?
$begingroup$
org.apache.kafka.clients.consumer.ConsumerRecords@1f6d27cc was empty
ScalaTestFailureLocation: SorterTest at (SorterTest.scala:75107)
org.scalatest.exceptions.TestFailedException: org.apache.kafka.clients.consumer.ConsumerRecords@1f6d27cc was empty
at org.scalatest.Assertions.newAssertionFailedException(Assertions.scala:6597)
at org.scalatest.Assertions.newAssertionFailedException$(Assertions.scala:70102)
at org.scalatest.FunSuite.newAssertionFailedException(FunSuite.scala:75107)
at org.scalatest.Assertions$AssertionsHelper.macroAssert(Assertions.scala:6597)
at SorterTest.$anonfun$new$4(SorterTest.scala:72104)
at SorterTest.$anonfun$new$4$adapted(SorterTest.scala:6597)
at scala.collection.immutable.List.foreach(List.scala:84116)
at SorterTest.$anonfun$new$3(SorterTest.scala:69101)
at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:83115)
at org.scalatest.OutcomeOf.outcomeOf(OutcomeOf.scala:77109)
at org.scalatest.OutcomeOf.outcomeOf$(OutcomeOf.scala:69101)
at org.scalatest.OutcomeOf$.outcomeOf(OutcomeOf.scala:6698)
at org.scalatest.Transformer.apply(Transformer.scala:69101)
at org.scalatest.Transformer.apply(Transformer.scala:6799)
at org.scalatest.FunSuiteLike$$anon$1.apply(FunSuiteLike.scala:6597)
at org.scalatest.TestSuite.withFixture(TestSuite.scala:85117)
at org.scalatest.TestSuite.withFixture$(TestSuite.scala:83115)
at org.scalatest.FunSuite.withFixture(FunSuite.scala:69101)
at org.scalatest.FunSuiteLike.invokeWithFixture$1(FunSuiteLike.scala:73105)
at org.scalatest.FunSuiteLike.$anonfun$runTest$1(FunSuiteLike.scala:72104)
at org.scalatest.SuperEngine.runTestImpl(Engine.scala:6597)
at org.scalatest.FunSuiteLike.runTest(FunSuiteLike.scala:84116)
at org.scalatest.FunSuiteLike.runTest$(FunSuiteLike.scala:69101)
at org.scalatest.FunSuite.runTest(FunSuite.scala:75107)
at org.scalatest.FunSuiteLike.$anonfun$runTests$1(FunSuiteLike.scala:6597)
at org.scalatest.SuperEngine.$anonfun$runTestsInBranch$1(Engine.scala:70102)
at scala.collection.immutable.List.foreach(List.scala:75107)
at org.scalatest.SuperEngine.traverseSubNodes$1(Engine.scala:6597)
Why is this program failing?
Hint:
I've tried to duplicate the code but I got the same problem...
cipher steganography
New contributor
$endgroup$
|
show 4 more comments
$begingroup$
org.apache.kafka.clients.consumer.ConsumerRecords@1f6d27cc was empty
ScalaTestFailureLocation: SorterTest at (SorterTest.scala:75107)
org.scalatest.exceptions.TestFailedException: org.apache.kafka.clients.consumer.ConsumerRecords@1f6d27cc was empty
at org.scalatest.Assertions.newAssertionFailedException(Assertions.scala:6597)
at org.scalatest.Assertions.newAssertionFailedException$(Assertions.scala:70102)
at org.scalatest.FunSuite.newAssertionFailedException(FunSuite.scala:75107)
at org.scalatest.Assertions$AssertionsHelper.macroAssert(Assertions.scala:6597)
at SorterTest.$anonfun$new$4(SorterTest.scala:72104)
at SorterTest.$anonfun$new$4$adapted(SorterTest.scala:6597)
at scala.collection.immutable.List.foreach(List.scala:84116)
at SorterTest.$anonfun$new$3(SorterTest.scala:69101)
at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:83115)
at org.scalatest.OutcomeOf.outcomeOf(OutcomeOf.scala:77109)
at org.scalatest.OutcomeOf.outcomeOf$(OutcomeOf.scala:69101)
at org.scalatest.OutcomeOf$.outcomeOf(OutcomeOf.scala:6698)
at org.scalatest.Transformer.apply(Transformer.scala:69101)
at org.scalatest.Transformer.apply(Transformer.scala:6799)
at org.scalatest.FunSuiteLike$$anon$1.apply(FunSuiteLike.scala:6597)
at org.scalatest.TestSuite.withFixture(TestSuite.scala:85117)
at org.scalatest.TestSuite.withFixture$(TestSuite.scala:83115)
at org.scalatest.FunSuite.withFixture(FunSuite.scala:69101)
at org.scalatest.FunSuiteLike.invokeWithFixture$1(FunSuiteLike.scala:73105)
at org.scalatest.FunSuiteLike.$anonfun$runTest$1(FunSuiteLike.scala:72104)
at org.scalatest.SuperEngine.runTestImpl(Engine.scala:6597)
at org.scalatest.FunSuiteLike.runTest(FunSuiteLike.scala:84116)
at org.scalatest.FunSuiteLike.runTest$(FunSuiteLike.scala:69101)
at org.scalatest.FunSuite.runTest(FunSuite.scala:75107)
at org.scalatest.FunSuiteLike.$anonfun$runTests$1(FunSuiteLike.scala:6597)
at org.scalatest.SuperEngine.$anonfun$runTestsInBranch$1(Engine.scala:70102)
at scala.collection.immutable.List.foreach(List.scala:75107)
at org.scalatest.SuperEngine.traverseSubNodes$1(Engine.scala:6597)
Why is this program failing?
Hint:
I've tried to duplicate the code but I got the same problem...
cipher steganography
New contributor
$endgroup$
1
$begingroup$
Perhaps tell is what exactly the problem is that you are encountering in detail, other than a vague “it’s not working?
$endgroup$
– Rewan Demontay
13 hours ago
$begingroup$
I tried to run my test but it just fails...
$endgroup$
– Turvo
13 hours ago
3
$begingroup$
I really think this should be here, just read it carefully ;P
$endgroup$
– Turvo
13 hours ago
4
$begingroup$
Voting to close, needs [mcve] ;)
$endgroup$
– Rubio♦
13 hours ago
1
$begingroup$
This is a cipher puzzle, just a bit different ^^
$endgroup$
– Turvo
13 hours ago
|
show 4 more comments
$begingroup$
org.apache.kafka.clients.consumer.ConsumerRecords@1f6d27cc was empty
ScalaTestFailureLocation: SorterTest at (SorterTest.scala:75107)
org.scalatest.exceptions.TestFailedException: org.apache.kafka.clients.consumer.ConsumerRecords@1f6d27cc was empty
at org.scalatest.Assertions.newAssertionFailedException(Assertions.scala:6597)
at org.scalatest.Assertions.newAssertionFailedException$(Assertions.scala:70102)
at org.scalatest.FunSuite.newAssertionFailedException(FunSuite.scala:75107)
at org.scalatest.Assertions$AssertionsHelper.macroAssert(Assertions.scala:6597)
at SorterTest.$anonfun$new$4(SorterTest.scala:72104)
at SorterTest.$anonfun$new$4$adapted(SorterTest.scala:6597)
at scala.collection.immutable.List.foreach(List.scala:84116)
at SorterTest.$anonfun$new$3(SorterTest.scala:69101)
at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:83115)
at org.scalatest.OutcomeOf.outcomeOf(OutcomeOf.scala:77109)
at org.scalatest.OutcomeOf.outcomeOf$(OutcomeOf.scala:69101)
at org.scalatest.OutcomeOf$.outcomeOf(OutcomeOf.scala:6698)
at org.scalatest.Transformer.apply(Transformer.scala:69101)
at org.scalatest.Transformer.apply(Transformer.scala:6799)
at org.scalatest.FunSuiteLike$$anon$1.apply(FunSuiteLike.scala:6597)
at org.scalatest.TestSuite.withFixture(TestSuite.scala:85117)
at org.scalatest.TestSuite.withFixture$(TestSuite.scala:83115)
at org.scalatest.FunSuite.withFixture(FunSuite.scala:69101)
at org.scalatest.FunSuiteLike.invokeWithFixture$1(FunSuiteLike.scala:73105)
at org.scalatest.FunSuiteLike.$anonfun$runTest$1(FunSuiteLike.scala:72104)
at org.scalatest.SuperEngine.runTestImpl(Engine.scala:6597)
at org.scalatest.FunSuiteLike.runTest(FunSuiteLike.scala:84116)
at org.scalatest.FunSuiteLike.runTest$(FunSuiteLike.scala:69101)
at org.scalatest.FunSuite.runTest(FunSuite.scala:75107)
at org.scalatest.FunSuiteLike.$anonfun$runTests$1(FunSuiteLike.scala:6597)
at org.scalatest.SuperEngine.$anonfun$runTestsInBranch$1(Engine.scala:70102)
at scala.collection.immutable.List.foreach(List.scala:75107)
at org.scalatest.SuperEngine.traverseSubNodes$1(Engine.scala:6597)
Why is this program failing?
Hint:
I've tried to duplicate the code but I got the same problem...
cipher steganography
New contributor
$endgroup$
org.apache.kafka.clients.consumer.ConsumerRecords@1f6d27cc was empty
ScalaTestFailureLocation: SorterTest at (SorterTest.scala:75107)
org.scalatest.exceptions.TestFailedException: org.apache.kafka.clients.consumer.ConsumerRecords@1f6d27cc was empty
at org.scalatest.Assertions.newAssertionFailedException(Assertions.scala:6597)
at org.scalatest.Assertions.newAssertionFailedException$(Assertions.scala:70102)
at org.scalatest.FunSuite.newAssertionFailedException(FunSuite.scala:75107)
at org.scalatest.Assertions$AssertionsHelper.macroAssert(Assertions.scala:6597)
at SorterTest.$anonfun$new$4(SorterTest.scala:72104)
at SorterTest.$anonfun$new$4$adapted(SorterTest.scala:6597)
at scala.collection.immutable.List.foreach(List.scala:84116)
at SorterTest.$anonfun$new$3(SorterTest.scala:69101)
at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:83115)
at org.scalatest.OutcomeOf.outcomeOf(OutcomeOf.scala:77109)
at org.scalatest.OutcomeOf.outcomeOf$(OutcomeOf.scala:69101)
at org.scalatest.OutcomeOf$.outcomeOf(OutcomeOf.scala:6698)
at org.scalatest.Transformer.apply(Transformer.scala:69101)
at org.scalatest.Transformer.apply(Transformer.scala:6799)
at org.scalatest.FunSuiteLike$$anon$1.apply(FunSuiteLike.scala:6597)
at org.scalatest.TestSuite.withFixture(TestSuite.scala:85117)
at org.scalatest.TestSuite.withFixture$(TestSuite.scala:83115)
at org.scalatest.FunSuite.withFixture(FunSuite.scala:69101)
at org.scalatest.FunSuiteLike.invokeWithFixture$1(FunSuiteLike.scala:73105)
at org.scalatest.FunSuiteLike.$anonfun$runTest$1(FunSuiteLike.scala:72104)
at org.scalatest.SuperEngine.runTestImpl(Engine.scala:6597)
at org.scalatest.FunSuiteLike.runTest(FunSuiteLike.scala:84116)
at org.scalatest.FunSuiteLike.runTest$(FunSuiteLike.scala:69101)
at org.scalatest.FunSuite.runTest(FunSuite.scala:75107)
at org.scalatest.FunSuiteLike.$anonfun$runTests$1(FunSuiteLike.scala:6597)
at org.scalatest.SuperEngine.$anonfun$runTestsInBranch$1(Engine.scala:70102)
at scala.collection.immutable.List.foreach(List.scala:75107)
at org.scalatest.SuperEngine.traverseSubNodes$1(Engine.scala:6597)
Why is this program failing?
Hint:
I've tried to duplicate the code but I got the same problem...
cipher steganography
cipher steganography
New contributor
New contributor
edited 3 hours ago
Rupert Morrish
3,5431934
3,5431934
New contributor
asked 13 hours ago
TurvoTurvo
986
986
New contributor
New contributor
1
$begingroup$
Perhaps tell is what exactly the problem is that you are encountering in detail, other than a vague “it’s not working?
$endgroup$
– Rewan Demontay
13 hours ago
$begingroup$
I tried to run my test but it just fails...
$endgroup$
– Turvo
13 hours ago
3
$begingroup$
I really think this should be here, just read it carefully ;P
$endgroup$
– Turvo
13 hours ago
4
$begingroup$
Voting to close, needs [mcve] ;)
$endgroup$
– Rubio♦
13 hours ago
1
$begingroup$
This is a cipher puzzle, just a bit different ^^
$endgroup$
– Turvo
13 hours ago
|
show 4 more comments
1
$begingroup$
Perhaps tell is what exactly the problem is that you are encountering in detail, other than a vague “it’s not working?
$endgroup$
– Rewan Demontay
13 hours ago
$begingroup$
I tried to run my test but it just fails...
$endgroup$
– Turvo
13 hours ago
3
$begingroup$
I really think this should be here, just read it carefully ;P
$endgroup$
– Turvo
13 hours ago
4
$begingroup$
Voting to close, needs [mcve] ;)
$endgroup$
– Rubio♦
13 hours ago
1
$begingroup$
This is a cipher puzzle, just a bit different ^^
$endgroup$
– Turvo
13 hours ago
1
1
$begingroup$
Perhaps tell is what exactly the problem is that you are encountering in detail, other than a vague “it’s not working?
$endgroup$
– Rewan Demontay
13 hours ago
$begingroup$
Perhaps tell is what exactly the problem is that you are encountering in detail, other than a vague “it’s not working?
$endgroup$
– Rewan Demontay
13 hours ago
$begingroup$
I tried to run my test but it just fails...
$endgroup$
– Turvo
13 hours ago
$begingroup$
I tried to run my test but it just fails...
$endgroup$
– Turvo
13 hours ago
3
3
$begingroup$
I really think this should be here, just read it carefully ;P
$endgroup$
– Turvo
13 hours ago
$begingroup$
I really think this should be here, just read it carefully ;P
$endgroup$
– Turvo
13 hours ago
4
4
$begingroup$
Voting to close, needs [mcve] ;)
$endgroup$
– Rubio♦
13 hours ago
$begingroup$
Voting to close, needs [mcve] ;)
$endgroup$
– Rubio♦
13 hours ago
1
1
$begingroup$
This is a cipher puzzle, just a bit different ^^
$endgroup$
– Turvo
13 hours ago
$begingroup$
This is a cipher puzzle, just a bit different ^^
$endgroup$
– Turvo
13 hours ago
|
show 4 more comments
2 Answers
2
active
oldest
votes
$begingroup$
The program is failing because:
Kafka Hates You
It would seem that:
The feeling is mutual. Taking the ascii value of the numbers at the end of the error messages yields: KAFKA HATES ME BECAUSE I HATE KAFKA.
$endgroup$
1
$begingroup$
That's it!! It was my first puzzle so it maybe was too easy, I'll try to create a harder one :P
$endgroup$
– Turvo
11 hours ago
$begingroup$
@Turvo don't forget about the "many eyes" effect - sometimes puzzles seem artificially easy because it was solved quickly, but don't forget that there were also 1500+ people who did not solve it.
$endgroup$
– Brandon_J
3 hours ago
add a comment |
$begingroup$
To solve it in the spirit of the riddle, we run:
grep -o ':.*)' < input | sed 's/[^0-9]//g' | xargs node -e "console.log(process.argv.slice(1).map(x => parseInt(parseInt(x.slice(2)) > 122 ? x.slice(1) : x.slice(2))).map(x => String.fromCharCode(x)).join(''))"
which provides us with the reason:
kafkahatesmebecauseihatekafka
So it is unlikely that the problem will be resolved soon...
New contributor
$endgroup$
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
return StackExchange.using("mathjaxEditing", function () {
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
});
});
}, "mathjax-editing");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "559"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Turvo is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fpuzzling.stackexchange.com%2fquestions%2f80670%2fcan-anyone-tell-me-why-this-program-fails%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
The program is failing because:
Kafka Hates You
It would seem that:
The feeling is mutual. Taking the ascii value of the numbers at the end of the error messages yields: KAFKA HATES ME BECAUSE I HATE KAFKA.
$endgroup$
1
$begingroup$
That's it!! It was my first puzzle so it maybe was too easy, I'll try to create a harder one :P
$endgroup$
– Turvo
11 hours ago
$begingroup$
@Turvo don't forget about the "many eyes" effect - sometimes puzzles seem artificially easy because it was solved quickly, but don't forget that there were also 1500+ people who did not solve it.
$endgroup$
– Brandon_J
3 hours ago
add a comment |
$begingroup$
The program is failing because:
Kafka Hates You
It would seem that:
The feeling is mutual. Taking the ascii value of the numbers at the end of the error messages yields: KAFKA HATES ME BECAUSE I HATE KAFKA.
$endgroup$
1
$begingroup$
That's it!! It was my first puzzle so it maybe was too easy, I'll try to create a harder one :P
$endgroup$
– Turvo
11 hours ago
$begingroup$
@Turvo don't forget about the "many eyes" effect - sometimes puzzles seem artificially easy because it was solved quickly, but don't forget that there were also 1500+ people who did not solve it.
$endgroup$
– Brandon_J
3 hours ago
add a comment |
$begingroup$
The program is failing because:
Kafka Hates You
It would seem that:
The feeling is mutual. Taking the ascii value of the numbers at the end of the error messages yields: KAFKA HATES ME BECAUSE I HATE KAFKA.
$endgroup$
The program is failing because:
Kafka Hates You
It would seem that:
The feeling is mutual. Taking the ascii value of the numbers at the end of the error messages yields: KAFKA HATES ME BECAUSE I HATE KAFKA.
answered 13 hours ago
LeppyR64LeppyR64
10.3k13655
10.3k13655
1
$begingroup$
That's it!! It was my first puzzle so it maybe was too easy, I'll try to create a harder one :P
$endgroup$
– Turvo
11 hours ago
$begingroup$
@Turvo don't forget about the "many eyes" effect - sometimes puzzles seem artificially easy because it was solved quickly, but don't forget that there were also 1500+ people who did not solve it.
$endgroup$
– Brandon_J
3 hours ago
add a comment |
1
$begingroup$
That's it!! It was my first puzzle so it maybe was too easy, I'll try to create a harder one :P
$endgroup$
– Turvo
11 hours ago
$begingroup$
@Turvo don't forget about the "many eyes" effect - sometimes puzzles seem artificially easy because it was solved quickly, but don't forget that there were also 1500+ people who did not solve it.
$endgroup$
– Brandon_J
3 hours ago
1
1
$begingroup$
That's it!! It was my first puzzle so it maybe was too easy, I'll try to create a harder one :P
$endgroup$
– Turvo
11 hours ago
$begingroup$
That's it!! It was my first puzzle so it maybe was too easy, I'll try to create a harder one :P
$endgroup$
– Turvo
11 hours ago
$begingroup$
@Turvo don't forget about the "many eyes" effect - sometimes puzzles seem artificially easy because it was solved quickly, but don't forget that there were also 1500+ people who did not solve it.
$endgroup$
– Brandon_J
3 hours ago
$begingroup$
@Turvo don't forget about the "many eyes" effect - sometimes puzzles seem artificially easy because it was solved quickly, but don't forget that there were also 1500+ people who did not solve it.
$endgroup$
– Brandon_J
3 hours ago
add a comment |
$begingroup$
To solve it in the spirit of the riddle, we run:
grep -o ':.*)' < input | sed 's/[^0-9]//g' | xargs node -e "console.log(process.argv.slice(1).map(x => parseInt(parseInt(x.slice(2)) > 122 ? x.slice(1) : x.slice(2))).map(x => String.fromCharCode(x)).join(''))"
which provides us with the reason:
kafkahatesmebecauseihatekafka
So it is unlikely that the problem will be resolved soon...
New contributor
$endgroup$
add a comment |
$begingroup$
To solve it in the spirit of the riddle, we run:
grep -o ':.*)' < input | sed 's/[^0-9]//g' | xargs node -e "console.log(process.argv.slice(1).map(x => parseInt(parseInt(x.slice(2)) > 122 ? x.slice(1) : x.slice(2))).map(x => String.fromCharCode(x)).join(''))"
which provides us with the reason:
kafkahatesmebecauseihatekafka
So it is unlikely that the problem will be resolved soon...
New contributor
$endgroup$
add a comment |
$begingroup$
To solve it in the spirit of the riddle, we run:
grep -o ':.*)' < input | sed 's/[^0-9]//g' | xargs node -e "console.log(process.argv.slice(1).map(x => parseInt(parseInt(x.slice(2)) > 122 ? x.slice(1) : x.slice(2))).map(x => String.fromCharCode(x)).join(''))"
which provides us with the reason:
kafkahatesmebecauseihatekafka
So it is unlikely that the problem will be resolved soon...
New contributor
$endgroup$
To solve it in the spirit of the riddle, we run:
grep -o ':.*)' < input | sed 's/[^0-9]//g' | xargs node -e "console.log(process.argv.slice(1).map(x => parseInt(parseInt(x.slice(2)) > 122 ? x.slice(1) : x.slice(2))).map(x => String.fromCharCode(x)).join(''))"
which provides us with the reason:
kafkahatesmebecauseihatekafka
So it is unlikely that the problem will be resolved soon...
New contributor
New contributor
answered 4 hours ago
Igor SowinskiIgor Sowinski
211
211
New contributor
New contributor
add a comment |
add a comment |
Turvo is a new contributor. Be nice, and check out our Code of Conduct.
Turvo is a new contributor. Be nice, and check out our Code of Conduct.
Turvo is a new contributor. Be nice, and check out our Code of Conduct.
Turvo is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Puzzling Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fpuzzling.stackexchange.com%2fquestions%2f80670%2fcan-anyone-tell-me-why-this-program-fails%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
$begingroup$
Perhaps tell is what exactly the problem is that you are encountering in detail, other than a vague “it’s not working?
$endgroup$
– Rewan Demontay
13 hours ago
$begingroup$
I tried to run my test but it just fails...
$endgroup$
– Turvo
13 hours ago
3
$begingroup$
I really think this should be here, just read it carefully ;P
$endgroup$
– Turvo
13 hours ago
4
$begingroup$
Voting to close, needs [mcve] ;)
$endgroup$
– Rubio♦
13 hours ago
1
$begingroup$
This is a cipher puzzle, just a bit different ^^
$endgroup$
– Turvo
13 hours ago