freeCodeCamp / LearnToCodeRPG

A visual novel video game where you learn to code and get a dev job 🎯
https://www.freecodecamp.org/news/learn-to-code-rpg-1-5-update/
BSD 3-Clause "New" or "Revised" License
1.06k stars 110 forks source link

Bug report: Error opening github repo link #16

Closed a2937 closed 2 years ago

a2937 commented 2 years ago

What bug did you encounter?

The program encountered an exception with an open format operation after clicking on a button to open the browser.

Steps to Reproduce

At the very end of the game (after I got an ending; in this case the dream dev job after exploding the production server), I clicked a button to ask to check out the source code. After that I got prompted to see if I wanted to view the source code in the browser. I clicked on the button and then an exception occurs.

Screenshots

The Crash

Additional Information

No response

RuolinZheng08 commented 2 years ago

Fixed in https://github.com/freeCodeCamp/LearnToCodeRPG/commit/1a1be22a87ea47bc64a86767cc58bb896d472aaf. Thanks!