socket.io - ReferenceError: io is not defined

后端 未结 8 1575
再見小時候
再見小時候 2020-12-02 13:11

I am writing an application for Android 2.3.5 (that will also be compatible with iOS). I wish to transfer data from the app\'s HTML/Javascript to a Python program on a serve

8条回答
  •  遥遥无期
    2020-12-02 14:01

    For me after debugging through all of the very helpful suggestions, it turned out to be simply that my node server had stopped. I had been running it manually in a terminal window during dev.

    Make sure your node [yourservercode].js is running on the specified port! :-]

提交回复
热议问题