You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get the following error when trying to run services in local obs instance where XXX_proxy env variables are set.
I guess it's a python 3 issue when using "wb" flags, but I don't know how to fix it.
Using just a "w" flag, also fails in a different fashion.
(Version 0.10.16.1595245235.15a0df2)
Files could not be expanded: service error: TypeError: a bytes-like object is required, not 'str' less info
service obs_scm failed:
Traceback (most recent call last):
File "/usr/lib/obs/service//obs_scm", line 30, in
main()
File "/usr/lib/obs/service//obs_scm", line 26, in main
TarSCM.run()
File "/usr/lib/obs/service/TarSCM/__init__.py", line 39, in run
task_list.process_list()
File "/usr/lib/obs/service/TarSCM/tasks.py", line 118, in process_list
self.process_single_task(task)
File "/usr/lib/obs/service/TarSCM/tasks.py", line 184, in process_single_task
scm_object.fetch_upstream()
File "/usr/lib/obs/service/TarSCM/scm/base.py", line 147, in fetch_upstream
self.fetch_upstream_scm()
File "/usr/lib/obs/service/TarSCM/scm/svn.py", line 87, in fetch_upstream_scm
command = self._get_scm_cmd() + ['checkout', '--non-interactive',
File "/usr/lib/obs/service/TarSCM/scm/svn.py", line 38, in _get_scm_cmd
cfg.write('[global]\n')
TypeError: a bytes-like object is required, not 'str'
The text was updated successfully, but these errors were encountered:
I get the following error when trying to run services in local obs instance where XXX_proxy env variables are set.
I guess it's a python 3 issue when using "wb" flags, but I don't know how to fix it.
Using just a "w" flag, also fails in a different fashion.
(Version 0.10.16.1595245235.15a0df2)
The text was updated successfully, but these errors were encountered: