Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

C# C# Streams and Data Processing Reading Data Encoding

Daniel Tkach
Daniel Tkach
7,608 Points

Stuck in "Oh no!" There was a temporary issue running this code challenge.

Oh no! There was a temporary issue running this code challenge. We've been notified and will investigate the problem.

If you continue experiencing problems, please contact support at help@teamtreehouse.com.

Fear not! Your code is safe with us. You will be able to resubmit once you reload the challenge.

And I get this on the two browsers I tried, no way out.

CodeChallenge.cs
byte[] byteArray = new byte[] { 89, 0, 97, 0, 121, 0, 33, 0 };

2 Answers

Steven Parker
Steven Parker
229,644 Points

You seem to have used the wrong name.

The challenge asked you to create a variable named "mysteryMessage", but you named your array "byteArray" instead.

But crashing the checker seems pretty drastic for just having the wrong name — you may want to submit a bug report using the instructions on the Support page.

Daniel Tkach
Daniel Tkach
7,608 Points

Thank you Steven, this challenge only worked in incognito mode, weird...