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.

MissingSchemaInScopeException

See original GitHub issue

MissingSchemaInScopeException threw when DMS tried to sync a table that is missing on the server and we try to get the BatchInfo

catch (SyncException ex)
{
    var batchInfos = await syncAgent.LocalOrchestrator.LoadBatchInfosAsync();

Maybe LoadBatchInfosAsync could return an empty list? Then this would still work

foreach (var batchInfo in batchInfos)
{

Issue Analytics

  • State:closed
  • Created 10 months ago
  • Comments:8 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
Mimetiscommented, Dec 5, 2022

I’ve made an update in the master branch to let you load any batchinfo file without having to check the schema. no more MissingSchemaInScopeException

1reaction
Mimetiscommented, Dec 3, 2022

Ok, sounds like a good idea I’m working on improving this area (reading files) Another thing I’m trying to improve is to be able to open a batch info without any schema associated

I’ll let you know once I have something to test

Read more comments on GitHub >

github_iconTop Results From Across the Web

Python requests.exceptions.MissingSchema() Examples
This page shows Python examples of requests.exceptions.MissingSchema.
Read more >
MissingSchema exception when using requests
Error: raise MissingSchema(error) requests.exceptions.MissingSchema: Invalid URL '/api/v1/person/person/?limit=20&name__contains=&time__gt=2010- ...
Read more >
Eikon Data API (Python) is throwing requests.exceptions. ...
Eikon Data API (Python) is throwing requests.exceptions.MissingSchema error. Hi there,. I registered an App key with Thomson Reuters using the user id: ...
Read more >
How to fix Python requests MissingSchema error?
Python requests.MissingSchema exception is caused by missing URL detaisl. Here's how to fix it.
Read more >
No Request Body Causes Issues with openapi-generator #1
Possible cause: missing schema in body parameter (OAS v2): class RequestBody ... RuntimeException: Request body cannot be null.
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