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.

opening file with .cfg extension (buildbot config file)

See original GitHub issue

throws this error:

[Window Title] devenv.exe

[Main Instruction] An unexpected error occurred

[Content] Please press Ctrl+C to copy the contents of this dialog and report this error to our issue tracker.

[^] Hide details [Close]

[Expanded Information]

Build: 3.0.17297.4

System.InvalidOperationException: Failed to create entry for file
   at Microsoft.PythonTools.Intellisense.VsProjectAnalyzer.<AnalyzeFileAsync>d__82.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.PythonTools.Intellisense.IntellisenseController.<ConnectSubjectBufferAsync>d__22.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at Microsoft.PythonTools.Infrastructure.VSTaskExtensions.<HandleAllExceptions>d__5.MoveNext()

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
zoobacommented, Nov 13, 2017

@bruceoberg I can’t say anything about the future schedule, I’m afraid - releasing that information is above my pay grade 😃

You can see the release history of 15.5 in the release notes, which may give you a sense of how close it is.

0reactions
bruceobergcommented, Nov 13, 2017

thank you steve… when is 15.5 scheduled to release? or should i say, when did 15.4 release?

Read more comments on GitHub >

github_iconTop Results From Across the Web

2.5.1. Configuring Buildbot
Buildbot's behavior is defined by the config file, which normally lives in the master.cfg file in the buildmaster's base directory (but this can...
Read more >
buildbot-docker-example-config/master.cfg at master
example configuration for running buildbot in docker ... import os from buildbot.plugins import * # This is a sample buildmaster config file.
Read more >
What Are CFG and CONFIG Files, and How Do You Open ...
A CFG/CONFIG file is a configuration file. If it can be opened, try a text editor like Notepad++. Convert to other text formats...
Read more >
Unable to restart the buildbot master - python
I am running Buildbot version 0.8.8 on Windows7. I have the configuration ( master.cfg ) file which creates all the builders using a...
Read more >
How To Set Up Buildbot on FreeBSD
Open up another new configuration file for the worker jail using the ee command: sudo ee /etc/jail.buildbot-worker0.conf. Add the following ...
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