Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mac IPv6 SSDP not working #14

Closed
jeremyherbert opened this issue Aug 8, 2020 · 3 comments
Closed

Mac IPv6 SSDP not working #14

jeremyherbert opened this issue Aug 8, 2020 · 3 comments

Comments

@jeremyherbert
Copy link

Related to JesusFreke/fusion_idea_addin#1 perhaps?

When running, I get the following error in the pycharm event log:

java.lang.Throwable: Couldn't send ipv6 ssdp packet on any interface
	at com.intellij.openapi.diagnostic.Logger.error(Logger.java:143)
	at org.jf.fusionIdea.run.FusionScriptState$SSDPServer.sendIpv6SSDPRequest(FusionScriptState.java:268)
	at org.jf.fusionIdea.run.FusionScriptState$SSDPServer.lambda$start$0(FusionScriptState.java:283)
	at com.google.common.util.concurrent.TrustedListenableFutureTask$TrustedFutureInterruptibleTask.runInterruptibly(TrustedListenableFutureTask.java:125)
	at com.google.common.util.concurrent.InterruptibleTask.run(InterruptibleTask.java:69)
	at com.google.common.util.concurrent.TrustedListenableFutureTask.run(TrustedListenableFutureTask.java:78)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:668)
	at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:665)
	at java.base/java.security.AccessController.doPrivileged(Native Method)
	at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Executors.java:665)
	at java.base/java.lang.Thread.run(Thread.java:834)

The terminal shows:

Public key hash: F93552CFE1C6A07E748BE736BA257F74A94326CD
Server stopped.
Encountered error while attempting to connect to Fusion.

Pycharm and OS version info:

PyCharm 2020.2 (Professional Edition)
Build #PY-202.6397.98, built on July 28, 2020
Runtime version: 11.0.7+10-b944.20 x86_64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
macOS 10.15.4
GC: ParNew, ConcurrentMarkSweep
Memory: 1979M
Cores: 16
Non-Bundled Plugins: io.protostuff.protostuff-jetbrains-plugin, intellij-micropython, org.jf.fusionIdea
@Woit
Copy link

Woit commented Aug 28, 2020

Guys, any updates? @jeremyherbert any ideas pls?

@jphalip
Copy link
Contributor

jphalip commented Feb 18, 2023

I realize this is an old thread, but just thought I'd point out a fix that I've been working on for this. See this pull request and this related discussion.

@JesusFreke
Copy link
Owner

This should hopefully be fixed in v0.6.6, which I just released. Although it may take a day or two to become available on the intellij plugin repository

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants