[SUPPORT] automatic-ripping-machine/automatic-ripping-machine


Recommended Posts

On 10/10/2023 at 2:35 PM, daftwally said:

Hi,

 

I'm trying to set this up but when I try to install it I get this error: docker: Error response from daemon: Unknown runtime specified nvidia.

 

Am I missing something?

 

Cheers

 

This took me a while to work out, I was about to just give up.  So, my server has an old (and I do mean old) nVidia Quadro card - something I do mean to change at some point but that's a seperate issue.

 

So, first thing I did was install the nVidia driver from the Apps section of Unraid - even though my card is not supported.  This allowed me to install ARM, but not run it (not a surprise that it wouldn't run - as I said the card is not supported).  Then, I went back to my docker containers and edited the installed ARM container - in the top right I enabled advanced view (clicking the basic view text to switch mode).  After this I went down to the Extra Parameters and remove the --runtime nvidia flag - see my screenshot below.  This left just two --device parameters.

 

And, with that done - ARM is working again!  Now I do intend to try this again after removing the nVidia driver and the ARM container - honestly I am not sure if I can enable the advanced view to remove the --runtime flag during install, so I want to check - plus I don't want a useless driver installed ;)

 

EDIT:

 

Just checked with a separate app, and when doing the install you can go into advanced mode - so the whole nVidia driver thing is not required at all.

 

image.thumb.png.02c512669333ae23d3e14b484329c891.png

Edited by iJacks
Added findings
Link to comment
  • 2 weeks later...
On 11/19/2023 at 4:48 PM, eLpresidente said:

image.png.eb7932628428e4962fcac489c5bb1ab0.png

 

What command do i need for Intel QuickSync? my iGPU supports it..

 

Thants for helping me out

For anyone else wondering the same, I found the following:

Long story short, the source Docker image has not been built with the prerequisites or correct configuration to enable Intel QSV support unfortunately.

  • Like 1
Link to comment

This looks really promising, but I'm experiencing an issue.  The metadata search (using TMDB at the moment) seems to find the movie, but the results of the search don't stick.  The script proceeds as if it didn't find the correct title, year, etc.  So, the movie still ends up in the unidentified folder.  See below example using Mr Bean's Holiday (best example I had to hand...).

 

Loading log: MR_BEANS_HOLIDAY.log...
[2023-12-01 06:12:35] INFO ARM: ARMInfo.get_values ARM version: 2.6.67
[2023-12-01 06:12:35] INFO ARM: ARMInfo.get_values Python version: 3.8.10 (default, Nov 22 2023, 10:22:35) 
[GCC 9.4.0]
[2023-12-01 06:12:35] INFO ARM: ARMInfo.get_values User is: arm
[2023-12-01 06:12:35] INFO ARM: ARMInfo.get_values Alembic head is: 469d88477c13
[2023-12-01 06:12:35] INFO ARM: ARMInfo.get_values Database version is: 469d88477c13
[2023-12-01 06:12:35] INFO ARM: main.<module> ************* Starting ARM processing at 2023-12-01 06:12:35.259189 *************
[2023-12-01 06:12:35] DEBUG ARM: utils.database_adder Trying to add Job
[2023-12-01 06:12:35] DEBUG ARM: utils.database_adder successfully written Job to the database
[2023-12-01 06:12:36] DEBUG ARM: DriveUtils.update_drive_job Updating drive [/dev/sr0] current job, with id [8]
[2023-12-01 06:12:36] DEBUG ARM: DriveUtils.update_drive_job Database update with new Job ID to associated drive
[2023-12-01 06:12:36] DEBUG ARM: utils.database_adder Trying to add Config
[2023-12-01 06:12:36] DEBUG ARM: utils.database_adder successfully written Config to the database
[2023-12-01 06:12:36] INFO ARM: logger.clean_up_logs Looking for log files older than 1 days old.
[2023-12-01 06:12:36] INFO ARM: logger.clean_up_logs Checking path /home/arm/logs/ for old log files...
[2023-12-01 06:12:36] INFO ARM: logger.clean_up_logs Checking path /home/arm/logs/progress for old log files...
[2023-12-01 06:12:36] INFO ARM: main.<module> Job: MR_BEANS_HOLIDAY
[2023-12-01 06:12:36] INFO ARM: utils.clean_old_jobs Job #8 with PID 499 is currently running.
[2023-12-01 06:12:36] DEBUG ARM: main.log_udev_params ******************* Logging udev attributes *******************
[2023-12-01 06:12:36] DEBUG ARM: main.log_udev_params DEVLINKS:/dev/cdrom /dev/dvdrw /dev/cdrw /dev/disk/by-label/MR_BEANS_HOLIDAY /dev/disk/by-id/usb-ASUS_SDRW-08D2S-U_97_436105501496-0:0 /dev/dvd /dev/disk/by-path/pci-0000:00:1a.7-usb-0:6:1.0-scsi-0:0:0:0 /dev/disk/by-uuid/36d0120900000000
[2023-12-01 06:12:36] DEBUG ARM: main.log_udev_params DEVNAME:/dev/sr0
[2023-12-01 06:12:36] DEBUG ARM: main.log_udev_params DEVPATH:/devices/pci0000:00/0000:00:1a.7/usb1/1-6/1-6:1.0/host0/target0:0:0/0:0:0:0/block/sr0
[2023-12-01 06:12:36] DEBUG ARM: main.log_udev_params DEVTYPE:disk
[2023-12-01 06:12:36] DEBUG ARM: main.log_udev_params DISKSEQ:34
[2023-12-01 06:12:36] DEBUG ARM: main.log_udev_params ID_BUS:usb
[2023-12-01 06:12:36] DEBUG ARM: main.log_udev_params ID_CDROM:1
[2023-12-01 06:12:36] DEBUG ARM: main.log_udev_params ID_CDROM_CD:1
[2023-12-01 06:12:36] DEBUG ARM: main.log_udev_params ID_CDROM_CD_R:1
[2023-12-01 06:12:36] DEBUG ARM: main.log_udev_params ID_CDROM_CD_RW:1
[2023-12-01 06:12:36] DEBUG ARM: main.log_udev_params ID_CDROM_DVD:1
[2023-12-01 06:12:36] DEBUG ARM: main.log_udev_params ID_CDROM_DVD_PLUS_R:1
[2023-12-01 06:12:36] DEBUG ARM: main.log_udev_params ID_CDROM_DVD_PLUS_RW:1
[2023-12-01 06:12:36] DEBUG ARM: main.log_udev_params ID_CDROM_DVD_PLUS_R_DL:1
[2023-12-01 06:12:36] DEBUG ARM: main.log_udev_params ID_CDROM_DVD_R:1
[2023-12-01 06:12:36] DEBUG ARM: main.log_udev_params ID_CDROM_DVD_RW:1
[2023-12-01 06:12:36] DEBUG ARM: main.log_udev_params ID_CDROM_MEDIA:1
[2023-12-01 06:12:36] DEBUG ARM: main.log_udev_params ID_CDROM_MEDIA_DVD:1
[2023-12-01 06:12:36] DEBUG ARM: main.log_udev_params ID_CDROM_MEDIA_SESSION_COUNT:1
[2023-12-01 06:12:36] DEBUG ARM: main.log_udev_params ID_CDROM_MEDIA_STATE:complete
[2023-12-01 06:12:36] DEBUG ARM: main.log_udev_params ID_CDROM_MEDIA_TRACK_COUNT:1
[2023-12-01 06:12:36] DEBUG ARM: main.log_udev_params ID_CDROM_MEDIA_TRACK_COUNT_DATA:1
[2023-12-01 06:12:36] DEBUG ARM: main.log_udev_params ID_CDROM_MRW:1
[2023-12-01 06:12:36] DEBUG ARM: main.log_udev_params ID_CDROM_MRW_W:1
[2023-12-01 06:12:36] DEBUG ARM: main.log_udev_params ID_FOR_SEAT:block-pci-0000_00_1a_7-usb-0_6_1_0-scsi-0_0_0_0
[2023-12-01 06:12:36] DEBUG ARM: main.log_udev_params ID_FS_LABEL:MR_BEANS_HOLIDAY
[2023-12-01 06:12:36] DEBUG ARM: main.log_udev_params ID_FS_LABEL_ENC:MR_BEANS_HOLIDAY
[2023-12-01 06:12:36] DEBUG ARM: main.log_udev_params ID_FS_TYPE:udf
[2023-12-01 06:12:36] DEBUG ARM: main.log_udev_params ID_FS_USAGE:filesystem
[2023-12-01 06:12:36] DEBUG ARM: main.log_udev_params ID_FS_UUID:36d0120900000000
[2023-12-01 06:12:36] DEBUG ARM: main.log_udev_params ID_FS_UUID_ENC:36d0120900000000
[2023-12-01 06:12:36] DEBUG ARM: main.log_udev_params ID_FS_VERSION:1.02
[2023-12-01 06:12:36] DEBUG ARM: main.log_udev_params ID_INSTANCE:0:0
[2023-12-01 06:12:36] DEBUG ARM: main.log_udev_params ID_MODEL:SDRW-08D2S-U
[2023-12-01 06:12:36] DEBUG ARM: main.log_udev_params ID_MODEL_ENC:SDRW-08D2S-U\x20\x20\x20\x20
[2023-12-01 06:12:36] DEBUG ARM: main.log_udev_params ID_MODEL_ID:a223
[2023-12-01 06:12:36] DEBUG ARM: main.log_udev_params ID_PATH:pci-0000:00:1a.7-usb-0:6:1.0-scsi-0:0:0:0
[2023-12-01 06:12:36] DEBUG ARM: main.log_udev_params ID_PATH_TAG:pci-0000_00_1a_7-usb-0_6_1_0-scsi-0_0_0_0
[2023-12-01 06:12:36] DEBUG ARM: main.log_udev_params ID_REVISION:BA01
[2023-12-01 06:12:36] DEBUG ARM: main.log_udev_params ID_SERIAL:ASUS_SDRW-08D2S-U_97_436105501496-0:0
[2023-12-01 06:12:36] DEBUG ARM: main.log_udev_params ID_SERIAL_SHORT:97_436105501496
[2023-12-01 06:12:36] DEBUG ARM: main.log_udev_params ID_TYPE:cd
[2023-12-01 06:12:36] DEBUG ARM: main.log_udev_params ID_USB_DRIVER:usb-storage
[2023-12-01 06:12:36] DEBUG ARM: main.log_udev_params ID_USB_INTERFACES::080250:
[2023-12-01 06:12:36] DEBUG ARM: main.log_udev_params ID_USB_INTERFACE_NUM:00
[2023-12-01 06:12:36] DEBUG ARM: main.log_udev_params ID_VENDOR:ASUS
[2023-12-01 06:12:36] DEBUG ARM: main.log_udev_params ID_VENDOR_ENC:ASUS\x20\x20\x20\x20
[2023-12-01 06:12:36] DEBUG ARM: main.log_udev_params ID_VENDOR_ID:1c6b
[2023-12-01 06:12:36] DEBUG ARM: main.log_udev_params MAJOR:11
[2023-12-01 06:12:36] DEBUG ARM: main.log_udev_params MINOR:0
[2023-12-01 06:12:36] DEBUG ARM: main.log_udev_params SUBSYSTEM:block
[2023-12-01 06:12:36] DEBUG ARM: main.log_udev_params SYSTEMD_MOUNT_DEVICE_BOUND:1
[2023-12-01 06:12:36] DEBUG ARM: main.log_udev_params TAGS::uaccess:seat:systemd:
[2023-12-01 06:12:36] DEBUG ARM: main.log_udev_params USEC_INITIALIZED:24558274669
[2023-12-01 06:12:36] DEBUG ARM: main.log_udev_params ******************* End udev attributes *******************
[2023-12-01 06:12:36] INFO ARM: main.main Starting Disc identification
[2023-12-01 06:12:36] DEBUG ARM: identify.identify Identify Entry point --- job ----
[2023-12-01 06:12:36] INFO ARM: identify.identify Mounting disc to: /mnt/dev/sr0
[2023-12-01 06:12:36] DEBUG ARM: identify.check_if_mounted OS mounted value: 0
[2023-12-01 06:12:36] INFO ARM: identify.check_if_mounted Mounting disc was successful
[2023-12-01 06:12:36] DEBUG ARM: job.get_disc_type Found: /mnt/dev/sr0/VIDEO_TS
[2023-12-01 06:12:36] INFO ARM: identify.identify Disc identified as video
[2023-12-01 06:12:36] DEBUG ARM: identify.identify_dvd 

+--------------------+--------------------------------------------------------------+
|       Config       |                            Value                             |
+--------------------+--------------------------------------------------------------+
| _sa_instance_state |        <sqlalchemy.orm.state.InstanceState object at         |
|                    |                       0x14bbb0f54520>                        |
|    title_manual    |                             None                             |
|    hasnicetitle    |                            False                             |
|     stop_time      |                             None                             |
|    imdb_id_auto    |                             None                             |
|      pid_hash      |                     7082115929806441916                      |
|   imdb_id_manual   |                             None                             |
|       errors       |                             None                             |
|        year        |                             None                             |
|     job_length     |                             None                             |
|      disctype      |                             dvd                              |
|     poster_url     |                             None                             |
|       status       |                            active                            |
|     year_auto      |                             None                             |
|    year_manual     |                             None                             |
|  poster_url_auto   |                             None                             |
|       job_id       |                              8                               |
|       label        |                       MR_BEANS_HOLIDAY                       |
|       stage        |                         170141115504                         |
|    arm_version     |                            2.6.67                            |
|    no_of_titles    |                             None                             |
|        path        |                             None                             |
| poster_url_manual  |                             None                             |
|     video_type     |                           unknown                            |
|      devpath       |                           /dev/sr0                           |
|       crc_id       |                             None                             |
|       title        |                             None                             |
|  video_type_auto   |                             None                             |
|      ejected       |                            False                             |
|      updated       |                            False                             |
| video_type_manual  |                             None                             |
|      logfile       |                     MR_BEANS_HOLIDAY.log                     |
|     title_auto     |                             None                             |
|     mountpoint     |                         /mnt/dev/sr0                         |
|        pid         |                             499                              |
|     start_time     |                  2023-12-01 06:12:35.259501                  |
|      imdb_id       |                             None                             |
+--------------------+--------------------------------------------------------------+
[2023-12-01 06:12:36] INFO ARM: identify.identify_dvd DVD CRC64 hash is: 6b8df9a2c51b77fc
[2023-12-01 06:12:36] DEBUG ARM: identify.identify_dvd https://1337server.pythonanywhere.com/api/v1/?mode=s&crc64=6b8df9a2c51b77fc
[2023-12-01 06:12:37] ERROR ARM: identify.identify_dvd Pydvdid failed with the error: HTTP Error 404: Not Found
[2023-12-01 06:12:37] DEBUG ARM: identify.identify_dvd dvd_title_label: MR_BEANS_HOLIDAY
[2023-12-01 06:12:37] DEBUG ARM: identify.identify_dvd dvd_title ^a-z _-: MR_BEANS_HOLIDAY
[2023-12-01 06:12:37] DEBUG ARM: identify.identify_dvd dvd_title SKU$: MR_BEANS_HOLIDAY
[2023-12-01 06:12:37] DEBUG ARM: identify.metadata_selector provider tmdb
[2023-12-01 06:12:38] DEBUG ARM: metadata.tmdb_search Search results - movie - {'page': 1, 'results': [], 'total_pages': 1, 'total_results': 0}
[2023-12-01 06:12:38] DEBUG ARM: metadata.tmdb_search tmdb_search - movie not found, trying tv series 
[2023-12-01 06:12:39] DEBUG ARM: metadata.tmdb_search tmdb_search - no results found
[2023-12-01 06:12:39] DEBUG ARM: identify.identify_dvd DVD_INFO_XML: None
[2023-12-01 06:12:39] DEBUG ARM: identify.identify_loop Response = None
[2023-12-01 06:12:39] DEBUG ARM: identify.try_without_year Removing year...
[2023-12-01 06:12:39] DEBUG ARM: identify.metadata_selector provider tmdb
[2023-12-01 06:12:39] DEBUG ARM: metadata.tmdb_search Search results - movie - {'page': 1, 'results': [], 'total_pages': 1, 'total_results': 0}
[2023-12-01 06:12:39] DEBUG ARM: metadata.tmdb_search tmdb_search - movie not found, trying tv series 
[2023-12-01 06:12:40] DEBUG ARM: metadata.tmdb_search tmdb_search - no results found
[2023-12-01 06:12:40] DEBUG ARM: identify.try_without_year response: None
[2023-12-01 06:12:40] DEBUG ARM: identify.get_video_details Title = MR_BEANS_HOLIDAY
[2023-12-01 06:12:40] DEBUG ARM: identify.get_video_details Title: MR+BEANS+HOLIDAY | Year: 
[2023-12-01 06:12:40] DEBUG ARM: identify.get_video_details Calling webservice with title: MR+BEANS+HOLIDAY and year: 
[2023-12-01 06:12:40] DEBUG ARM: identify.identify_loop Response = None
[2023-12-01 06:12:40] DEBUG ARM: identify.try_without_year Removing year...
[2023-12-01 06:12:40] DEBUG ARM: identify.metadata_selector provider tmdb
[2023-12-01 06:12:40] DEBUG ARM: metadata.tmdb_search Search results - movie - {'page': 1, 'results': [{'adult': False, 'backdrop_path': '/pJ1jm5sJbcQC731JYF06rDAkZEZ.jpg', 'genre_ids': [10751, 35], 'id': 1268, 'original_language': 'en', 'original_title': "Mr. Bean's Holiday", 'overview': 'Mr. Bean wins a trip to Cannes where he unwittingly separates a young boy from his father and must help the two reunite. On the way he discovers France, bicycling and true love, among other things.', 'popularity': 26.787, 'poster_path': '/bSSx9Sq6irWwN9NTQmoT9KE8kXn.jpg', 'release_date': '2007-03-22', 'title': "Mr. Bean's Holiday", 'video': False, 'vote_average': 6.3, 'vote_count': 2659}], 'total_pages': 1, 'total_results': 1}
[2023-12-01 06:12:40] DEBUG ARM: metadata.tmdb_search tmdb_search - found 1 movies
[2023-12-01 06:12:40] DEBUG ARM: metadata.tmdb_process_results {'adult': False, 'backdrop_path': '/pJ1jm5sJbcQC731JYF06rDAkZEZ.jpg', 'genre_ids': [10751, 35], 'id': 1268, 'original_language': 'en', 'original_title': "Mr. Bean's Holiday", 'overview': 'Mr. Bean wins a trip to Cannes where he unwittingly separates a young boy from his father and must help the two reunite. On the way he discovers France, bicycling and true love, among other things.', 'popularity': 26.787, 'poster_path': '/bSSx9Sq6irWwN9NTQmoT9KE8kXn.jpg', 'release_date': '2007-03-22', 'title': "Mr. Bean's Holiday", 'video': False, 'vote_average': 6.3, 'vote_count': 2659}
[2023-12-01 06:12:41] DEBUG ARM: identify.update_job Webservice successful.  New title is Mr.-Beans-Holiday.  New Year is: 2007
[2023-12-01 06:12:41] DEBUG ARM: utils.database_updater year_auto=2007:<class 'str'>
[2023-12-01 06:12:41] DEBUG ARM: utils.database_updater year=2007:<class 'str'>
[2023-12-01 06:12:41] DEBUG ARM: utils.database_updater title_auto=Mr.-Beans-Holiday:<class 'str'>
[2023-12-01 06:12:41] DEBUG ARM: utils.database_updater title=Mr.-Beans-Holiday:<class 'str'>
[2023-12-01 06:12:41] DEBUG ARM: utils.database_updater video_type_auto=movie:<class 'str'>
[2023-12-01 06:12:41] DEBUG ARM: utils.database_updater video_type=movie:<class 'str'>
[2023-12-01 06:12:41] DEBUG ARM: utils.database_updater imdb_id_auto=tt0453451:<class 'str'>
[2023-12-01 06:12:41] DEBUG ARM: utils.database_updater imdb_id=tt0453451:<class 'str'>
[2023-12-01 06:12:41] DEBUG ARM: utils.database_updater poster_url_auto=https://image.tmdb.org/t/p/original/bSSx9Sq6irWwN9NTQmoT9KE8kXn.jpg:<class 'str'>
[2023-12-01 06:12:41] DEBUG ARM: utils.database_updater poster_url=https://image.tmdb.org/t/p/original/bSSx9Sq6irWwN9NTQmoT9KE8kXn.jpg:<class 'str'>
[2023-12-01 06:12:41] DEBUG ARM: utils.database_updater hasnicetitle=True:<class 'bool'>
[2023-12-01 06:12:41] DEBUG ARM: utils.database_updater successfully written to the database
[2023-12-01 06:12:41] DEBUG ARM: identify.try_without_year response: {'Search': [{'adult': False, 'backdrop_path': '/pJ1jm5sJbcQC731JYF06rDAkZEZ.jpg', 'genre_ids': [10751, 35], 'id': 1268, 'original_language': 'en', 'original_title': "Mr. Bean's Holiday", 'overview': 'Mr. Bean wins a trip to Cannes where he unwittingly separates a young boy from his father and must help the two reunite. On the way he discovers France, bicycling and true love, among other things.', 'popularity': 26.787, 'poster_path': '/bSSx9Sq6irWwN9NTQmoT9KE8kXn.jpg', 'release_date': '2007-03-22', 'title': "Mr. Bean's Holiday", 'video': False, 'vote_average': 6.3, 'vote_count': 2659, 'imdbID': 'tt0453451', 'Year': '2007', 'Title': "Mr. Bean's Holiday", 'Type': 'movie', 'Poster': 'https://image.tmdb.org/t/p/original/bSSx9Sq6irWwN9NTQmoT9KE8kXn.jpg', 'background_url': 'https://image.tmdb.org/t/p/original/pJ1jm5sJbcQC731JYF06rDAkZEZ.jpg', 'Plot': 'Mr. Bean wins a trip to Cannes where he unwittingly separates a young boy from his father and must help the two reunite. On the way he discovers France, bicycling and true love, among other things.'}]}
[2023-12-01 06:12:41] INFO ARM: identify.identify Disc title Post ident -  title:Mr.-Beans-Holiday year:2007 video_type:movie disctype: dvd
[2023-12-01 06:12:41] DEBUG ARM: identify.identify identify.job.end ---- 

+--------------------+--------------------------------------------------------------+
|       Config       |                            Value                             |
+--------------------+--------------------------------------------------------------+
| _sa_instance_state |        <sqlalchemy.orm.state.InstanceState object at         |
|                    |                       0x14bbb0f54520>                        |
|    title_manual    |                             None                             |
|    hasnicetitle    |                             True                             |
|     stop_time      |                             None                             |
|    imdb_id_auto    |                          tt0453451                           |
|      pid_hash      |                     7082115929806441916                      |
|   imdb_id_manual   |                             None                             |
|       errors       |                             None                             |
|        year        |                             2007                             |
|     job_length     |                             None                             |
|      disctype      |                             dvd                              |
|     poster_url     | https://image.tmdb.org/t/p/original/bSSx9Sq6irWwN9NTQmoT9KE8 |
|                    |                           kXn.jpg                            |
|       status       |                            active                            |
|     year_auto      |                             2007                             |
|    year_manual     |                             None                             |
|  poster_url_auto   | https://image.tmdb.org/t/p/original/bSSx9Sq6irWwN9NTQmoT9KE8 |
|                    |                           kXn.jpg                            |
|       job_id       |                              8                               |
|       label        |                       MR_BEANS_HOLIDAY                       |
|       stage        |                         170141115504                         |
|    arm_version     |                            2.6.67                            |
|    no_of_titles    |                             None                             |
|        path        |                             None                             |
| poster_url_manual  |                             None                             |
|     video_type     |                            movie                             |
|      devpath       |                           /dev/sr0                           |
|       crc_id       |                       6b8df9a2c51b77fc                       |
|       title        |                      Mr.-Beans-Holiday                       |
|  video_type_auto   |                            movie                             |
|      ejected       |                            False                             |
|      updated       |                            False                             |
| video_type_manual  |                             None                             |
|      logfile       |                     MR_BEANS_HOLIDAY.log                     |
|     title_auto     |                      Mr.-Beans-Holiday                       |
|     mountpoint     |                         /mnt/dev/sr0                         |
|        pid         |                             499                              |
|     start_time     |                  2023-12-01 06:12:35.259501                  |
|      imdb_id       |                          tt0453451                           |
+--------------------+--------------------------------------------------------------+
[2023-12-01 06:12:41] DEBUG ARM: utils.job_dupe_check Trying to find jobs with matching Label=MR_BEANS_HOLIDAY
[2023-12-01 06:12:41] DEBUG ARM: utils.job_dupe_check we have 1 jobs
[2023-12-01 06:12:41] DEBUG ARM: utils.database_updater title=MR_BEANS_HOLIDAY:<class 'str'>
[2023-12-01 06:12:41] DEBUG ARM: utils.database_updater year=None:<class 'str'>
[2023-12-01 06:12:41] DEBUG ARM: utils.database_updater poster_url=None:<class 'str'>
[2023-12-01 06:12:41] DEBUG ARM: utils.database_updater hasnicetitle=False:<class 'bool'>
[2023-12-01 06:12:41] DEBUG ARM: utils.database_updater video_type=unknown:<class 'str'>
[2023-12-01 06:12:41] DEBUG ARM: utils.database_updater successfully written to the database
[2023-12-01 06:12:41] DEBUG ARM: main.main Value of have_dupes: True
[2023-12-01 06:12:41] DEBUG ARM: utils.database_adder Trying to add Notifications
[2023-12-01 06:12:41] DEBUG ARM: utils.database_adder successfully written Notifications to the database
[2023-12-01 06:12:41] DEBUG ARM: utils.database_adder Trying to add Notifications
[2023-12-01 06:12:41] DEBUG ARM: utils.database_adder successfully written Notifications to the database
[2023-12-01 06:12:41] INFO ARM: utils.check_for_wait Waiting 60 seconds for manual override.
[2023-12-01 06:12:41] DEBUG ARM: utils.database_updater status=waiting:<class 'str'>
[2023-12-01 06:12:41] DEBUG ARM: utils.database_updater successfully written to the database
[2023-12-01 06:13:41] DEBUG ARM: utils.database_updater status=active:<class 'str'>
[2023-12-01 06:13:41] DEBUG ARM: utils.database_updater successfully written to the database
[2023-12-01 06:13:41] INFO ARM: main.log_arm_params ******************* Logging ARM variables *******************
[2023-12-01 06:13:41] INFO ARM: main.log_arm_params devpath: /dev/sr0
[2023-12-01 06:13:41] INFO ARM: main.log_arm_params mountpoint: /mnt/dev/sr0
[2023-12-01 06:13:41] INFO ARM: main.log_arm_params title: MR_BEANS_HOLIDAY
[2023-12-01 06:13:41] INFO ARM: main.log_arm_params year: None
[2023-12-01 06:13:41] INFO ARM: main.log_arm_params video_type: unknown
[2023-12-01 06:13:41] INFO ARM: main.log_arm_params hasnicetitle: False
[2023-12-01 06:13:41] INFO ARM: main.log_arm_params label: MR_BEANS_HOLIDAY
[2023-12-01 06:13:41] INFO ARM: main.log_arm_params disctype: dvd
[2023-12-01 06:13:41] INFO ARM: main.log_arm_params ******************* End of ARM variables *******************
[2023-12-01 06:13:41] INFO ARM: main.log_arm_params ******************* Logging config parameters *******************
[2023-12-01 06:13:41] INFO ARM: main.log_arm_params skip_transcode: True
[2023-12-01 06:13:41] INFO ARM: main.log_arm_params mainfeature: False
[2023-12-01 06:13:41] INFO ARM: main.log_arm_params minlength: 600
[2023-12-01 06:13:41] INFO ARM: main.log_arm_params maxlength: 99999
[2023-12-01 06:13:41] INFO ARM: main.log_arm_params videotype: auto
[2023-12-01 06:13:41] INFO ARM: main.log_arm_params manual_wait: True
[2023-12-01 06:13:41] INFO ARM: main.log_arm_params manual_wait_time: 60
[2023-12-01 06:13:41] INFO ARM: main.log_arm_params ripmethod: mkv
[2023-12-01 06:13:41] INFO ARM: main.log_arm_params mkv_args: 
[2023-12-01 06:13:41] INFO ARM: main.log_arm_params delrawfiles: True
[2023-12-01 06:13:41] INFO ARM: main.log_arm_params hb_preset_dvd: HQ 720p30 Surround
[2023-12-01 06:13:41] INFO ARM: main.log_arm_params hb_preset_bd: HQ 1080p30 Surround
[2023-12-01 06:13:41] INFO ARM: main.log_arm_params hb_args_dvd: --subtitle scan -F
[2023-12-01 06:13:41] INFO ARM: main.log_arm_params hb_args_bd: --subtitle scan -F --subtitle-burned --audio-lang-list eng --all-audio
[2023-12-01 06:13:41] INFO ARM: main.log_arm_params raw_path: /home/arm/media/raw/
[2023-12-01 06:13:41] INFO ARM: main.log_arm_params transcode_path: /home/arm/media/transcode/
[2023-12-01 06:13:41] INFO ARM: main.log_arm_params completed_path: /home/arm/media/completed/
[2023-12-01 06:13:41] INFO ARM: main.log_arm_params extras_sub: extras
[2023-12-01 06:13:41] INFO ARM: main.log_arm_params emby_refresh: False
[2023-12-01 06:13:41] INFO ARM: main.log_arm_params emby_server: 
[2023-12-01 06:13:41] INFO ARM: main.log_arm_params emby_port: 8096
[2023-12-01 06:13:41] INFO ARM: main.log_arm_params notify_rip: True
[2023-12-01 06:13:41] INFO ARM: main.log_arm_params notify_transcode: True
[2023-12-01 06:13:41] INFO ARM: main.log_arm_params max_concurrent_transcodes: 0
[2023-12-01 06:13:41] INFO ARM: main.log_arm_params ******************* End of config parameters *******************
[2023-12-01 06:13:41] INFO ARM: main.check_fstab Checking for fstab entry.
[2023-12-01 06:13:41] INFO ARM: main.check_fstab fstab entry is: /dev/sr0  /mnt/dev/sr0  udf,iso9660  users,noauto,exec,utf8,ro  0  0
[2023-12-01 06:13:41] DEBUG ARM: utils.make_dir Creating directory: /home/arm/media/transcode/unidentified/MR_BEANS_HOLIDAY (None)
[2023-12-01 06:13:41] INFO ARM: utils.check_for_dupe_folder Final Output directory "/home/arm/media/transcode/unidentified/MR_BEANS_HOLIDAY (None)"
[2023-12-01 06:13:41] DEBUG ARM: utils.make_dir Creating directory: /home/arm/media/completed/unidentified/MR_BEANS_HOLIDAY (None)
[2023-12-01 06:13:41] INFO ARM: utils.check_for_dupe_folder Final Output directory "/home/arm/media/completed/unidentified/MR_BEANS_HOLIDAY (None)"
[2023-12-01 06:13:41] DEBUG ARM: utils.database_updater path=/home/arm/media/completed/unidentified/MR_BEANS_HOLIDAY (None):<class 'str'>
[2023-12-01 06:13:41] DEBUG ARM: utils.database_updater successfully written to the database
[2023-12-01 06:13:41] INFO ARM: arm_ripper.rip_visual_media Processing files to: /home/arm/media/transcode/unidentified/MR_BEANS_HOLIDAY (None)
[2023-12-01 06:13:41] INFO ARM: arm_ripper.rip_visual_media ************* Ripping disc with MakeMKV *************
[2023-12-01 06:13:42] INFO ARM: makemkv.prep_mkv Updating MakeMKV key...
MakeMKV beta key for this month: T-YIPPz6Z8MFlFJkPA4YTnwcNGX5IU1AqAJdQi8akyG8m2AXqWm9sfuqXmFYScGcfDw8
Either /home/arm/.MakeMKV/settings.conf doesn't exist, or app_Key is not inside it
[2023-12-01 06:13:43] INFO ARM: makemkv.makemkv Starting MakeMKV rip. Method is mkv
[2023-12-01 06:13:43] DEBUG ARM: makemkv.makemkv Getting MakeMKV disc number
[2023-12-01 06:13:43] DEBUG ARM: makemkv.makemkv Using command: makemkvcon -r info disc:9999 | grep /dev/sr0 | grep -oP '(?<=:).*?(?=,)'
[2023-12-01 06:13:45] INFO ARM: makemkv.makemkv MakeMKV disc number: 0
[2023-12-01 06:13:45] DEBUG ARM: makemkv.makemkv Disk raw number: 0

[2023-12-01 06:13:45] INFO ARM: makemkv.setup_rawpath Destination is /home/arm/media/raw/MR_BEANS_HOLIDAY
[2023-12-01 06:13:45] INFO ARM: makemkv.makemkv Processing files to: /home/arm/media/raw/MR_BEANS_HOLIDAY
[2023-12-01 06:13:45] INFO ARM: makemkv.get_track_info Using MakeMKV to get information on all the tracks on the disc. This will take a few minutes...
[2023-12-01 06:13:45] DEBUG ARM: makemkv.get_track_info Sending command: makemkvcon -r --progress=/home/arm/logs/progress/8.log --messages=-stdout --minlength=600 --cache=1 info disc:0

[2023-12-01 06:14:58] INFO ARM: makemkv.get_track_info Found 3 titles
[2023-12-01 06:14:58] DEBUG ARM: utils.database_updater no_of_titles=3:<class 'int'>
[2023-12-01 06:14:58] DEBUG ARM: utils.database_updater successfully written to the database
[2023-12-01 06:14:58] DEBUG ARM: utils.put_track Track #00 Length: 5144 fps: 25.000 aspect: 16:9 Mainfeature: False Source: MakeMKV
[2023-12-01 06:14:58] DEBUG ARM: utils.database_adder Trying to add Track
[2023-12-01 06:14:58] DEBUG ARM: utils.database_adder successfully written Track to the database
[2023-12-01 06:14:58] DEBUG ARM: utils.put_track Track #01 Length: 1306 fps: 25.000 aspect:  4:3 Mainfeature: False Source: MakeMKV
[2023-12-01 06:14:58] DEBUG ARM: utils.database_adder Trying to add Track
[2023-12-01 06:14:58] DEBUG ARM: utils.database_adder successfully written Track to the database
[2023-12-01 06:14:58] DEBUG ARM: utils.put_track Track #02 Length:  685 fps: 25.000 aspect: 16:9 Mainfeature: False Source: MakeMKV
[2023-12-01 06:14:58] DEBUG ARM: utils.database_adder Trying to add Track
[2023-12-01 06:14:58] DEBUG ARM: utils.database_adder successfully written Track to the database
[2023-12-01 06:14:58] DEBUG ARM: makemkv.run_makemkv Ripping with the following command: makemkvcon mkv  -r --progress=/home/arm/logs/progress/8.log --messages=-stdout dev:/dev/sr0 all /home/arm/media/raw/MR_BEANS_HOLIDAY --minlength=600
MSG:1005,0,1,"MakeMKV v1.17.5 linux(x64-release) started","%1 started","MakeMKV v1.17.5 linux(x64-release)"
DRV:0,2,999,1,"DVD+R-DL ASUS SDRW-08D2S-U BA01 3733508A97 436105501496","MR_BEANS_HOLIDAY","/dev/sr0"
DRV:1,256,999,0,"","",""
DRV:2,256,999,0,"","",""
DRV:3,256,999,0,"","",""
DRV:4,256,999,0,"","",""
DRV:5,256,999,0,"","",""
DRV:6,256,999,0,"","",""
DRV:7,256,999,0,"","",""
DRV:8,256,999,0,"","",""
DRV:9,256,999,0,"","",""
DRV:10,256,999,0,"","",""
DRV:11,256,999,0,"","",""
DRV:12,256,999,0,"","",""
DRV:13,256,999,0,"","",""
DRV:14,256,999,0,"","",""
DRV:15,256,999,0,"","",""
MSG:3007,0,0,"Using direct disc access mode","Using direct disc access mode"
MSG:3038,16777216,2,"Cells 22-22 were removed from title end","Cells %1-%2 were removed from title end","22","22"
MSG:3028,0,3,"Title #1 was added (21 cell(s), 1:25:44)","Title #%1 was added (%2 cell(s), %3)","1","21","1:25:44"
MSG:3025,0,3,"Title #2 has length of 70 seconds which is less than minimum title length of 600 seconds and was therefore skipped","Title #%1 has length of %2 seconds which is less than minimum title length of %3 seconds and was therefore skipped","2","70","600"
MSG:3025,0,3,"Title #3 has length of 27 seconds which is less than minimum title length of 600 seconds and was therefore skipped","Title #%1 has length of %2 seconds which is less than minimum title length of %3 seconds and was therefore skipped","3","27","600"
MSG:3025,0,3,"Title #4 has length of 112 seconds which is less than minimum title length of 600 seconds and was therefore skipped","Title #%1 has length of %2 seconds which is less than minimum title length of %3 seconds and was therefore skipped","4","112","600"
MSG:3025,0,3,"Title #5 has length of 34 seconds which is less than minimum title length of 600 seconds and was therefore skipped","Title #%1 has length of %2 seconds which is less than minimum title length of %3 seconds and was therefore skipped","5","34","600"
MSG:3025,0,3,"Title #6 has length of 153 seconds which is less than minimum title length of 600 seconds and was therefore skipped","Title #%1 has length of %2 seconds which is less than minimum title length of %3 seconds and was therefore skipped","6","153","600"
MSG:3025,0,3,"Title #7 has length of 72 seconds which is less than minimum title length of 600 seconds and was therefore skipped","Title #%1 has length of %2 seconds which is less than minimum title length of %3 seconds and was therefore skipped","7","72","600"
MSG:3025,0,3,"Title #8 has length of 219 seconds which is less than minimum title length of 600 seconds and was therefore skipped","Title #%1 has length of %2 seconds which is less than minimum title length of %3 seconds and was therefore skipped","8","219","600"
MSG:3025,0,3,"Title #9 has length of 77 seconds which is less than minimum title length of 600 seconds and was therefore skipped","Title #%1 has length of %2 seconds which is less than minimum title length of %3 seconds and was therefore skipped","9","77","600"
MSG:3025,0,3,"Title #10 has length of 113 seconds which is less than minimum title length of 600 seconds and was therefore skipped","Title #%1 has length of %2 seconds which is less than minimum title length of %3 seconds and was therefore skipped","10","113","600"
MSG:3025,0,3,"Title #11 has length of 79 seconds which is less than minimum title length of 600 seconds and was therefore skipped","Title #%1 has length of %2 seconds which is less than minimum title length of %3 seconds and was therefore skipped","11","79","600"
MSG:3025,0,3,"Title #12 has length of 47 seconds which is less than minimum title length of 600 seconds and was therefore skipped","Title #%1 has length of %2 seconds which is less than minimum title length of %3 seconds and was therefore skipped","12","47","600"
MSG:3025,0,3,"Title #13 has length of 105 seconds which is less than minimum title length of 600 seconds and was therefore skipped","Title #%1 has length of %2 seconds which is less than minimum title length of %3 seconds and was therefore skipped","13","105","600"
MSG:3025,0,3,"Title #14 has length of 69 seconds which is less than minimum title length of 600 seconds and was therefore skipped","Title #%1 has length of %2 seconds which is less than minimum title length of %3 seconds and was therefore skipped","14","69","600"
MSG:3025,0,3,"Title #15 has length of 30 seconds which is less than minimum title length of 600 seconds and was therefore skipped","Title #%1 has length of %2 seconds which is less than minimum title length of %3 seconds and was therefore skipped","15","30","600"
MSG:3025,0,3,"Title #16 has length of 114 seconds which is less than minimum title length of 600 seconds and was therefore skipped","Title #%1 has length of %2 seconds which is less than minimum title length of %3 seconds and was therefore skipped","16","114","600"
MSG:3038,16777216,2,"Cells 16-16 were removed from title end","Cells %1-%2 were removed from title end","16","16"
MSG:3028,0,3,"Title #17 was added (15 cell(s), 0:21:46)","Title #%1 was added (%2 cell(s), %3)","17","15","0:21:46"
MSG:3038,16777216,2,"Cells 2-2 were removed from title end","Cells %1-%2 were removed from title end","2","2"
MSG:3028,0,3,"Title #18 was added (1 cell(s), 0:11:25)","Title #%1 was added (%2 cell(s), %3)","18","1","0:11:25"
MSG:3025,0,3,"Title #19 has length of 350 seconds which is less than minimum title length of 600 seconds and was therefore skipped","Title #%1 has length of %2 seconds which is less than minimum title length of %3 seconds and was therefore skipped","19","350","600"
MSG:3025,0,3,"Title #20 has length of 373 seconds which is less than minimum title length of 600 seconds and was therefore skipped","Title #%1 has length of %2 seconds which is less than minimum title length of %3 seconds and was therefore skipped","20","373","600"
MSG:3025,0,3,"Title #21 has length of 45 seconds which is less than minimum title length of 600 seconds and was therefore skipped","Title #%1 has length of %2 seconds which is less than minimum title length of %3 seconds and was therefore skipped","21","45","600"
MSG:3025,0,3,"Title #22 has length of 50 seconds which is less than minimum title length of 600 seconds and was therefore skipped","Title #%1 has length of %2 seconds which is less than minimum title length of %3 seconds and was therefore skipped","22","50","600"
MSG:3025,0,3,"Title #23 has length of 50 seconds which is less than minimum title length of 600 seconds and was therefore skipped","Title #%1 has length of %2 seconds which is less than minimum title length of %3 seconds and was therefore skipped","23","50","600"
MSG:3025,0,3,"Title #24 has length of 150 seconds which is less than minimum title length of 600 seconds and was therefore skipped","Title #%1 has length of %2 seconds which is less than minimum title length of %3 seconds and was therefore skipped","24","150","600"
MSG:3025,0,3,"Title #25 has length of 69 seconds which is less than minimum title length of 600 seconds and was therefore skipped","Title #%1 has length of %2 seconds which is less than minimum title length of %3 seconds and was therefore skipped","25","69","600"
MSG:3025,0,3,"Title #26 has length of 22 seconds which is less than minimum title length of 600 seconds and was therefore skipped","Title #%1 has length of %2 seconds which is less than minimum title length of %3 seconds and was therefore skipped","26","22","600"
MSG:3025,0,3,"Title #27 has length of 22 seconds which is less than minimum title length of 600 seconds and was therefore skipped","Title #%1 has length of %2 seconds which is less than minimum title length of %3 seconds and was therefore skipped","27","22","600"
MSG:3025,0,3,"Title #28 has length of 24 seconds which is less than minimum title length of 600 seconds and was therefore skipped","Title #%1 has length of %2 seconds which is less than minimum title length of %3 seconds and was therefore skipped","28","24","600"
MSG:3025,0,3,"Title #29 has length of 14 seconds which is less than minimum title length of 600 seconds and was therefore skipped","Title #%1 has length of %2 seconds which is less than minimum title length of %3 seconds and was therefore skipped","29","14","600"
MSG:5011,0,0,"Operation successfully completed","Operation successfully completed"
MSG:5014,131072,2,"Saving 3 titles into directory file:///home/arm/media/raw/MR_BEANS_HOLIDAY","Saving %1 titles into directory %2","3","file:///home/arm/media/raw/MR_BEANS_HOLIDAY"
MSG:5005,128,1,"3 titles saved","%1 titles saved","3"
MSG:5036,260,1,"Copy complete. 3 titles saved.","Copy complete. %1 titles saved.","3"
[2023-12-01 06:29:47] DEBUG ARM: job.eject Unmounted disc /dev/sr0
[2023-12-01 06:29:52] DEBUG ARM: job.eject Failed to eject /dev/sr0
[2023-12-01 06:29:52] INFO ARM: makemkv.makemkv Exiting MakeMKV processing with return value of: /home/arm/media/raw/MR_BEANS_HOLIDAY
[2023-12-01 06:29:52] DEBUG ARM: utils.database_adder Trying to add Notifications
[2023-12-01 06:29:52] DEBUG ARM: utils.database_adder successfully written Notifications to the database
[2023-12-01 06:29:52] INFO ARM: arm_ripper.rip_visual_media ************* Ripping with MakeMKV completed *************
[2023-12-01 06:29:52] DEBUG ARM: utils.database_updater status=transcoding:<class 'str'>
[2023-12-01 06:29:52] DEBUG ARM: utils.database_updater successfully written to the database
[2023-12-01 06:29:52] INFO ARM: arm_ripper.start_transcode ************* Starting Transcode With HandBrake *************
[2023-12-01 06:29:52] INFO ARM: arm_ripper.start_transcode Transcoding is disabled, skipping transcode
[2023-12-01 06:29:52] INFO ARM: utils.delete_raw_files Removing raw path - /home/arm/media/transcode/unidentified/MR_BEANS_HOLIDAY (None)
[2023-12-01 06:29:52] DEBUG ARM: arm_ripper.skip_transcode_movie Videotype: unknown
[2023-12-01 06:29:52] DEBUG ARM: arm_ripper.skip_transcode_movie Finding largest file
[2023-12-01 06:29:53] DEBUG ARM: arm_ripper.skip_transcode_movie Largest file is: D1_t00.mkv
[2023-12-01 06:29:53] DEBUG ARM: utils.move_files Arguments: /home/arm/media/raw/MR_BEANS_HOLIDAY : A17_t01.mkv : False : MR_BEANS_HOLIDAY (None) : False
[2023-12-01 06:29:53] INFO ARM: utils.move_files Moving unknown A17_t01.mkv to /home/arm/media/completed/unidentified/MR_BEANS_HOLIDAY (None)
[2023-12-01 06:29:53] DEBUG ARM: utils.make_dir Creating directory: /home/arm/media/completed/unidentified/MR_BEANS_HOLIDAY (None)/extras
[2023-12-01 06:29:53] INFO ARM: utils.move_files Moving '/home/arm/media/raw/MR_BEANS_HOLIDAY/A17_t01.mkv' to /home/arm/media/completed/unidentified/MR_BEANS_HOLIDAY (None)/extras
[2023-12-01 06:29:53] DEBUG ARM: utils.move_files Arguments: /home/arm/media/raw/MR_BEANS_HOLIDAY : E1_t02.mkv : False : MR_BEANS_HOLIDAY (None) : False
[2023-12-01 06:29:53] INFO ARM: utils.move_files Moving unknown E1_t02.mkv to /home/arm/media/completed/unidentified/MR_BEANS_HOLIDAY (None)
[2023-12-01 06:29:53] INFO ARM: utils.move_files Moving '/home/arm/media/raw/MR_BEANS_HOLIDAY/E1_t02.mkv' to /home/arm/media/completed/unidentified/MR_BEANS_HOLIDAY (None)/extras
[2023-12-01 06:29:53] DEBUG ARM: utils.move_files Arguments: /home/arm/media/raw/MR_BEANS_HOLIDAY : D1_t00.mkv : False : MR_BEANS_HOLIDAY (None) : True
[2023-12-01 06:29:53] INFO ARM: utils.move_files Moving unknown D1_t00.mkv to /home/arm/media/completed/unidentified/MR_BEANS_HOLIDAY (None)
[2023-12-01 06:29:53] INFO ARM: utils.move_files Track is the Main Title.  Moving '/home/arm/media/raw/MR_BEANS_HOLIDAY/D1_t00.mkv' to /home/arm/media/completed/unidentified/MR_BEANS_HOLIDAY (None)/MR_BEANS_HOLIDAY (None).mkv
[2023-12-01 06:29:53] INFO ARM: utils.scan_emby EMBY_REFRESH config parameter is false.  Skipping emby scan.
[2023-12-01 06:29:53] INFO ARM: utils.delete_raw_files Removing raw path - /home/arm/media/raw/MR_BEANS_HOLIDAY
[2023-12-01 06:29:53] INFO ARM: utils.delete_raw_files Removing raw path - /home/arm/media/raw/MR_BEANS_HOLIDAY
[2023-12-01 06:29:53] DEBUG ARM: utils.delete_raw_files No raw files found to delete in /home/arm/media/raw/MR_BEANS_HOLIDAY - [Errno 2] No such file or directory: '/home/arm/media/raw/MR_BEANS_HOLIDAY'
[2023-12-01 06:29:53] INFO ARM: utils.delete_raw_files Removing raw path - /home/arm/media/raw/MR_BEANS_HOLIDAY
[2023-12-01 06:29:53] DEBUG ARM: utils.delete_raw_files No raw files found to delete in /home/arm/media/raw/MR_BEANS_HOLIDAY - [Errno 2] No such file or directory: '/home/arm/media/raw/MR_BEANS_HOLIDAY'
[2023-12-01 06:29:53] DEBUG ARM: utils.database_adder Trying to add Notifications
[2023-12-01 06:29:53] DEBUG ARM: utils.database_adder successfully written Notifications to the database
[2023-12-01 06:29:53] INFO ARM: arm_ripper.rip_visual_media ************* ARM processing complete *************

 

Link to comment

Well, actually this turned out to be a pretty easy fix.  It only took somewhere around 16 hours of trial and error to find...

 

It seems the Music / music folder thing can cause problems during the container creation.  If there's a music folder already in the directory the scripts will halt because it cannot delete the folder...  I don't know exactly how to explain it but I was able to replicate it a whole lot with a virtual machine.  It was actually in the log I posted below from the beginning but it took me far to long to realize that was the problem.

 

I'm not too good at this here Linux stuff.

 

I cannot get this to work at all.  I left the container config at default except for removing the nvidia runtime and adjusting the cd/dvd/bd drive parameters.  Everything appears to be successful and the container will start but I cannot get to the webui no matter what ports I try and inserting a dvd doesn't do anything.

 

ARM log below:

 

text  error  warn  system  array  login  

*** Running /etc/my_init.d/10_syslog-ng.init...
*** Running /etc/my_init.d/arm_user_files_setup.sh...
rm: cannot remove '/home/arm/music': Is a directory
*** /etc/my_init.d/arm_user_files_setup.sh failed with status 1

*** Killing all processes...
*** Running /etc/my_init.d/10_syslog-ng.init...
*** Running /etc/my_init.d/arm_user_files_setup.sh...
rm: cannot remove '/home/arm/music': Is a directory
*** /etc/my_init.d/arm_user_files_setup.sh failed with status 1

*** Killing all processes...
Dec  7 01:39:29 b82e733c525e syslog-ng[13]: syslog-ng starting up; version='3.25.1'
Updating arm user id from 1000 to 99...
Updating arm group id from 1000 to 100...
Adding arm user to 'render' group
Dec  7 01:39:30 b82e733c525e syslog-ng[13]: syslog-ng shutting down; version='3.25.1'
Dec  7 01:39:35 b82e733c525e syslog-ng[12]: syslog-ng starting up; version='3.25.1'
Updating arm user id from 1000 to 99...
usermod: no changes
Updating arm group id from 1000 to 100...
Adding arm user to 'render' group
Dec  7 01:39:36 b82e733c525e syslog-ng[12]: syslog-ng shutting down; version='3.25.1'

** Press ANY KEY to close this window **

Edited by username34793
This problem is solved...
Link to comment
2 hours ago, username34793 said:

I cannot get this to work at all.  I left the container config at default except for removing the nvidia runtime and adjusting the cd/dvd/bd drive parameters.  Everything appears to be successful and the container will start but I cannot get to the webui no matter what ports I try and inserting a dvd doesn't do anything.

 

ARM log below:

 

text  error  warn  system  array  login  

*** Running /etc/my_init.d/10_syslog-ng.init...
*** Running /etc/my_init.d/arm_user_files_setup.sh...
rm: cannot remove '/home/arm/music': Is a directory
*** /etc/my_init.d/arm_user_files_setup.sh failed with status 1

*** Killing all processes...
*** Running /etc/my_init.d/10_syslog-ng.init...
*** Running /etc/my_init.d/arm_user_files_setup.sh...
rm: cannot remove '/home/arm/music': Is a directory
*** /etc/my_init.d/arm_user_files_setup.sh failed with status 1

*** Killing all processes...
Dec  7 01:39:29 b82e733c525e syslog-ng[13]: syslog-ng starting up; version='3.25.1'
Updating arm user id from 1000 to 99...
Updating arm group id from 1000 to 100...
Adding arm user to 'render' group
Dec  7 01:39:30 b82e733c525e syslog-ng[13]: syslog-ng shutting down; version='3.25.1'
Dec  7 01:39:35 b82e733c525e syslog-ng[12]: syslog-ng starting up; version='3.25.1'
Updating arm user id from 1000 to 99...
usermod: no changes
Updating arm group id from 1000 to 100...
Adding arm user to 'render' group
Dec  7 01:39:36 b82e733c525e syslog-ng[12]: syslog-ng shutting down; version='3.25.1'

** Press ANY KEY to close this window **

 

The most recent updates have caused this, has happened before - no idea what causes it nor how to fix it.  Last time it was sorted in an update a few days later.

Link to comment

Now that I have a working ARM container, can anyone tell me how to go about adding custom Makemkv profiles to it?  I can't figure out what directory the custom xml file should be in. I was/am expecting to find the default.mmcp.xml file somewhere within the ARM container files but I cannot.   I'm not sure if I just need to create the profile and appropriately reference it via the MKV_ARGS:  option via the webui ripper settings / arm.yaml file.

 

Thanks in advance

Link to comment
On 12/7/2023 at 6:48 AM, username34793 said:

Well, actually this turned out to be a pretty easy fix.  It only took somewhere around 16 hours of trial and error to find...

 

It seems the Music / music folder thing can cause problems during the container creation.  If there's a music folder already in the directory the scripts will halt because it cannot delete the folder...  I don't know exactly how to explain it but I was able to replicate it a whole lot with a virtual machine.  It was actually in the log I posted below from the beginning but it took me far to long to realize that was the problem.

 

I'm not too good at this here Linux stuff.

 

Ok, not so an easy fix for me - as removing the Music folder to the sum of nothing ;)  But your response did point me in the right direction :)

 

However I decided to start doing some diggy diggy hole...first by removing all of the media folders, then by removing the root folder for my ARM share.  Still nothing...was about to just give up, but then I noticed that there was 1 extra mapped folder:

 

/home/arm/logs/ => mnt/user/Media/ARM/Logs
/home/arm/media/ => mnt/user/Media/ARM/Video
/home/arm/ => mnt/user/appdata/ARM/
/home/arm/Music/ => mnt/user/Media/ARM/Music
/etc/arm/config/ => mnt/user/Media/ARM/Config

 

So for anybody else that gets this issue, chances are one of your mapped folders has messed up permissions and it causes the script to fail.  Sadly, for me at least, the script did NOT tell me what folder (or file) was the cause of the problem.

 

 

With regards to MKV profiles, as far as I am aware you do indeed only need to create said file and then add it to the MKV_ARGS option in the arm.yaml config file.  The path will be relative to ARM's Docker setup and the sample they include (MKV_ARGS: "--profile=/opt/arm/default.mmcp.xml") would not be visible externally by default.

Link to comment

Ngl, that project in docker is a frigging mess. You fix the permissions and with the next miniscule commits they screw it all over again...

How do ppl handle this "outside setup" that is described it the manual?
Did you just run the docker-setup script?

 

*** Running /etc/my_init.d/10_syslog-ng.init...
*** Running /etc/my_init.d/arm_user_files_setup.sh...
rm: cannot remove '/home/arm/music': Is a directory
*** /etc/my_init.d/arm_user_files_setup.sh failed with status 1

*** Killing all processes...
Dec  9 06:49:13 3be1443b0b1c syslog-ng[19]: syslog-ng starting up; version='3.25.1'
Updating arm user id from 1000 to 99...
Updating arm group id from 1000 to 100...
Adding arm user to 'render' group
Creating dir: /home/arm/media/completed
Creating dir: /home/arm/media/raw
Creating dir: /home/arm/media/movies
Creating dir: /home/arm/media/transcode

 

I'm getting this error since the update. It's trying to setup everything again and while at it, it tries to delete /home/arm/music - but that is one of the mount points ???
At least the user id updates seems to fit the existing permissions (same ID but different user name in unraid though?)
Looking at https://github.com/automatic-ripping-machine/automatic-ripping-machine/blob/main/scripts/docker/runit/arm_user_files_setup.sh

 

Quote

rm -f $ARM_HOME/music
ln -s $ARM_HOME/Music $ARM_HOME/music

they are "handling" the mistake in the docker files by deleting the music folder and symlinking the Music folder there....
I changed the mounting position to "Music" again and made sure there was no directory "music" inside the folder I mounted to /home/arm...

The log seems to append on top and bottom

 

Quote

Dec  9 20:00:36 6c2ae5491dd4 syslog-ng[19]: syslog-ng starting up; version='3.25.1'
Updating arm user id from 1000 to 99...
usermod: no changes
Updating arm group id from 1000 to 100...
Adding arm user to 'render' group
Dec  9 20:00:37 6c2ae5491dd4 syslog-ng[19]: syslog-ng shutting down; version='3.25.1'


I might try to completely reinstall it from scratch

 

 

That did it. Privileged mode also seems necessary to give access to the drives.

Edited by wambo
Link to comment
On 12/8/2023 at 4:54 AM, iJacks said:

With regards to MKV profiles, as far as I am aware you do indeed only need to create said file and then add it to the MKV_ARGS option in the arm.yaml config file.  The path will be relative to ARM's Docker setup and the sample they include (MKV_ARGS: "--profile=/opt/arm/default.mmcp.xml") would not be visible externally by default.

 

Anyone have any further input regarding Makemkv profiles/conversion profiles?

 

It seems the MakeMKV profile/conversion profiles have to be placed in the .MakeMKV directory and then the ripper settings/arm.yaml file needs to be updated to have MKV_ARGS:  use /home/arm/.MakeMKV/insert profile name... 

So in my case it looks like this "--profile=/home/arm/.MakeMKV/pcmflac.mmcp.xml" 

 

After correcting a conversion profile series of errors I can confirm ARM will use a proper MakeMKV conversion profile.  Only issue I noticed is the app_DefaultSelectionString=  parameter within the profile was ignored.  I had to add it back to the settings.conf file.

 

By doing this, the logs indicate this profile is being used however, everything I want this profile to do is not working.  This is either a profile issue or ARM/ARM's installation of MakeMKV doesn't process these profiles correctly.  I will test this profile and other profiles further to attempt to determine what is or isn't working and where/why.

 

I have the profile located in the same directory as the abcde.conf.  I have pointed to it with the MKV_ARGS option and nothing seems to work.  I have used --profile=/etc/arm/config/pcmflac.mmcp.xml and "--profile=/etc/arm/config/pcmflac.mmcp.xml" as the MKV_ARGS: option. 

 

There's a separate settings.conf file located in the.MakeMKV directory which absolutely respects anything added to app_DefaultSelectionString=

 

However, I do not know if or how to populate the settings.conf with MakeMKV profile/conversion profile info as the profiles use XML and a specific structure... apparently.

 

From what I can tell, the profile needs to be in MakeMKVs data directory which is the .MakeMKV folder/directory within ARM but I have no idea how to point to it with the MKV_ARGS yaml option,

Edited by username34793
additional info
Link to comment
  • 3 weeks later...
  • 1 month later...

Getting a odd issue. Just installed it and set up the file permissions. This is what i get. 

Can't launch the WebUI. 

 

Starting web ui
[2024-02-28 17:08:16,889] DEBUG ARM: __init__.<module> Debugging pin: 12345
[2024-02-28 17:08:16,973] DEBUG ARM: utils.arm_alembic_get Alembic Head is: 469d88477c13
[2024-02-28 17:08:16,973] DEBUG ARM: utils.arm_db_check Database file is not present: /home/arm/db/arm.db
[2024-02-28 17:08:16,973] DEBUG ARM: utils.arm_db_cfg No armui cfg setup
[2024-02-28 17:08:16,974] INFO ARM: utils.check_db_version No database found.  Initializing arm.db...
Traceback (most recent call last):
  File "/usr/local/lib/python3.8/dist-packages/sqlalchemy/engine/base.py", line 145, in __init__
    self._dbapi_connection = engine.raw_connection()
  File "/usr/local/lib/python3.8/dist-packages/sqlalchemy/engine/base.py", line 3288, in raw_connection
    return self.pool.connect()
  File "/usr/local/lib/python3.8/dist-packages/sqlalchemy/pool/base.py", line 452, in connect
    return _ConnectionFairy._checkout(self)
  File "/usr/local/lib/python3.8/dist-packages/sqlalchemy/pool/base.py", line 1267, in _checkout
    fairy = _ConnectionRecord.checkout(pool)
  File "/usr/local/lib/python3.8/dist-packages/sqlalchemy/pool/base.py", line 716, in checkout
    rec = pool._do_get()
  File "/usr/local/lib/python3.8/dist-packages/sqlalchemy/pool/impl.py", line 284, in _do_get
    return self._create_connection()
  File "/usr/local/lib/python3.8/dist-packages/sqlalchemy/pool/base.py", line 393, in _create_connection
    return _ConnectionRecord(self)
  File "/usr/local/lib/python3.8/dist-packages/sqlalchemy/pool/base.py", line 678, in __init__
    self.__connect()
  File "/usr/local/lib/python3.8/dist-packages/sqlalchemy/pool/base.py", line 903, in __connect
    pool.logger.debug("Error on connect(): %s", e)
  File "/usr/local/lib/python3.8/dist-packages/sqlalchemy/util/langhelpers.py", line 147, in __exit__
    raise exc_value.with_traceback(exc_tb)
  File "/usr/local/lib/python3.8/dist-packages/sqlalchemy/pool/base.py", line 898, in __connect
    self.dbapi_connection = connection = pool._invoke_creator(self)
  File "/usr/local/lib/python3.8/dist-packages/sqlalchemy/engine/create.py", line 637, in connect
    return dialect.connect(*cargs, **cparams)
  File "/usr/local/lib/python3.8/dist-packages/sqlalchemy/engine/default.py", line 615, in connect
    return self.loaded_dbapi.connect(*cargs, **cparams)
sqlite3.OperationalError: unable to open database file

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/opt/arm/arm/runui.py", line 8, in <module>
    import arm.config.config as cfg  # noqa E402
  File "/opt/arm/arm/../arm/__init__.py", line 2, in <module>
    import arm.ripper
  File "/opt/arm/arm/../arm/ripper/__init__.py", line 3, in <module>
    from arm.ripper import logger, utils, makemkv, handbrake, identify, ARMInfo # noqa F401
  File "/opt/arm/arm/../arm/ripper/utils.py", line 24, in <module>
    from arm.ui import db  # needs to be imported before models
  File "/opt/arm/arm/../arm/ui/__init__.py", line 66, in <module>
    from arm.ui.database.database import route_database  # noqa: E402,F811
  File "/opt/arm/arm/../arm/ui/database/database.py", line 28, in <module>
    armui_cfg = ui_utils.arm_db_cfg()
  File "/opt/arm/arm/../arm/ui/utils.py", line 206, in arm_db_cfg
    check_db_version(cfg.arm_config['INSTALLPATH'], cfg.arm_config['DBFILE'])
  File "/opt/arm/arm/../arm/ui/utils.py", line 88, in check_db_version
    flask_migrate.upgrade(mig_dir)
  File "/usr/local/lib/python3.8/dist-packages/flask_migrate/__init__.py", line 111, in wrapped
    f(*args, **kwargs)
  File "/usr/local/lib/python3.8/dist-packages/flask_migrate/__init__.py", line 200, in upgrade
    command.upgrade(config, revision, sql=sql, tag=tag)
  File "/usr/local/lib/python3.8/dist-packages/alembic/command.py", line 399, in upgrade
    script.run_env()
  File "/usr/local/lib/python3.8/dist-packages/alembic/script/base.py", line 578, in run_env
    util.load_python_file(self.dir, "env.py")
  File "/usr/local/lib/python3.8/dist-packages/alembic/util/pyfiles.py", line 93, in load_python_file
    module = load_module_py(module_id, path)
  File "/usr/local/lib/python3.8/dist-packages/alembic/util/pyfiles.py", line 109, in load_module_py
    spec.loader.exec_module(module)  # type: ignore
  File "/opt/arm/arm/migrations/env.py", line 89, in <module>
    run_migrations_online()
  File "/opt/arm/arm/migrations/env.py", line 73, in run_migrations_online
    connection = engine.connect()
  File "/usr/local/lib/python3.8/dist-packages/sqlalchemy/engine/base.py", line 3264, in connect
    return self._connection_cls(self)
  File "/usr/local/lib/python3.8/dist-packages/sqlalchemy/engine/base.py", line 147, in __init__
    Connection._handle_dbapi_exception_noconnection(
  File "/usr/local/lib/python3.8/dist-packages/sqlalchemy/engine/base.py", line 2426, in _handle_dbapi_exception_noconnection
    raise sqlalchemy_exception.with_traceback(exc_info[2]) from e
  File "/usr/local/lib/python3.8/dist-packages/sqlalchemy/engine/base.py", line 145, in __init__
    self._dbapi_connection = engine.raw_connection()
  File "/usr/local/lib/python3.8/dist-packages/sqlalchemy/engine/base.py", line 3288, in raw_connection
    return self.pool.connect()
  File "/usr/local/lib/python3.8/dist-packages/sqlalchemy/pool/base.py", line 452, in connect
    return _ConnectionFairy._checkout(self)
  File "/usr/local/lib/python3.8/dist-packages/sqlalchemy/pool/base.py", line 1267, in _checkout
    fairy = _ConnectionRecord.checkout(pool)
  File "/usr/local/lib/python3.8/dist-packages/sqlalchemy/pool/base.py", line 716, in checkout
    rec = pool._do_get()
  File "/usr/local/lib/python3.8/dist-packages/sqlalchemy/pool/impl.py", line 284, in _do_get
    return self._create_connection()
  File "/usr/local/lib/python3.8/dist-packages/sqlalchemy/pool/base.py", line 393, in _create_connection
    return _ConnectionRecord(self)
  File "/usr/local/lib/python3.8/dist-packages/sqlalchemy/pool/base.py", line 678, in __init__
    self.__connect()
  File "/usr/local/lib/python3.8/dist-packages/sqlalchemy/pool/base.py", line 903, in __connect
    pool.logger.debug("Error on connect(): %s", e)
  File "/usr/local/lib/python3.8/dist-packages/sqlalchemy/util/langhelpers.py", line 147, in __exit__
    raise exc_value.with_traceback(exc_tb)
  File "/usr/local/lib/python3.8/dist-packages/sqlalchemy/pool/base.py", line 898, in __connect
    self.dbapi_connection = connection = pool._invoke_creator(self)
  File "/usr/local/lib/python3.8/dist-packages/sqlalchemy/engine/create.py", line 637, in connect
    return dialect.connect(*cargs, **cparams)
... (4 lines left)

 

Link to comment
  • 2 weeks later...

Hello Guys

 

About two years ago I was using ARM in a VM to backup DVDs to ISO files which worked wonderfully, until I deleted the VM by accident that is lol.

 

I'm using ARM (2.6.67) in a docker now in yet MakeMKV will only now rip to MKV, surely I can set this to rip to ISO as before?

 

Additionally, I installed MakeMKV standalone in docker on the same machine which can rip straight to ISO.

 

I'm obviously missing something here??

Link to comment
  • 1 month later...
On 2/28/2024 at 8:16 PM, razorline said:

Getting a odd issue. Just installed it and set up the file permissions. This is what i get. 

Can't launch the WebUI. 

 

Starting web ui
[2024-02-28 17:08:16,889] DEBUG ARM: __init__.<module> Debugging pin: 12345
[2024-02-28 17:08:16,973] DEBUG ARM: utils.arm_alembic_get Alembic Head is: 469d88477c13
[2024-02-28 17:08:16,973] DEBUG ARM: utils.arm_db_check Database file is not present: /home/arm/db/arm.db
[2024-02-28 17:08:16,973] DEBUG ARM: utils.arm_db_cfg No armui cfg setup
[2024-02-28 17:08:16,974] INFO ARM: utils.check_db_version No database found.  Initializing arm.db...
Traceback (most recent call last):
  File "/usr/local/lib/python3.8/dist-packages/sqlalchemy/engine/base.py", line 145, in __init__
    self._dbapi_connection = engine.raw_connection()
  File "/usr/local/lib/python3.8/dist-packages/sqlalchemy/engine/base.py", line 3288, in raw_connection
    return self.pool.connect()
  File "/usr/local/lib/python3.8/dist-packages/sqlalchemy/pool/base.py", line 452, in connect
    return _ConnectionFairy._checkout(self)
  File "/usr/local/lib/python3.8/dist-packages/sqlalchemy/pool/base.py", line 1267, in _checkout
    fairy = _ConnectionRecord.checkout(pool)
  File "/usr/local/lib/python3.8/dist-packages/sqlalchemy/pool/base.py", line 716, in checkout
    rec = pool._do_get()
  File "/usr/local/lib/python3.8/dist-packages/sqlalchemy/pool/impl.py", line 284, in _do_get
    return self._create_connection()
  File "/usr/local/lib/python3.8/dist-packages/sqlalchemy/pool/base.py", line 393, in _create_connection
    return _ConnectionRecord(self)
  File "/usr/local/lib/python3.8/dist-packages/sqlalchemy/pool/base.py", line 678, in __init__
    self.__connect()
  File "/usr/local/lib/python3.8/dist-packages/sqlalchemy/pool/base.py", line 903, in __connect
    pool.logger.debug("Error on connect(): %s", e)
  File "/usr/local/lib/python3.8/dist-packages/sqlalchemy/util/langhelpers.py", line 147, in __exit__
    raise exc_value.with_traceback(exc_tb)
  File "/usr/local/lib/python3.8/dist-packages/sqlalchemy/pool/base.py", line 898, in __connect
    self.dbapi_connection = connection = pool._invoke_creator(self)
  File "/usr/local/lib/python3.8/dist-packages/sqlalchemy/engine/create.py", line 637, in connect
    return dialect.connect(*cargs, **cparams)
  File "/usr/local/lib/python3.8/dist-packages/sqlalchemy/engine/default.py", line 615, in connect
    return self.loaded_dbapi.connect(*cargs, **cparams)
sqlite3.OperationalError: unable to open database file

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/opt/arm/arm/runui.py", line 8, in <module>
    import arm.config.config as cfg  # noqa E402
  File "/opt/arm/arm/../arm/__init__.py", line 2, in <module>
    import arm.ripper
  File "/opt/arm/arm/../arm/ripper/__init__.py", line 3, in <module>
    from arm.ripper import logger, utils, makemkv, handbrake, identify, ARMInfo # noqa F401
  File "/opt/arm/arm/../arm/ripper/utils.py", line 24, in <module>
    from arm.ui import db  # needs to be imported before models
  File "/opt/arm/arm/../arm/ui/__init__.py", line 66, in <module>
    from arm.ui.database.database import route_database  # noqa: E402,F811
  File "/opt/arm/arm/../arm/ui/database/database.py", line 28, in <module>
    armui_cfg = ui_utils.arm_db_cfg()
  File "/opt/arm/arm/../arm/ui/utils.py", line 206, in arm_db_cfg
    check_db_version(cfg.arm_config['INSTALLPATH'], cfg.arm_config['DBFILE'])
  File "/opt/arm/arm/../arm/ui/utils.py", line 88, in check_db_version
    flask_migrate.upgrade(mig_dir)
  File "/usr/local/lib/python3.8/dist-packages/flask_migrate/__init__.py", line 111, in wrapped
    f(*args, **kwargs)
  File "/usr/local/lib/python3.8/dist-packages/flask_migrate/__init__.py", line 200, in upgrade
    command.upgrade(config, revision, sql=sql, tag=tag)
  File "/usr/local/lib/python3.8/dist-packages/alembic/command.py", line 399, in upgrade
    script.run_env()
  File "/usr/local/lib/python3.8/dist-packages/alembic/script/base.py", line 578, in run_env
    util.load_python_file(self.dir, "env.py")
  File "/usr/local/lib/python3.8/dist-packages/alembic/util/pyfiles.py", line 93, in load_python_file
    module = load_module_py(module_id, path)
  File "/usr/local/lib/python3.8/dist-packages/alembic/util/pyfiles.py", line 109, in load_module_py
    spec.loader.exec_module(module)  # type: ignore
  File "/opt/arm/arm/migrations/env.py", line 89, in <module>
    run_migrations_online()
  File "/opt/arm/arm/migrations/env.py", line 73, in run_migrations_online
    connection = engine.connect()
  File "/usr/local/lib/python3.8/dist-packages/sqlalchemy/engine/base.py", line 3264, in connect
    return self._connection_cls(self)
  File "/usr/local/lib/python3.8/dist-packages/sqlalchemy/engine/base.py", line 147, in __init__
    Connection._handle_dbapi_exception_noconnection(
  File "/usr/local/lib/python3.8/dist-packages/sqlalchemy/engine/base.py", line 2426, in _handle_dbapi_exception_noconnection
    raise sqlalchemy_exception.with_traceback(exc_info[2]) from e
  File "/usr/local/lib/python3.8/dist-packages/sqlalchemy/engine/base.py", line 145, in __init__
    self._dbapi_connection = engine.raw_connection()
  File "/usr/local/lib/python3.8/dist-packages/sqlalchemy/engine/base.py", line 3288, in raw_connection
    return self.pool.connect()
  File "/usr/local/lib/python3.8/dist-packages/sqlalchemy/pool/base.py", line 452, in connect
    return _ConnectionFairy._checkout(self)
  File "/usr/local/lib/python3.8/dist-packages/sqlalchemy/pool/base.py", line 1267, in _checkout
    fairy = _ConnectionRecord.checkout(pool)
  File "/usr/local/lib/python3.8/dist-packages/sqlalchemy/pool/base.py", line 716, in checkout
    rec = pool._do_get()
  File "/usr/local/lib/python3.8/dist-packages/sqlalchemy/pool/impl.py", line 284, in _do_get
    return self._create_connection()
  File "/usr/local/lib/python3.8/dist-packages/sqlalchemy/pool/base.py", line 393, in _create_connection
    return _ConnectionRecord(self)
  File "/usr/local/lib/python3.8/dist-packages/sqlalchemy/pool/base.py", line 678, in __init__
    self.__connect()
  File "/usr/local/lib/python3.8/dist-packages/sqlalchemy/pool/base.py", line 903, in __connect
    pool.logger.debug("Error on connect(): %s", e)
  File "/usr/local/lib/python3.8/dist-packages/sqlalchemy/util/langhelpers.py", line 147, in __exit__
    raise exc_value.with_traceback(exc_tb)
  File "/usr/local/lib/python3.8/dist-packages/sqlalchemy/pool/base.py", line 898, in __connect
    self.dbapi_connection = connection = pool._invoke_creator(self)
  File "/usr/local/lib/python3.8/dist-packages/sqlalchemy/engine/create.py", line 637, in connect
    return dialect.connect(*cargs, **cparams)
... (4 lines left)

 

 Did you ever figure this out? I'm having the exact same issue

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.