Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Oh My Git!

An open source game about learning Git! · By blinry, bleeptrack

Failure method "recv"

A topic by SyyPro created 93 days ago Views: 114 Replies: 1
Viewing posts 1 to 2

Hey guys, anyone had the same problem and solve this? 

Can't call method "recv" on an undefined value at  C:/Users/[name]/AppData/Roaming/Oh My Git/net-test line 23.

Thank you everyone for help. 

You might have a local process already bound to port 6666. You can find out which process by entering the following into a Command Prompt window:

netstat -ano -p tcp|find "6666"

If you get a hit, the final number should be the Process ID (PID) which you can cross-reference in the Details tab of Task Manager.