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.

Help, not work api

See original GitHub issue

I use an example from the documentation(allure-docker-service/allure-docker-api-usage/), I specified only the address of my server(allureServer = ‘http://.194..24:5050’) Error returned RESPONSE: { "meta_data": { "message": "local variable 'f' referenced before assignment" } } STATUS: 400 Tell me how to decide in which direction to look for the problem

Issue Analytics

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

github_iconTop GitHub Comments

2reactions
fescobarcommented, Mar 10, 2020

@FullZero5 I see you are mounting this directory -v "/opt/allure/allure-results:/app/allure-results", can you try using another directory where you have permissions to write? Even you can try not mounting anything.

I could reproduce the error giving only read permissions to my folder

{
  "meta_data": {
    "message": "local variable 'f' referenced before assignment"
  }
}
Read more comments on GitHub >

github_iconTop Results From Across the Web

The API is not working for me. What should I do?
1. Check that you are including your API key in your API calls. · 2. Check that you have permission to access the...
Read more >
Why my API request does not work? [closed] - Stack Overflow
I am trying to get information of specific topic through the Wikipedia json API, however, when I click the button, nothing happen. Console...
Read more >
How do you know what's gone wrong when your API request ...
How do you know what's gone wrong when your API request fails? When an API request doesn't work, hopefully the client receives a...
Read more >
REST API Troubleshooting Checklist - Control Center
Ensure that your code can handle all the errors that may be returned. The API documentation provides a list of possible errors for...
Read more >
Top 3 Reasons for API Failures | Blazemeter by Perforce
APIs. You depend on them, but can you always trust them to work as advertised? The truth is that API failures happen. Even...
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