Coder Social home page Coder Social logo

Comments (21)

ITDevTom avatar ITDevTom commented on July 2, 2024 1

Hello

I seem to be having this issue, I use pihole as an ad blocker, Appears to be fine when the ad blocking is disabled.
Obviously, the value of pihole outweighs this shortcut so may have to stop using it for now

from streamdeck-shortcuts.

RGPphotog avatar RGPphotog commented on July 2, 2024 1

I'm getting this exact error after shutting down yesterday. Log file is attached.
Something about a Swift web socket.

-1691673912930.log

from streamdeck-shortcuts.

SENTINELITE avatar SENTINELITE commented on July 2, 2024

Hey, @gianlucaperin!

Sorry to hear that you're getting this error, far too many times.

Can you run through these debugging steps?

Can you confirm that the permissions is set up correctly, & that you have an active network connection, with no VPN/Adblocker running on device/on the internet router?

Would love to get to the bottom of this! Let me know if there's any questions or data! 😄

from streamdeck-shortcuts.

gianlucaperin avatar gianlucaperin commented on July 2, 2024

from streamdeck-shortcuts.

SENTINELITE avatar SENTINELITE commented on July 2, 2024

@gianlucaperin, I just double checked the links & they're working correctly. Can you please make sure you are accessing these via the GitHub Issue & not through your email?

Not sure why those links are using a "safelink...." url scheme, but that is indeed incorrect.

What video/StreamDeck Shortcut link are you mentioning?

Sorry for the confusion, & again, I hope we can figure this out together!

from streamdeck-shortcuts.

gianlucaperin avatar gianlucaperin commented on July 2, 2024

from streamdeck-shortcuts.

SENTINELITE avatar SENTINELITE commented on July 2, 2024

@gianlucaperin, I see what you were talking about! Thanks for pointing that out!

I cleaned up the documentation a while back, & the deeplinks broke. Sorry about that! 😓

Everything should be working now.

Just to be sure, what macOS version are you running?

from streamdeck-shortcuts.

gianlucaperin avatar gianlucaperin commented on July 2, 2024

from streamdeck-shortcuts.

gianlucaperin avatar gianlucaperin commented on July 2, 2024

from streamdeck-shortcuts.

SENTINELITE avatar SENTINELITE commented on July 2, 2024

@gianlucaperin It doesn't look like the log files got uploaded correctly. Can you try dragging & dropping them into the message area, inside a browser, from your Mac?

Thanks a ton!

from streamdeck-shortcuts.

gianlucaperin avatar gianlucaperin commented on July 2, 2024

from streamdeck-shortcuts.

SENTINELITE avatar SENTINELITE commented on July 2, 2024

@gianlucaperin I can not see them. It looks like you're still trying to attach them via email & it doesn't appear to be working... Not sure why, but can you give it a try in a browser, by visiting this link, & see if that helps?

from streamdeck-shortcuts.

gianlucaperin avatar gianlucaperin commented on July 2, 2024

-1651734378210.log
ConsoleLog.txt
Can you see them now?

from streamdeck-shortcuts.

gianlucaperin avatar gianlucaperin commented on July 2, 2024

from streamdeck-shortcuts.

SENTINELITE avatar SENTINELITE commented on July 2, 2024

Hey, @gianlucaperin!

I did get the logs! If it's not too much of a bother could you gather the Console.App log again, making sure you search for StreamDeck-Shortcuts? If not, that's okay. The log's just a tad noisy with other system info. 😄

Lastly, what keyboard layout/language are you set on? Skimming the logs, it appears to be some sort of language thing, perhaps.

Look forward to hearing back from you! 🎉

from streamdeck-shortcuts.

themcclure avatar themcclure commented on July 2, 2024

My Kilo-One condition is different to this, so I can write it up in a new issue if you want - but for me it works great (thanks!) but after a few days it gives me that error and I have to restart the Stream Deck software.

from streamdeck-shortcuts.

SENTINELITE avatar SENTINELITE commented on July 2, 2024

Hey there, @themcclure!

First off, thanks for the kind words! 😄

Few follow up questions:
• Are you using a VPN/Adblocker/Firewall or similar?
• Does this happen after the computer wakes from sleep?

Next time this happens, can you run these two debugging logs for me?

That should surface the issue!

from streamdeck-shortcuts.

themcclure avatar themcclure commented on July 2, 2024

My laptop goes to sleep every night, and so far I haven't noticed it spontaneously occur.
I'll keep a closer eye out.
Also, m1 macbook, for what it's worth.

Thanks again!

from streamdeck-shortcuts.

gianlucaperin avatar gianlucaperin commented on July 2, 2024

from streamdeck-shortcuts.

SENTINELITE avatar SENTINELITE commented on July 2, 2024

Hey, @ITDevTom!

I heard you loud & clear! V2 will allow for complete control over Sentry logging, as well as work-arounds for VPNs/Ad blockers, etc.

Sorry for the trouble & I appreciate you adding your voice to the issue. I understand where you're coming from, as I use a built in ad blocker myself.

With that being said, you can give the below a try & hopefully that does the trick for you! 😊

Under the ~/Library/Application Support/com.elgato.StreamDeck/Plugins/com.sentinelite.streamdeckshortcuts.sdPlugin/pi/main_pi.js file, you can comment out/delete the following:

Sentry.init({
	dsn: "https://[email protected]/6145162",
	release: RELEASE,
});

& CMD+F to find any other instances (There should be 4 more) of Sentry Sentry.captureException(error); logs.

Lastly, under the main_pi.html file, you'll need to comment/delete out the following:

	<script 
	src="https://browser.sentry-cdn.com/7.13.0/bundle.min.js"
	integrity="sha384-r+KUPXXgkLQFWmyqriU1/6I8hKYt0wW+3XTsbVK75r6hlPjAg8TNYgEdyCuq+41e"
	crossorigin="anonymous">
</script>

After doing all that, save the file & restart the StreamDeck software. That should let it function without fetching the dynamic library.

from streamdeck-shortcuts.

SENTINELITE avatar SENTINELITE commented on July 2, 2024

Hey, @RGPphotog!

Could you join the Discord & give (early access) version 2 a try? The back-end data handling has changed, making it far more stable.

You'll need to snatch the StreamDeck-Shortcuts-Testers role. If you need anything else, feel free to ping me there!

from streamdeck-shortcuts.

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.