Code Monkey home page Code Monkey logo

Comments (6)

lmammino avatar lmammino commented on June 7, 2024 1

This should be fixed in 4.0.1 (just released) :)

from tall.

lmammino avatar lmammino commented on June 7, 2024

Hello @vrenda16, do you have an actual valid link that i can play with to try to debug this issue? thanks :)

from tall.

mifi avatar mifi commented on June 7, 2024

I have a similar issue:

require('tall').tall('http://bit.ly/fkWS88').then(console.log)
https://news.ycombinator.com/item

Should be http://news.ycombinator.com/item?id=2025354 (query string missing from tall):

curl -v http://bit.ly/fkWS88
*   Trying 67.199.248.11...
* TCP_NODELAY set
* Connected to bit.ly (67.199.248.11) port 80 (#0)
> GET /fkWS88 HTTP/1.1
> Host: bit.ly
> User-Agent: curl/7.64.1
> Accept: */*
> 
< HTTP/1.1 301 Moved Permanently
< Server: nginx
< Date: Fri, 02 Apr 2021 15:18:37 GMT
< Content-Type: text/html; charset=utf-8
< Content-Length: 130
< Cache-Control: private, max-age=90
< Location: http://news.ycombinator.com/item?id=2025354
< Set-Cookie: _bit=l32fiB-81903003860e6a0962-00F; Domain=bit.ly; Expires=Wed, 29 Sep 2021 15:18:37 GMT
< Via: 1.1 google
< 
<html>
<head><title>Bitly</title></head>
<body><a href="http://news.ycombinator.com/item?id=2025354">moved here</a></body>
* Connection #0 to host bit.ly left intact
</html>

I think the key to the issue is the http instead of https

from tall.

lmammino avatar lmammino commented on June 7, 2024

Hello @mifi, thanks for reporting this. Which version of tall are you using?

from tall.

mifi avatar mifi commented on June 7, 2024

Hi! Tested with 4.0.0, same issue

from tall.

mifi avatar mifi commented on June 7, 2024

awesome!

from tall.

Related Issues (15)

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.