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.

[feature] enable offline working

See original GitHub issue

We use conan for automotive SW development, and we need to be able to work offline. Currently if you work offline you get the following error:

Unable to connect to luminar=some_rul
1. Make sure the remote is reachable or,
2. Disable it by using conan remote disable,
Then try again.

When you follow the suggested solution to disable the remote, you get this errormessage:

ERROR: Error loading conanfile at '/home/fberchtold/luminar/LumPDK/conanfile.py': Remote 'luminar' is disabled

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:15 (10 by maintainers)

github_iconTop GitHub Comments

1reaction
blacklinercommented, Oct 25, 2021

I retried it today and had no issues. I assume its due to another version of conan. I’d get back here once it happens again.

1reaction
vchabanenkocommented, Sep 30, 2021

@memsharded After the upgrade to 1.40.3 all the commands (see below) work fine for my example package. Will do further testing if it has been fixed on the real project…

conan remove * -f 
conan create . --build=missing 
conan search 
conan search catch2/2.13.4@
conan remote disable conancenter
conan search 
conan search catch2/2.13.4@
conan create .
Read more comments on GitHub >

github_iconTop Results From Across the Web

Work offline in Outlook
Click File > Account Settings > Account Settings. Account Settings in the Backstage view · Select an Exchange or Microsoft 365 account, and...
Read more >
How to enable Offline Files on Windows 10
Navigate to the network folder you want to keep offline. Right-click the folder and select the Always available offline option.
Read more >
Enable layers for offline mapping—Portal for ArcGIS
You can enable offline viewing and editing of feature layers in your ArcGIS Enterprise portal. To take feature data offline from an ArcGIS...
Read more >
Enable Offline Files in Windows 10
The user manually switches to Offline Mode by using the Work offline button in File Explorer. It is possible to enable Offline Files...
Read more >
Set up offline access to Docs editors
Click Features and Applications. · Next to Offline, select Allow users to enable offline access (recommended). Recent files will be synced and saved...
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