Coder Social home page Coder Social logo

pk5ls20 / lagrange.core Goto Github PK

View Code? Open in Web Editor NEW

This project forked from lagrangedev/lagrange.core

2.0 0.0 0.0 3.38 MB

An Implementation of NTQQ Protocol, with Pure C#, Derived from Konata.Core

License: GNU General Public License v3.0

Shell 0.02% C# 99.92% Dockerfile 0.06%

lagrange.core's Issues

[Bug?]: get_msg 获取不到正常的mface 的各种信息

请确保您已阅读以上注意事项,并勾选下方的确认框。

  • 我已经仔细阅读上述内容
  • 我已经使用 最新构建 测试过,问题依旧存在。
  • 我已经在 Issue Tracker 中找过我要提出的问题,没有找到相同问题的ISSUE。
  • 我已知晓并同意,此处仅用于汇报程序中存在的问题。若这个 Issue 是关于其他非程序本身问题,则我的 Issue 可能会被无条件自动关闭或/并锁定。(其它疑问请考虑加入TG群询问或在discussions中提问)

Lagrange项目

OneBot

所使用/依赖的Lagrange项目对应的commit

bd9e5a7

运行环境

Linux

运行架构

x64

连接方式

HTTP

重现步骤

使用get_msg获取对应表情的 消息时
获取到的信息为空
(
[type] => mface
[data] => stdClass Object
(
[faceName] =>
[faceId] =>
[key] =>
[imageHeight] => -1
[imageWidth] => -1
[tabId] => -1
)

                    )
             表情对应的文字信息又正常
                               (
                        [type] => text
                        [data] => stdClass Object
                            (
                                [text] => [太牛了]
                            )

                    )
                    
                    如果是正常 接收消息获取的表情信息 也是正常的

期望的结果是什么?

get_msg获取的表情信息正常

实际的结果是什么?

无法正常获取

简单的复现代码/链接(可选)

No response

日志记录(可选)

No response

补充说明(可选)

No response

Progress of unofficial implementations regarding the event `MarketFace`

Overview

Currently, due to reasons such as go-cqhttp not being implemented, inconsistent standard implementations among different parties, Lagrange.Core has not officially implemented and wishes to postpone the implementation of the MarketFace event.
Below is the unofficial implementation of this event in this Fork and its progress.

Progress

  • Basic implementation of receiving the MarketFace event (complete in 0901d5d)
  • Basic implementation of sending the MarketFace event

Known Issues

  • Currently, receiving a market sticker reports two events (MarketFace, text)
  • There seems to be a problem with the raw_message of the MarketFace event
  • Facekey's conversion seems to be incorrect (fix in 0901d5d)

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.