Code Monkey home page Code Monkey logo

Comments (8)

calidion avatar calidion commented on May 13, 2024

这么多乱七八糟的信息,严重影响调试。
根本无法定位问题所在。

emit afterRetry
emit error
emit complete
null
[TypeError: Cannot read property 'Location' of null]
5bb0271d743ee080126028856b6bd23bc6153409.jpg
emit complete
null
[TypeError: Cannot read property 'Location' of null]
5bb0271d743ee080126028856b6bd23bc6153409.jpg
emit error
emit complete
null
[TypeError: Cannot read property 'Location' of null]
5bb0271d743ee080126028856b6bd23bc6153409.jpg
emit complete
null
[TypeError: Cannot read property 'Location' of null]
5bb0271d743ee080126028856b6bd23bc6153409.jpg
emit afterRetry
emit error
emit complete
null
[TypeError: Cannot read property 'Location' of null]
5bb0271d743ee080126028856b6bd23bc6153409.jpg
emit complete
null
[TypeError: Cannot read property 'Location' of null]
5bb0271d743ee080126028856b6bd23bc6153409.jpg
emit error
emit complete
null
[TypeError: Cannot read property 'Location' of null]
5bb0271d743ee080126028856b6bd23bc6153409.jpg
emit complete
null
[TypeError: Cannot read property 'Location' of null]
5bb0271d743ee080126028856b6bd23bc6153409.jpg
emit retry
emit afterRetry
emit error
emit complete
null
{ [TypeError: Cannot read property 'Location' of null] statusCode: 404, retryable: false }
5bb0271d743ee080126028856b6bd23bc6153409.jpg
emit complete
null
[TypeError: Cannot read property 'Location' of null]
5bb0271d743ee080126028856b6bd23bc6153409.jpg
emit error
emit complete
null
[TypeError: Cannot read property 'Location' of null]
5bb0271d743ee080126028856b6bd23bc6153409.jpg
emit complete
null
[TypeError: Cannot read property 'Location' of null]
5bb0271d743ee080126028856b6bd23bc6153409.jpg
emit afterRetry
emit error
emit complete
null
[TypeError: Cannot read property 'Location' of null]
5bb0271d743ee080126028856b6bd23bc6153409.jpg
emit complete
null
[TypeError: Cannot read property 'Location' of null]
5bb0271d743ee080126028856b6bd23bc6153409.jpg
emit error
emit complete
null
[TypeError: Cannot read property 'Location' of null]
5bb0271d743ee080126028856b6bd23bc6153409.jpg
emit complete
null
[TypeError: Cannot read property 'Location' of null]
5bb0271d743ee080126028856b6bd23bc6153409.jpg
emit afterRetry
emit error
emit complete
null
[TypeError: Cannot read property 'Location' of null]
5bb0271d743ee080126028856b6bd23bc6153409.jpg
emit complete
null
[TypeError: Cannot read property 'Location' of null]
5bb0271d743ee080126028856b6bd23bc6153409.jpg
emit error
emit complete
null
[TypeError: Cannot read property 'Location' of null]
5bb0271d743ee080126028856b6bd23bc6153409.jpg
emit complete
null
[TypeError: Cannot read property 'Location' of null]
5bb0271d743ee080126028856b6bd23bc6153409.jpg
emit retry
emit afterRetry
emit error
emit complete
null
{ [TypeError: Cannot read property 'Location' of null] statusCode: 404, retryable: false }
5bb0271d743ee080126028856b6bd23bc6153409.jpg
emit complete
null
[TypeError: Cannot read property 'Location' of null]
5bb0271d743ee080126028856b6bd23bc6153409.jpg
emit error
emit complete
null
[TypeError: Cannot read property 'Location' of null]
5bb0271d743ee080126028856b6bd23bc6153409.jpg
emit complete
null
[TypeError: Cannot read property 'Location' of null]
5bb0271d743ee080126028856b6bd23bc6153409.jpg
emit afterRetry
emit error
emit complete
null
[TypeError: Cannot read property 'Location' of null]
5bb0271d743ee080126028856b6bd23bc6153409.jpg
emit complete
null
[TypeError: Cannot read property 'Location' of null]
5bb0271d743ee080126028856b6bd23bc6153409.jpg
emit error
emit complete
null
[TypeError: Cannot read property 'Location' of null]
5bb0271d743ee080126028856b6bd23bc6153409.jpg
emit complete
null
[TypeError: Cannot read property 'Location' of null]
5bb0271d743ee080126028856b6bd23bc6153409.jpg
emit afterRetry
emit error
emit complete
null
[TypeError: Cannot read property 'Location' of null]
5bb0271d743ee080126028856b6bd23bc6153409.jpg
emit complete
null
[TypeError: Cannot read property 'Location' of null]
5bb0271d743ee080126028856b6bd23bc6153409.jpg
emit error
emit complete
null
[TypeError: Cannot read property 'Location' of null]
5bb0271d743ee080126028856b6bd23bc6153409.jpg
emit complete
null
[TypeError: Cannot read property 'Location' of null]
5bb0271d743ee080126028856b6bd23bc6153409.jpg

from aliyun-sdk-js.

calidion avatar calidion commented on May 13, 2024

并且出错了,还在不断的循环。

from aliyun-sdk-js.

chylvina avatar chylvina commented on May 13, 2024

hi, 在环境变量 DEBUG=1 时会输出 log 信息,这的确有点问题,我会在下一个版本改掉。关于出错的地方,你能否提供更详细的信息

from aliyun-sdk-js.

calidion avatar calidion commented on May 13, 2024

主要是你们在接收数据流的时候打印了信息。
我的env里并且没有DEBUG参数。
你可以通过多添加测试用例来解决软件的bug问题.
调试时可以随便添加debug,或者留下debug的信息对象供别人调用。
但是千万不要直接打印,建议直接抛出异常。

from aliyun-sdk-js.

calidion avatar calidion commented on May 13, 2024

原打算清除掉console.log,发现你们是放在判断里面的。
打算就作摆了。
同时看你们将这么多内容包装到一个包时,测试用例这么少。
理论上测试用例的代码要比库的代码多一点或者至少,这样的库算是比较成熟的。
我的环境里并没有DEBUG = 'aliyun'的选项的。
为什么也会自动打开呢?

现在我只要一调用测试,就会出来一堆打印信息。
紧急求救!

from aliyun-sdk-js.

calidion avatar calidion commented on May 13, 2024

看到你们的动作这么迟缓,已经新发布了一个包, 叫aliyun-sdk-clean.
https://github.com/OneNodeToRuleThemAll/aliyun-sdk-js

from aliyun-sdk-js.

calidion avatar calidion commented on May 13, 2024

请说明一下关闭的理由。如果已经修复,请给出修复的提交版本,即hash值。
谢谢。

from aliyun-sdk-js.

amio avatar amio commented on May 13, 2024

ping @chylvina

from aliyun-sdk-js.

Related Issues (20)

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.