Removed fallback request call using Chrome and Firefox cookies #59
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
no point in requests using cookies from a cron job - we need krb authentication anyway.
While running in openshift contaier the error was:
File "/opt/app-root/lib64/python3.12/site-packages/browser_cookie3/init.py", line 205, in enter
self.__connection = open_dbus_connection()
^^^^^^^^^^^^^^^^^^^^^^
File "/opt/app-root/lib64/python3.12/site-packages/jeepney/io/blocking.py", line 328, in open_dbus_connection
bus_addr = get_bus(bus)
^^^^^^^^^^^^
File "/opt/app-root/lib64/python3.12/site-packages/jeepney/bus.py", line 53, in get_bus
return find_session_bus()
^^^^^^^^^^^^^^^^^^
File "/opt/app-root/lib64/python3.12/site-packages/jeepney/bus.py", line 42, in find_session_bus
addr = os.environ['DBUS_SESSION_BUS_ADDRESS']
~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "", line 714, in getitem
KeyError: 'DBUS_SESSION_BUS_ADDRESS'