-
Hi I just found out about ryot and want to try it out so I have created my compose file and got it started but I can't get ABS to work. I have set the integration to use both internal IP:port and the external url to ABS with my token but when I go to Audio Books and Podcasts nothing is showing. I have clicked on Synchronize integrations progress as well but nothing is importing. I can't find any logs to check what is happening any ideas? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 7 replies
-
Is ABS accessible from inside the container? |
Beta Was this translation helpful? Give feedback.
-
yeah they are on the same Docker Network and I can run curl audiobookshelf and it returns the correct page (ping doesn't seem to be in the docker image so can't use that) I stuck this on the environment variables but I can't find the log file in docker or Loki - I send all my logs to Loki using logging: |
Beta Was this translation helpful? Give feedback.
-
I stuck V4 on this morning and used the shell via Portainer |
Beta Was this translation helpful? Give feedback.
-
yep from ABS I get curl http://IP:8002/backend/config {"anime_and_manga":{"anilist":{"prefer_english":false},"mal":{"client_id":""},"manga_updates":{}},"audio_books":{"audible":{"locale":"us"}},"books":{"openlibrary":{"cover_image_size":"M"},"google_books":{}},"database":{"url":""},"exercise":{},"file_storage":{"s3_access_key_id":"","s3_bucket_name":"","s3_region":"","s3_secret_access_key":"","s3_url":"****"},"frontend":{"url":"https://ryot.fly.dev","item_details_height":300,"page_size":20,"umami":{"script_url":"","website_id":"","domains":""}},"integration":{"pull_every":2,"hasher_salt":"****","minimum_progress_limit":2,"maximum_progress_limit":95},"media":{},"movies_and_shows":{"tmdb":{"access_token":"****","locale":"en"}},"podcasts":{"listennotes":{"api_token":"****"},"itunes":{"locale":"en_us"}},"scheduler":{"database_url":"****","rate_limit_num":5,"user_cleanup_every":12},"server":{"config_dump_path":"****","cors_origins":["****"],"default_credentials":false,"progress_update_threshold":2,"person_outdated_threshold":30,"deploy_admin_jobs_allowed":true,"max_file_size":70,"videos_disabled":false,"update_monitored_media":true,"graphql_playground_enabled":true},"users":{"jwt_secret":"****","allow_changing_preferences":true,"allow_changing_credentials":true,"allow_registration":true,"reviews_disabled":false,"token_valid_for_days":90},"video_games":{"igdb":{"image_size":"t_original"},"twitch":{"client_id":"****","client_secret":"****"}},"visual_novels":{}}/ from Ryot if I use curl audiobookshelf I get curl audiobookshelf <style>#nuxt-loading{background:#fff;visibility:hidden;opacity:0;position:absolute;left:0;right:0;top:0;bottom:0;display:flex;justify-content:center;align-items:center;flex-direction:column;animation:nuxtLoadingIn 10s ease;-webkit-animation:nuxtLoadingIn 10s ease;animation-fill-mode:forwards;overflow:hidden}@Keyframes nuxtLoadingIn{0%{visibility:hidden;opacity:0}20%{visibility:visible;opacity:0}100%{visibility:visible;opacity:1}}@-webkit-keyframes nuxtLoadingIn{0%{visibility:hidden;opacity:0}20%{visibility:visible;opacity:0}100%{visibility:visible;opacity:1}}#nuxt-loading>div,#nuxt-loading>div:after{border-radius:50%;width:5rem;height:5rem}#nuxt-loading>div{font-size:10px;position:relative;text-indent:-9999em;border:.5rem solid #f5f5f5;border-left:.5rem solid #000;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);-webkit-animation:nuxtLoading 1.1s infinite linear;animation:nuxtLoading 1.1s infinite linear}#nuxt-loading.error>div{border-left:.5rem solid #ff4500;animation-duration:5s}@-webkit-keyframes nuxtLoading{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@Keyframes nuxtLoading{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}</style><script>window.addEventListener("error",function(){var e=document.getElementById("nuxt-loading");e&&(e.className+=" error")})</script> <script>window.__NUXT__={config:{version:"2.7.0",routerBasePath:"",_app:{basePath:"/",assetsPath:"/_nuxt/",cdnURL:null}}}</script>
<script src="/_nuxt/144f92b.js"></script><script src="/_nuxt/d803ba8.js"></script><script src="/_nuxt/5195a29.js"></script><script src="/_nuxt/ec8c9a0.js"></script>
Loading... I am running ryot on 8002 as I have something else on 8000 |
Beta Was this translation helpful? Give feedback.
-
tried a few things tried audiobookshelf - but this won't work it gives a 400 bad request none worked |
Beta Was this translation helpful? Give feedback.
-
reply sent to #533 |
Beta Was this translation helpful? Give feedback.
Also please reply on #533 incase someone else faces the same problem.