You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Failed to generate docs for module oauth.callback: ValueError('attempted relative import beyond top-level package')
Failed to generate docs for module oauth.fastapi: FastAPIImportError('The oauth router is a fastapi router and fastapi is not installed. Run `pip install spylib[fastapi]` to be able to use the oauth router.')
Failed to generate docs for module oauth.redirects: ValueError('attempted relative import beyond top-level package')
Failed to generate docs for module oauth.tokens: ValueError('attempted relative import beyond top-level package')
Failed to generate docs for module oauth.validations: ValueError('attempted relative import beyond top-level package')
Failed to generate docs for module session_token: ImportError('attempted relative import with no known parent package')
Failed to generate docs for module utils.jwtoken: ConfigError('duplicate validator function "utils.jwtoken.JWTBaseModel.set_id"; if this is intended, set `allow_reuse=True`')
The text was updated successfully, but these errors were encountered:
lishanl
changed the title
Lazydocs failures on generation some modules
Lazydocs failures on doc generation for some modules
Jun 6, 2023
There are import errors, config errors for some modules and failing the docs generation for those.
![image](https://private-user-images.githubusercontent.com/26753845/243789651-a48cf458-0156-4805-b2c4-1a26dad5eeeb.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwMzA1MzMsIm5iZiI6MTczOTAzMDIzMywicGF0aCI6Ii8yNjc1Mzg0NS8yNDM3ODk2NTEtYTQ4Y2Y0NTgtMDE1Ni00ODA1LWIyYzQtMWEyNmRhZDVlZWViLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA4VDE1NTcxM1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWY3NGI2YTRhNGMyMTAwODFjZDY5NzNiOGY4Nzg3MjVkZDYwZDAzMDc5NjRkODQwZGJkNGQ3NTRiY2UyODhjMmImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.mSw_34T-iOLuvZYPW4pEYzSmA6XGxmMOmXkA7X5uqMY)
Originally posted by @lishanl in #186 (comment)
The text was updated successfully, but these errors were encountered: