Looks like some sort of load library error. I don't see many problems in the debugger though. Tried restarting, upgrading, relaunching chrome, hard-reload etc.
Related
As of today my VS Code (ver. 1.69.1) started acting funny.
Yesterday I could open a python script, click "Run without debugging" and the script would run fine.
Today, every time I try to run the script I get no output in the terminal and the start stop relaunch toolbar at the top appears for just a second before disappearing.
As I said, I get no messages, no errors or warnings. Has anyone experienced this too?
Thanks for the help!
Same experience. A regular PC restart didn't help. Then I turned off the PC and after turning it on the problem disappeared! I don't know, I felt like a shaman.
I'm trying to use JetBrains Gateway to work on a project and it was working for several weeks, but today the IDE has never loaded the code, despite saying that it's connected. Instead it shows a red ping warning. I've tried connecting to the server from several different internet connections. SSH seems to be working fine.
I ended up getting it working by restarting the Linux machine with sudo systemctl start reboot.target. I'm still seeing the ping error but the code is at least loading in the Gateway IDE.
Ok, this is my first post.
I've been working on building a dashboard for my students, to let them work with economic models interactively. I've used JupyterLab for years and have some experience with ipywidgets. Recently while looking for a way to make my code shareable I ran into Voila, which seems like an excellent way to dashboard directly from a notebook.
Here's the problem I'm running into: I have widgets running just fine in JupyterLab but when I render them with Voila (both the extension and from the cli) the widgets do not appear. I tried using a few other packages: ipyleaflet does not appear either, but plotly and pandas printouts do.
I haven't been able to find similar cases so any help would be appreciated.
And for context, I'm running the latest version of JupyterLab on Zorin OS, and have reproduced the issue in Chrome and Firefox, with both Jupyter Lab and Notebook.
I just upgraded my Mac to 10.15.7 today. I run Parallels Desktop on the Mac so I can run my Node.js Visual Studio projects. Upon doing this upgrade I can no longer get my project to run. Unfortunately I made a few changes to the code before trying to run but I do not think that is the source of the issue or the log files would be telling me something else. When I run I get hundred/thousands of lines with the "too many open files" error. Below is a sample of one of those lines:
SourceMaps: could not preload for generated script: c:\Users\chris\github\CollegeTennisRanks\CollegeTennisRanks\obj\Release\Package\PackageTmp\node_modules\core-js\library\fn\string\bold.js. Error: Error: EMFILE: too many open files, open 'c:\Users\chris\github\CollegeTennisRanks\CollegeTennisRanks\obj\Release\Package\PackageTmp\node_modules\core-js\library\fn\string\bold.js'
I tried a suggestion I found online to change the settings by going to e terminal window and running the following command:
sudo launchctl limit maxfiles 65536 200000
but that did not change anything, still the same errors when i run the project. The odd thin is that I actually have two projects in the solution and the 2nd one actually runs, but it is a much smaller project and only a console app that dows not start up a web server, etc.
I am assuming that the upgrade to 10.15.7 had something to do with this but no cluee where to go now. Any help would be greatly appreciated.
Well I'll be darned... it was a code change. I copied the project over to a PC and ran and got the same result. Went through last changes one by one undoing them and found that one of my controllers had an issue that for some reason prevented it from running. How to determine that from the log is another question but at least that answers that. Evidently all the "too many open files" messages in debug log are not an issue, which also seems odd.
Since a few days a good working Xamarin App does not RUN on iOS anymore. On opening the splashscreen opens and than following error occurs: SpringBoard(UIKitCore)Error creating the CFMessagePort needed to communicate with PPT (Do not really know if this is the crash error)
I have tried rebuild, reinstalling, rebooting, removing splash screen.Also tried on real device and several emulators.
I set breakpoint in Main.cs, AppDelegate.cs and App.xaml.cs but these are never reached.
I use Firebase pushmessages and Analytics. I think there is the issue, but I do not know how to debug or see log?