Giter VIP home page Giter VIP logo

Comments (12)

AlleywayCat avatar AlleywayCat commented on September 27, 2024 2

Seems to be working now.

from azure-functions-extension-bundles.

Divaaan avatar Divaaan commented on September 27, 2024

Have the same issue!

Issue I made as well: #212 (comment)

from azure-functions-extension-bundles.

akrzysztofek avatar akrzysztofek commented on September 27, 2024

Same here. Can't work because of that today.

Run your start func start command with --verbose param to get the info:

image

from azure-functions-extension-bundles.

BartoszCki avatar BartoszCki commented on September 27, 2024

Same for me. Worked fine ~12h ago

from azure-functions-extension-bundles.

cloudkarol avatar cloudkarol commented on September 27, 2024

same for me, worked yesterday

from azure-functions-extension-bundles.

C-Undritz avatar C-Undritz commented on September 27, 2024

Same for me, worked fine yesterday:

[2022-10-21T10:27:38.658Z] Error fetching version information for extension bundle Microsoft.Azure.Functions.ExtensionBundle
[2022-10-21T10:27:38.665Z] Unable to find or download extension bundle
[2022-10-21T10:27:39.305Z] No job functions found. Try making your job classes and methods public. If you're using binding extensions (e.g. Azure Storage, ServiceBus, Timers, etc.) make sure you've called the registration method for the extension(s) in your startup code (e.g. builder.AddAzureStorage(), builder.AddServiceBus(), builder.AddTimers(), etc.).
[2022-10-21T10:27:39.343Z] The 'IoT_Data-Handler' function is in error: The binding type(s) 'eventHubTrigger' were not found in the configured extension bundle. Please ensure the type is correct and the correct version of extension bundle is configured.

host.json:

"extensionBundle": {
    "id": "Microsoft.Azure.Functions.ExtensionBundle",
    "version": "[2.*, 3.0.0)"
  }

So at bit of a loose end today. First such problem I have had like this; what usually happens in such circumstances?

from azure-functions-extension-bundles.

e-karlsson avatar e-karlsson commented on September 27, 2024

Same problem here. Could it be something with the release yesterday?
https://github.com/Azure/azure-functions-core-tools/releases/tag/3.0.4837

from azure-functions-extension-bundles.

matthewmcarter avatar matthewmcarter commented on September 27, 2024

Same issue here when trying to locally run a python durable function project. I can confirm that it was working yesterday.

console output

Found Python version 3.9.12 (python3).

Azure Functions Core Tools
Core Tools Version:       4.0.4483 Commit hash: N/A  (64-bit)
Function Runtime Version: 4.1.3.17473

[2022-10-21T11:36:16.318Z] Error fetching version information for extension bundle Microsoft.Azure.Functions.ExtensionBundle
[2022-10-21T11:36:16.333Z] Unable to find or download extension bundle

host.json

{
  "version": "2.0",
  "logging": {
    "applicationInsights": {
      "samplingSettings": {
        "isEnabled": true,
        "excludedTypes": "Request"
      }
    }
  },
  "extensionBundle": {
    "id": "Microsoft.Azure.Functions.ExtensionBundle",
    "version": "[2.*, 3.0.0)"
  }
}

from azure-functions-extension-bundles.

akrzysztofek avatar akrzysztofek commented on September 27, 2024

Indeed, works for me as well.

And the missing file is back:

https://functionscdn.azureedge.net/public/ExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/index.json

["1.0.0","1.1.1","1.3.0","1.3.2","1.3.3","2.0.0","2.0.1","2.2.0","1.5.0","2.4.0","1.5.1","1.8.1","2.6.1","3.3.0","2.8.3","2.8.4","3.7.0","2.10.0","2.13.0","3.10.0","3.11.0","2.11.0","3.15.0","2.17.0","2.14.0","2.15.0","3.14.0","2.16.0","3.13.0","3.12.0","3.9.1","2.12.1"]

from azure-functions-extension-bundles.

C-Undritz avatar C-Undritz commented on September 27, 2024

Works for me now. phew!

from azure-functions-extension-bundles.

pellebjerkestrand avatar pellebjerkestrand commented on September 27, 2024

Same. I'm not seeing these errors anymore.

from azure-functions-extension-bundles.

pellebjerkestrand avatar pellebjerkestrand commented on September 27, 2024

Why did this happen?

Will it happen again?

from azure-functions-extension-bundles.

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.