I can't get the BlueSky service to work. I keep getting this error
-> % python -m pywws.service.bluesky ~/weather/data skeet.txt
00:31:39:pywws.logger:pywws version 24.8.0, build 1710 (803f8e5)
00:31:41:__main__:cannot unpack non-iterable Session object
Traceback (most recent call last):
File "/usr/local/lib/python3.9/dist-packages/pywws/service/__init__.py", line 180, in run
OK = self.upload_batch()
File "/usr/local/lib/python3.9/dist-packages/pywws/service/__init__.py", line 443, in upload_batch
with self.session() as (session, message):
TypeError: cannot unpack non-iterable Session object
I can't get the BlueSky service to work. I keep getting this error
-> % python -m pywws.service.bluesky ~/weather/data skeet.txt00:31:39:pywws.logger:pywws version 24.8.0, build 1710 (803f8e5)00:31:41:__main__:cannot unpack non-iterable Session objectTraceback (most recent call last):File "/usr/local/lib/python3.9/dist-packages/pywws/service/__init__.py", line 180, in runOK = self.upload_batch()File "/usr/local/lib/python3.9/dist-packages/pywws/service/__init__.py", line 443, in upload_batchwith self.session() as (session, message):TypeError: cannot unpack non-iterable Session object