Mat Kelly

Results 550 comments of Mat Kelly

The error in catalina.out: ``` 30-Mar-2023 17:18:09.434 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [/Applications/WAIL.app/bundledApps/tomcat/webapps/ROOT] Mar 30, 2023 5:18:11 PM org.apache.catalina.core.StandardContext filterStart SEVERE: Exception starting filter [RequestFilter] java.lang.NoClassDefFoundError: javax/servlet/Filter at...

Per the change in https://github.com/iipc/openwayback/pull/198 -- within WAIL's OpenWayback, the `logging-config-path` and `config-path` are still relative, i.e., /WEB-INF/classes/logging.properties and /WEB-INF/wayback.xml , respectively. EDIT: correction, the PR has the paths lead...

This remains an issue of dependencies support multi-architecture. With the `--target-arch universal2` flags set in the pyinstaller command in `MAKEFILE.sh`... ```sh % which python3 /Library/Frameworks/Python.framework/Versions/3.11/bin/python3 % file /Library/Frameworks/Python.framework/Versions/3.11/bin/python3 /Library/Frameworks/Python.framework/Versions/3.11/bin/python3: Mach-O...

Relevant discussion in the charset_normalizer repo at https://github.com/Ousret/charset_normalizer/issues/277 . https://github.com/Ousret/charset_normalizer/issues/253 also recommends: > Just sticking a from . import md__mypyc anywhere in a .py file where PyInstaller can see it...

Insisting that a version of `charset_normalizer

A few applications (e.g., Chrome, below) add a menu item to file an issue directly. ![chrome_help](https://github.com/machawk1/wail/assets/2514780/a5b6a7dd-92ff-4b53-b53d-6a56ac81dac7)

- [ ] Change process processing to handle on WARC at a time from extraction, ingestion, extraction, `ipwb magic`, deletion before moving on to next WARC in the WACZ.

Per a discussion w/ Mark G. @ IA, WACZ is supported at web-beta.archive.org/save for those with a "beta" account (which I have).

Thanks again for your contribution, @gador.

Can you provide the WARC file for testing?