question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Auto report in Boostrap with ngrok and chrome extension

See original GitHub issue

Hi, how are you?

I do not have much to talk about. But if there is, a pop-up may appear for people who communicate about error. And it already reports without problems Github like ‘bug’. I do not know how I would send it to Github with the issues prepared. But, the auto report process could be done like this

Example

Reference https://stackoverflow.com/questions/12407778/connecting-to-tcp-socket-from-browser-using-javascript

chrome.experimental.socket.create('tcp', '127.0.0.1', 8080, function(socketInfo) {
  chrome.experimental.socket.connect(socketInfo.socketId, function (result) {
        chrome.experimental.socket.write(socketInfo.socketId, "Hello, world!");         
    });
});

`

ngrok http 8080 // proxy reverse to localhost

Note

  1. We could create an application. Js that reserves for localhost a reverse proxy .
  2. If Bootstrap has a problem … we can use Google Chrome browser to open a local connection. With this, we tell ngrok to run a reverse proxy with that local connection.
  3. Then you would need a server or use an email API to send this error.

` Regards, Pedro Guilherme.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
patrickhlaukecommented, Apr 8, 2019

Do you understand what I want done?

you’re after some very specific functionality that you want for your specific needs / things you’re wanting to build on top of bootstrap, and hoping that these get added directly into bootstrap core. and the general feeling here is that no, these are not things that make sense to be added to bootstrap core, which is just a framework for styling and a few custom interface widgets.

0reactions
patrickhlaukecommented, Apr 8, 2019

The point is: fine, feel free to do those things. But there’s no interest in adding these to core bootstrap, so there’s no point in opening issues here on bootstrap’s issue tracker about them.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Windows Analysis Report http://ngrok.io - Joe Sandbox
General Information ; Sample URL: http://ngrok.io ; Analysis ID: 453225 ; Infos: ; Most interesting Screenshot: ...
Read more >
twitter bootstrap css clashes while in chrome extensions
I am using bootstrap for a chrome extension I am writing. When imported as content script the css seem to clash with alot...
Read more >
Fantastic Tools for Web Developers That You're Not Using Yet
Are you are the god of web development? And looking for amazing tools for web development? Here I listed fantastic tools for web...
Read more >
General Info - ANY.RUN
Online sandbox report for http://497afe23.ngrok.io, tagged as phishing, verdict: Malicious activity. ... Modifies files in Chrome extension folder.
Read more >
How to build an IVR system with Twilio, CodeIgniter, and Ngrok
IVR: Interactive voice response system is an automated system that interacts and receives inputs from callers via a keypad and also routes calls ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found