shogerr / bluprntr

Prints your Bluprints to disk
11 stars 2 forks source link

Extension not connecting to local server #9

Closed devshorts closed 4 years ago

devshorts commented 4 years ago

Howdy, trying to get this to run and I can't seem to get the extension to connect to the local server at all. If I enable the devtools panel as a background page I can see that it connects, but doesn't attach to the network request listener to the get the m3u master playlist.

Are there any suggestions on how to debug this or get more information about why it isn't connecting? Is it permissions? I can't seem to get any logging if I don't have it enabled as a background page.

Thanks!

shogerr commented 4 years ago

Howdy devshorts, I've just pushed a new update, so hopefully that won't confuse things. There are some options for the extension to change the port, you may try those. There is also a small test server that can be started with yarn test-server. This will just show you what's coming through the socket.

I'll add a little more to the tests as well soon. For now, try the install method maybe, and get the new code -- not that I think that's the problem.

shogerr commented 4 years ago

Oh, also, closing and then re-opening Chrome's Developer Tools without refreshing is all it takes to reconnect to the listening socket I've found out. So I will hit 'f12' twice to reload when I'm testing.

Here's how to get to the options: image