Git Product home page Git Product logo

Comments (7)

liu-song avatar liu-song commented on August 25, 2024

问题描述: 我在本地登陆http://localhost:1999/ 点击注册,登陆相关按钮,最终都是重定向https://www.texixi.com:1999

from im.

Terry-Ye avatar Terry-Ye commented on August 25, 2024

看一下这个目录的html 文件 ,
cd $GOPATH/src/im/demo
https://www.texixi.com:1999 改成http://localhost:1999/ 应该就可以了。批量替换一下

from im.

liu-song avatar liu-song commented on August 25, 2024

一共有三个端口
https://www.texixi.com:1999/
https://www.texixi.com:8080/
https://www.texixi.com:6921/
我替换成了 http://localhost:端口/,只能实现注册功能,不能实现登陆
感觉这个关系,wss://www.texixi.com:8911/ws ,我替换成wss://localhost:8911/ws 也没有解决问题,请问该如何修改

from im.

Terry-Ye avatar Terry-Ye commented on August 25, 2024

你是使用http协议的
你把
wss://localhost:8911/ws
改成
ws://localhost:8911/ws

不能实现登录是报什么错误?

from im.

liu-song avatar liu-song commented on August 25, 2024

注册和登陆都实现了,其他功能还没有实现,没有显示在线人数,也不能聊天,我去尝试调用IM-api的时候,注册接口和登陆接口都能正常返回数据,但是检查更新在线人数(由ws推送)接口的时候,返回的是NO response,
发送聊天信息的时候 打开开发者工具里面
pushRoom?auth=5c894da0858207aa&rid=1 显示为红色 ,localhost:1999 会弹出异常

from im.

Terry-Ye avatar Terry-Ye commented on August 25, 2024

你查看comet 和logic 对应 log 文件看看报什么错误
或者你测试阶段使用以下的调试方法,先把im系统起的进程kill掉
例:
cd $GOPATH/src/im/comet/
go run *.go # 你需要在comet、logic、job 层都这样起服务,实时看log,方便调试

from im.

liu-song avatar liu-song commented on August 25, 2024

好的,谢谢,我再仔细看一下

from im.

Related Issues (10)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.